• Resolved mikenet7482

    (@mikenet7482)


    I had a couple questions. First being, does this plugin have a way to do comment pagination? like this.. (<< 5 6 7 8 9 10 >>) It doesn’t have to be exactly like that but to be able to navigate by page numbers is what I’m wanting. Does this plugin do that, and if not will I be able to use this plugin with a pagination plugin such as Wp-Navi?

    Second question is that I noticed that the add on features for this plugin cost. It says x amount of dollars for 1 year basic support. The question is, what does support mean. Are we talking help request, or does it mean support for your website. In other words, I’m worried that support means that after a year the add on will stop working unless you pay again.

    https://www.ads-software.com/plugins/wpdiscuz/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi mikenet7482,

    I had a couple questions. First being, does this plugin have a way to do comment pagination? like this.. (<< 5 6 7 8 9 10 >>)

    Please navigate to Dashboard > Settings > Discussions and check/enable the checkbox on front of “Break comments into pages with…” option.

    Plugin Author gVectors Team

    (@gvectors-team)

    Second question is that I noticed that the add on features for this plugin cost. It says x amount of dollars for 1 year basic support. The question is, what does support mean. Are we talking help request, or does it mean support for your website. In other words, I’m worried that support means that after a year the add on will stop working unless you pay again.

    The one year is only for addon updates, you can use the addon you’ve purchased forever. But after 365 days the new updates will not be available for you. Addon doesn’t stop working, you’ll be able to use that as long as you need.

    Thread Starter mikenet7482

    (@mikenet7482)

    Awesome, 2 more things then I’m good.

    The latter is more important.

    If I absolutely have to can I edit the code of this plugin, or are there any plugins that would be compatible?

    Lastly, I notice the comment fields have options for b-quotes, bold and italic text, ect. I’m wondering though if there is a more advanced list I can add that will allow the user to do things like color or resize text, basically a more extensive list of things. I’m not sure what all can be done with the code button, and I’m thinking many users wouldn’t know either.

    Don’t get me wrong, I’m glad some of it is there, it would have been a deal breaker otherwise, I’m just curious if it can be expanded some.

    Thanks in advance.

    Plugin Author gVectors Team

    (@gvectors-team)

    If I absolutely have to can I edit the code of this plugin, or are there any plugins that would be compatible?

    I’m sorry, but we don’t have any solution make those comparable.

    Lastly, I notice the comment fields have options for b-quotes, bold and italic text, ect. I’m wondering though if there is a more advanced list I can add that will allow the user to do things like color or resize text, basically a more extensive list of things.

    We use WordPress built-in Quicktags api, we load it using this code:

    wp_enqueue_script('quicktags');
    wp_register_script('wpdiscuz-quicktags', plugins_url('/assets/third-party/quicktags/wpdiscuz-quictags.js', __FILE__), null, $this->version, true);
    wp_enqueue_script('wpdiscuz-quicktags');

    All JS codes are located in /wpdiscuz/assets/third-party/quicktags/wpdiscuz-quictags.js JS file.

    Thread Starter mikenet7482

    (@mikenet7482)

    Thank you, I think I’ll be able to work with this it’s looking like a useful plugin and I’ve been searching everywhere for the right one.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comment pagination and support policy questions’ is closed to new replies.