Saishuni
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Setting the default sorting order to "most voted"?No Problem! I’m glad to hear that it’s on your To-Do.
Temporarily, I’ll edit the plugin files.If anyone wants to know how:
add
$args['orderby'] = 'meta_value_num';
after
$args = array();
(line 203)
in plugins/wpdiscuz/templates/comment/comment-form.phpand
change
$('.wpdiscuz-date-sort-' + wpdiscuzCommentOrder).addClass('wpdiscuz-sort-button-active');
to
$('.wpdiscuz-vote-sort-up').addClass('wpdiscuz-sort-button-active');
in /plugins/wpdiscuz/assets/js/wpdiscuz.js and wpdiscuz.min.jsNote: Core plugin files will be overriden every time the plugin updates! Don’t use this edit unless you’re aware of that.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Reply button not working, Captcha & sort not showingSorting Options don’t show up for me neither in 3.0.2.
Okay, thank you for the notice, keep up the good work!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Top voted Comments on TopGreat to hear that you add it to your list and I didn’t even think about such a solution to the second issue…Thank you very much!
Forum: Themes and Templates
In reply to: [Duena] Portfolio of a specific category?Works like a charm! Thank you very much.
Forum: Themes and Templates
In reply to: [Duena] Portfolio of a specific category?If you could do it, that would be great, but i also can wait until the next update, there is no strong need for it right now for me.