After upgrading vb to 3.6.4 i am having problems with Quick Edit.
After Editing and Saving.The post get edited but Quick Edit window remains there.
the problem is not there when vbseo is disabled.
This is a discussion on Quick edit/reply problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; After upgrading vb to 3.6.4 i am having problems with Quick Edit. After Editing and Saving.The post get edited but ...
After upgrading vb to 3.6.4 i am having problems with Quick Edit.
After Editing and Saving.The post get edited but Quick Edit window remains there.
the problem is not there when vbseo is disabled.
the problem is still there after disabling "Update Services"
Please open a support ticket with admincp/vbseocp access to check this further.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hm, glad I didn't upgrade to 3.6.4 already!
The Liberty Lounge Political Forums - Our political forums, your two cents.
There are no problems with 3.6.4 here on vBSEO.com, or on my personal site, so it must be something else causing the issue.
its related to "Ads after first post",works fine without the Ad code.
but the Ad code works fine when i disable vbseo. lol
Could anyone please share their woking Ads after first post code
You should exclude this mod from processing by newreply/editpost scripts to avoid ajax conflicts.
For instance, if you have this condition in the template mod:
it should be changed to:HTML Code:<if condition="!$GLOBALS['FIRSTPOSTID']">
HTML Code:<if condition="!$GLOBALS['FIRSTPOSTID'] AND THIS_SCRIPT!='newreply' AND THIS_SCRIPT!='editpost'" >
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
That Worked,Thanks.
I'm having the same problem but I can't find where to make this change. Can someone point me in the right direction?![]()
Hello,
do you have "Ads after first post" mod installed? Replied to your support ticket.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
After having this problem I went into the vBSEO CP and under vBSEO options where is says "Activate Plugin" I have it set to NO.
Would this not disable all vBSEO options and put the forum back to normal?
Sorry for my dumb questions but is "Ads after first post" a seperate mod from vBSEO or is it just a setting in vBSEO?
I'll try what you suggested in your ticket reply as well shortly.![]()
Hello,
it is a separate mod, not related to vBSEO. The issue reported in this thread is related to that mod, as mentioned in Quick edit/reply problemSorry for my dumb questions but is "Ads after first post" a seperate mod from vBSEO or is it just a setting in vBSEO?
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hi,
I've got the first post hack installed, I've changed the above in the postbit template and received an error from VB.
Any ideas, will it work okay if I proceed?Code:The following error occurred when attempting to evaluate this template: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/********/public_html/forum/includes/adminfunctions_template.php(3596) : eval()'d code on line 425 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
Thanks in advance,
Dave
Hello,
most likely something has been entered incorrectly, make sure that you insert the code exactly as it is specified above.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!