Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla comment embed and wordpress related post plugins
Gogito
New
So, I notice that when I use ANY wordpress related posts plugin, Vanilla comment have issue.
If the post has already have a comment, it will load normally
If not, like having no comment, it will load and then return like this:
0
Comments
It seems to be js related but I don't really know. Anyone ?
Anyone ?
We can't possibly know. Post a link to an example page or any errors you get in your javascript console. Also it might be an issue with the wordpress plugins in which case you should ask there.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Ok, here is one that works: https://mmo4teen.com/mmo4teen-update/
Here's one that don't work: https://mmo4teen.com/teenagers-ways-passive-income-online-part-2/
Enable debug mode and report back with the error you get for this link:
https://mmo4teen.com/forum/index.php?p=/discussion/embed/&vanilla_identifier=920&vanilla_url=https://mmo4teen.com/teenagers-ways-passive-income-online-part-2/&vanilla_category_id=make-money-online-for-teens
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I see this when accessing the link, debugger or not
Not the plugin debugger , put the code below in the config.php then after you are done troubleshooting comment the line out with two slashes like this // in the beginning of the line of code.
$Configuration['Debug'] = TRUE;
http://vanillaforums.org/discussion/26786/tutorial-how-to-enable-a-debug-log-and-collect-debugging-information
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I got this:
Looks like the ThankfulPeople plugin is incompatible with embedded comments. See if disabling it fixes the problem.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thanks a lot, it worked. Now all that left is to solve all the other problems.