gVectors Support
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode for main comment form?Hi @diablo2,
We’re really sorry, but there is no way to do what you want.
Forum: Plugins
In reply to: [Comments - wpDiscuz] how to modify comment pages url?Hi @lola99,
Please note that the link is generated from WordPress, not from wpDiscuz.
In any case, you should use the following hook and make it work as you need:
get_comment_linkMore info here: https://developer.ww.wp.xz.cn/reference/functions/get_comment_link/
Forum: Plugins
In reply to: [Comments - wpDiscuz] Facebook share button does not appearHi @vejapixel,
I’m not able to create an app on Facebook, it just keeps showing error: https://prnt.sc/wbwi9w
The error does not have any relation to the wpDiscuz, it comes from Facebook. So please note in this case we can not provide any solution for you.
It is strange this need for the Key and the Application Secret to configure the share button, because in various themes and plugins that I use and that offers social sharing buttons, I do not need the Application Key and Secret. Why do you need this key and secret to use your share button?
As I already mentioned in the above post it necessary to generate the Facebook Application Key and Secret to be able to use the Facebook Login and Share Buttons.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Various issuesThat tab you are mentioning (“Phrases”) isnt there..
There is no phrases tab, because of you enabled the “Use Plugin .PO/.MO Files” located in the Dashboard > Comments > wpDiscuz > Settings > General Settings admin page.
More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/general-settings/#use-plugin-po-mo-filesI cant seem to translate everything via Loco Translate: Such as “Reply to” (https://prnt.sc/w9oljn | https://prnt.sc/w9ond8) and “Attach an image” (https://prnt.sc/w9om6t).
Please let us know have you clicked on the “Sync” button? If not please click on that button, then save it. And try to find and translate the phrases again.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Display the rating of posts in an archiveHi @garri83,
You should use the following shortcode:
[wpdrating metakey="all" show-lable=false show-count=false show-average=false itemprop=false post_id="1"]The value of the post_id the id of the post where the rating will be displayed.
Please note: This shortcode is only designed for Rating Custom Fields: https://wpdiscuz.com/docs/wpdiscuz-7/customization/custom-field-rating/
- This reply was modified 5 years, 5 months ago by gVectors Support.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode for main comment form?Hi @diablo2,
Is there a shortcode for the main comment box/form? If so, how do i find it?
To use the wpforo shortcode. Please follow the steps below:
1. Put the following code in the active theme functions.php file:
function my_wpdiscuz_shortcode() { $html = ""; if (file_exists(ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php")) { ob_start(); include_once ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php"; $html = ob_get_clean(); } return $html; } add_shortcode("wpdiscuz_comments", "my_wpdiscuz_shortcode");My goal is to display a post on the frontpage (for example), and have the comment form display as well (without the user having to click the post in order to comment).
Please navigate to the Dashboard > Comments > wpDiscuz > Settings > General Settings
admin page and check the “Enable wpDiscuz on Home Page” option.
More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/general-settings/#enable-wpdiscuz-on-home-pageForum: Plugins
In reply to: [Comments - wpDiscuz] Facebook share button does not appearHi @vejapixel,
For the Facebook API, it is necessary to fill the Facebook Application Key and Secret. So, please generate the Facebook Application Key and Secret for your website and fill to the according field and check again.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Various issuesHi @karliewharlien,
Has the translation tab moved since WPDiscuz 7 launched perhaps?
As I already mention since wpDiscuz 7 the Phrases tab located in the Dashboard > Comments > wpDiscuz > Phrases admin page. See the screenshot below:

Hi @vejapixel,
There is no such an issue on our test website.
Could you please leave the example URL to allow us to check it?Forum: Plugins
In reply to: [Comments - wpDiscuz] Display the rating of posts in an archiveHi @garri83,
Please uncheck the “Before Comment Form” option and check for both archive and post pages, and let us know how it works.
Forum: Plugins
In reply to: [Comments - wpDiscuz] /public_html/var/lib/phpsessionHi @alriksson,
Please note the wpDiscuz does not use the session, thus the issue does not have any relation to wpDiscuz.
Probably there is a plugin conflict. We may suggest you deactivate the plugin one by one and check after each deactivation to find the problem maker one.Forum: Plugins
In reply to: [Comments - wpDiscuz] Various issuesHi @karliewharlien,
I cant seem to translate everything via Loco Translate: Such as “Reply to” (https://prnt.sc/w9oljn | https://prnt.sc/w9ond8)
Please navigate to the Dashboard > Comments > wpDiscuz > Phrases > General tab, to translate the “Reply to” phrase.
…..and “Attach an image” (https://prnt.sc/w9om6t).
In the same admin page, just go to the Media tab, to translate the “Attach an image to this comment” phrase. Save, delete all caches and check again.
“Comments” are displayed twice: (https://prnt.sc/w9onyu) can I remove the one on the top?
Please try the following CSS code:
#comments .td-comments-title-wrap { display: none; }The CSS code should be added in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea.
Please don’t forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking.The load with ajax function leads to missing icons: (https://prnt.sc/w9oous). I have to load the whole comment form, but i´d like to use “Initiate AJAX loading after page”.
The issue does not have any relation to the wpDiscuz. There is an avatar lazy loading, thus you will see the avatar when you scroll down. Probably there is a plugin conflict. Could you please deactivate the plugins one by one and check after each deactivation to find the problem maker one. First please try to deactivate the Litespeed plugin and check.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Display the rating of posts in an archiveAlso please make sure one of the following options is checked on the same admin page and check again:
. Before Content
. After ContentForum: Plugins
In reply to: [Comments - wpDiscuz] Display the rating of posts in an archiveHi @garri83,
Please navigate to the Dashboard > Comments > wpDiscuz > Settings > Article and Comment Rating admin page, find the “Display Ratings” section, and check the “Display ratings on non-singular pages” option.
More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/article-and-comment-rating/#display-ratingsForum: Plugins
In reply to: [Comments - wpDiscuz] Comment’s author name does not change colorHi @vejapixel,
To change the commenter label and name colors by roles, please navigate to the Dashboard > Comments > wpDiscuz > Settings > User Labels and Badges admin page, and check the “Comment Author Label Colors by User Role” option.
More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/user-labels-and-badges/#comment-author-label-colors-by-user-role