# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: User Mentioning Addon Not Working
|
11 Relevance |
4 years ago |
Ronnie Tanner |
How-to and Troubleshooting |
|
Thanks, I've opened a ticket there. However, with everything up to date now it's throwing the "Nonce is invalid" message, which appears has been addressed, but I haven't been able to solve it on my site. I use W3 Total Cache and have cleared all caches/cdn and warmed the cache but it's still giving me problems. Any help would be appreciated. |
|
RE: Captcha doesn't work
|
11 Relevance |
5 years ago |
Arscrigicioniec |
How-to and Troubleshooting |
|
Unfortunatelly, I use virtual hosting and don't have access to cURL or PHP core. Other captcha (for example, login captcha from this plugin , works fine on my site.
Will this problem be solved in the next WpDiscuz update? I can wait, just reported the bug. |
|
RE: Captcha doesn't work
|
11 Relevance |
5 years ago |
Asti |
How-to and Troubleshooting |
|
Hi @arscrigicioniec,
Please try the solution mentioned here: |
|
RE: show just average rating
|
11 Relevance |
5 years ago |
Asti |
How-to and Troubleshooting |
|
@jjk,
I'm sorry, but no documatation yet.
See the description below:
1. metakey is the value of the meta key for the rating field. If you set it "all" the total count will be displayed.
2. show-label - if you set "true" as a value of the property the "Name For Total" will be displayed, otherwise not.
3. the value of the itemprop property is being used for showing agregates. If you set it false it'll not be indexed by Google.
Attachment : metakey.png |
|
RE: "You are logged in as" always displayed
|
11 Relevance |
2 years ago |
tjbett |
How-to and Troubleshooting |
|
@asti I have deleted all cache and have done what you have suggested. Both issues still exist.
The 'You are logged in as [username]' persists at the top of the comments area. This message appears to be linked to the post's author not the authenticated user.
When posting a comment I get one of two notification errors - 'Some of field value is invalid', or 'fault'. The first error message appears to be related to whether the user is logged in or not. The second, ('fault') message is hard to pin down.
Thank you |
|
RE: "You are logged in as" always displayed
|
11 Relevance |
2 years ago |
Asti |
How-to and Troubleshooting |
|
@tjbett,
Please deactivate the Password Protected plugin, delete all caches and check again.
Also, in addition to the above issue. We are also getting 'fault' and 'Some of field value is invalid' when attempting to post a new comment to an existing post.
We don't see the issue while we've checked your website. See the testing comment here:
Could you please record a video where we can see the issue? |
|
RE: "You are logged in as" always displayed
|
11 Relevance |
2 years ago |
tjbett |
How-to and Troubleshooting |
|
@asti I have reached out to the info[at]gvectors.com team via email.
Also, in addition to the above issue. We are also getting 'fault' and 'Some of field value is invalid' when attempting to post a new comment to an existing post. |
|
comment text field
|
11 Relevance |
2 years ago |
Happy |
How-to and Troubleshooting |
|
In form - comment text field (editing in wordpress setting) and the form show under "join discussion" is different which is not aligned. |
|
RE: How to show custom field in specific position
|
11 Relevance |
3 years ago |
Asti |
How-to and Troubleshooting |
|
Hi @visualsun,
You can use the meta key and display the custom field's value wherever you want.
This video shows how to get the meta key of the custom field:
Attachment : meta_key.mp4 |
|
RE: reCaptcha 2 - Not appearing and just red "required" field. Shows.
|
11 Relevance |
3 years ago |
michael |
How-to and Troubleshooting |
|
Ok I will check thanks. For the 2nd issue about the HTML field. Check the attached screen shots. You can see that I add the field to the form and then it is visible on the front end. But when I submit the form, this value is not saved.
Any ideas how to make it save?
Attachment : Screen Shot 2022-10-27 at 12.32.27 PM.png
Attachment : Screen Shot 2022-10-27 at 12.41.58 PM.png
Attachment : Screen Shot 2022-10-27 at 12.42.49 PM.png |
|
RE: How can I include custom field to actual message
|
11 Relevance |
3 years ago |
Validhan |
How-to and Troubleshooting |
|
Hi @asti Thanks for all information and hook code. I test it on my wordpress but unfortunately it does not worked. I even tried to implement it on new installed wordpress with only WPDiscuz plugin but still it does not work as well.
Please can you check and test the code again if it is correct.
Note please I tried to implement it directly from functions.php and plugin that you suggested as well. I even tried to specify my own meta key value for custom field and put it into key field.
Please can you provide some solution. |
|
RE: How can I include custom field to actual message
|
11 Relevance |
3 years ago |
Asti |
How-to and Troubleshooting |
|
... .= "\n" ;
$notify_message .= "Department : " . $customFiled;
}
return $notify_message;
}, 9, 2);
This instruction should be helpful for you:
2. Replace the red-marked "key" value with the custom field's meta key. This video shows how to get the meta key of the custom field:
Attachment : meta_key.mp4
3. The red-marked "Department" phrase also can be changed as you like. |
|
RE: customized form field
|
11 Relevance |
5 years ago |
Asti |
How-to and Troubleshooting |
|
@lichuster,
Please follow the steps below:
1. Create the rating field as mentioned here:
2. Click on the "Advanced Options" link
3. Fill your custom rating meta key value in the "Meta Key" section
Attachment : 2020-09-26_14-56-48.png |
|
RE: The commenter name length prompt is incorrect!
|
11 Relevance |
12 months ago |
Asti |
Bug Reports |
|
Hi,
Please navigate to the Dashboard >wpDiscuz > Phrases > Errors admin page, check the value of the "Message if input text length is too short" field.
The value of the field is used in this case.
Attachment : chrome_RrW9qGMBny.mp4 |