• Resolved Dmitriy Shelest

    (@dmitriy-shelest)


    Hi there!
    I have some questions about plugin:
    1.It fully replaces the current comment system as it makes disqus? That in this case what happens to old comments?
    2. Is plugin fully free or it’s has paid-functions?
    3. Where i can see screenshots or demo how its work?
    4. I have stand-alone plugin for 0auth. Buttons for “login with” is placed near comment submit form, here is example (scroll down for submit-form and you will see icons of social networks). Will this plugin work with wpDiscuz, or it will be removed with wpDiscuz?
    5. Where comments are stored – on my blog or at your servers?
    6. The data will not be lost if I install this plugin, and then remove it? Old comments will remain in place?

    Thank you in advance for your answers! And sorry for my bad English.

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

Viewing 15 replies - 16 through 30 (of 76 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    It would be better if we have English discussion here, to be readable for other people who don’t know Russian language. But you can write russian text in emails.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Of course, i understand.

    This may be a small bug, we’ll check and update as soon as possible…

    Maybe it will be useful, that’s what I noticed:
    when choosed “Show the latest comments on top of the threads” and “Comment Threads Per Page” is about 10-15 there is a bug, recent comments doesn’t displayed. If i check comment threads per page 300 (in fact, it is only important thing is that the specified number was more existing comments) that’s allright. Once loaded all the comments and sorted in the correct order.

    but if you change the output settings in the WP-settings (setting-show discussion, early / late comments) and choose to display recent comments, instead of early, plugin, then plugin does the opposite: Early comments on top, latest – down the page. Provided that in the plugin settings specified Show the latest comments on top of the threads. I think the problem in this.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Do I understand right that in order to change the font size in the body of the comment i need to add font-size in Custom CSS code field, like this?
    .comments-area{width: 100%;margin: 0 auto; font-size:16px;}

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    I Send an email with an attachment

    Plugin Author gVectors Team

    (@gvectors-team)

    Ok, thank you Dmitriy,
    We’ve received your email.
    We’ll increase the font-size, fix the comment sort order issue and add the Ulogin buttons.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    In plugin? or my theme files?

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi Dmitriy,
    The problem with latest comments sort order is fixed. We just released the 1.0.7 version, please use that.

    To increase the font size put this code in the Custom CSS field:

    #wpcomm .wc-comment-text{ font-size:14px; line-height:20px; }
    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Great, thanks!
    But what about ulogin panel?

    Plugin Author gVectors Team

    (@gvectors-team)

    We’re currently working on that, will update soon…

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Ok, will wait, thanks in advance!

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    And one more question: is comments on wpDisuz are SEO-friendly? Particularly interested in the hidden comments.

    Plugin Author gVectors Team

    (@gvectors-team)

    Just finished,
    We figured out that the ULogin plugin is designed to use certain ID of comment form, this is not good idea, and this can not work with all kind of third party comment plugins. We tested lots of other plugins like this and all works well with wpDiscuz, for example “Super Socializer” plugin.

    If you don’t want to change this plugin, the only way to use with wpDiscuz is inserting the get_ulogin_panel() function in wpDiscuz form file. You should open wpdiscuz/comment-form/form.php file, find this code on the line 51:

    <div class="wc-form-wrapper">

    and put your ULogin function after this HTML code like this:

    <div class="wc-form-wrapper">
    <?php echo get_ulogin_panel(); ?>

    The result: https://gvectors.com/screens/Capture1.PNG
    The result on front-end: https://gvectors.com/screens/Capture2.PNG

    However please note, that we’re working to find better way for this, but until this you’ll have to do this change after each wpDiscuz new release update.

    And one more question: is comments on wpDisuz are SEO-friendly?

    Yes, current search engine bots are very smart and they index all content loaded by ajax requests. Even without this, google and yandex index new comments before they become 10th and be hidden.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Hello!
    only now found the time to do thorough installing the plugin, results are as follows:
    In changelog of version 1.0.8 you wrote:
    “Added : wpDiscuz comment system supports all WordPress template hooks. It’s compatible with all plugins which uses comment hooks.”

    But it didn’t work with ulogin. So i had to do on your instructions (adding panel in comment-form/form.php
    After this form is turned as on your screenshot.

    Wishes for the future versions:
    – Add function or button to refresh comments block or add a timer to which comments block will refresh automatically;
    – Widget “recent comments”. Now i use WP-Recent comments plguin, and it’s work great. But he uses links ***/#comment-2087 and therefore this links don’t work with wpDiscuz. The plugin is excellent, because it uses jquery and allows to deploy a large comment directly in the sidebar. Perhaps you should make your widget for recent comments?
    – Is it possible to make a multi-level system responses? After all WordPress natively supports this feature.
    – It would be great, if it is possible to make a sound notification when new comments are for authorized users or small floating blocks down-right of page, which notifies you of new comments. But probably it is’s really tough?

    But in any case, plugin is great, I will recommend it to all. Now I went to write a positive review!

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi Dmitriy,
    Thank you very much for your 5x review.

    “Added : wpDiscuz comment system supports all WordPress template hooks. It’s compatible with all plugins which uses comment hooks.”
    But it didn’t work with ulogin.

    Yes, we know that, wpDiscuz supports all comment hooks like “before”, “after” comment form and so on, but it doesn’t support comment hooks which are located in default comment form body, because the default comment form has been changed to wpDiscuz one. Unfortunately this plugin doesn’t use the “before comment form hook”, it has been inserted to form body. I think this is not a good idea and this will not work with any comment plugin, this can only work with default comment form.

    – Add function or button to refresh comments block or add a timer to which comments block will refresh automatically;

    We’re currently working on “Live Update” of new comments, so wpDiscuz will load all new comments in live time.

    – Widget “recent comments”. Now i use WP-Recent comments plguin, and it’s work great. But he uses links ***/#comment-2087 and therefore this links don’t work with wpDiscuz. The plugin is excellent, because it uses jquery and allows to deploy a large comment directly in the sidebar. Perhaps you should make your widget for recent comments?

    Ok, this IDs will be added too, so your “Recent Comments” URLs will work fine.

    – Is it possible to make a multi-level system responses? After all WordPress natively supports this feature.

    This makes very narrow the area of comment text, and it doesn’t look good after 2nd and 3rd levels. So we’ve decided to allow only two levels to keep readable comment text.

    – It would be great, if it is possible to make a sound notification when new comments are for authorized users or small floating blocks down-right of page, which notifies you of new comments. But probably it is’s really tough?

    Good idea, we’ll think about this too.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Great, thanks! Will wait for future updates!

Viewing 15 replies - 16 through 30 (of 76 total)
  • The topic ‘Some questions about plugin’ is closed to new replies.