• 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 - 61 through 75 (of 76 total)
  • Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Anchor is work, multi-level work.
    But what about notifications: now by default visitors will not receive the notification when someone reply to their comment? Every user must turn on manually on of this options?

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    *one of this options

    Plugin Author gVectors Team

    (@gvectors-team)

    We don’t see any option on front-end, have you turned those on and delete the cache?

    Every user must turn on manually on of this options?

    This option works after first contact with user.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Turn on this options, but there is a problem:

    View post on imgur.com

    Plugin Author gVectors Team

    (@gvectors-team)

    This is the same problem, phrases are not saved, please go to Phrase settings and save those

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Works, but in my theme it’s looks like this:(

    View post on imgur.com

    Plugin Author gVectors Team

    (@gvectors-team)

    Theme’s CSS is not good, that’s not correct set checkbox width:100% in CSS. This is incorrect css.

    To fix this issue please put this CSS in custom CSS area in wpDiscuz general settings.

    #wpcomm .wc_notification_checkboxes input[type="checkbox"] {
        width: inherit;
    }

    We’ll add this in 2.0.1 version as well

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Doesn’t work, cache deleted:(

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Maybe i should add some code in my theme css-file?

    Plugin Author gVectors Team

    (@gvectors-team)

    Use this instead of that

    .wc_notification_new_reply, .wc_notification_new_comment{
    width: inherit;
    }

    Plugin Author gVectors Team

    (@gvectors-team)

    The best solution would be add this code at the end of theme’s style.css

    #wpcomm .wc_notification_checkboxes input[type="checkbox"] {
        width: inherit;
    }

    This will work 100%

    Plugin Author gVectors Team

    (@gvectors-team)

    wpDiscuz 2.0.1 released please update.
    And please keep Email Notification checkboxes on, to allow users manage their email notifications.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Hi!
    It’s me again ??
    I have updated plugin to version 2.1.8 and voting for comments and it’s broken. When i try to vote appears message “You must be authorized for voting”, but i logging in. Im trying to delete cash, try from other account. If i mark checkbox “Allow guests to vote on comments” on, voting is working, but user can vote for an infinite number of times. Before update all works great.
    Thanks in advance!

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi Dmitriy,
    We made some serious changes for guest voting, it should fix your issue. Please update to 2.1.9 version.

    Thread Starter Dmitriy Shelest

    (@dmitriy-shelest)

    Hi gVectors!
    Voting works fine, but i found another problem with live update function: it’s still working even i turn this function off in plugin settings. And more, I understand that this mechanism is demanding to server resources, but it’s loads dedicated server with intel i7 onboard to 50% with 3000 hosts per day. It seems to me it should not be.

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