Basic Setting:
Replace Non-English Characters in URLs
Advanced Settings:
all on "no"
This is a discussion on Threaded Mode - Cause blank thread box on my site, entirely blank page on VBSEO within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Basic Setting: Replace Non-English Characters in URLs Advanced Settings: all on "no"...
Basic Setting:
Replace Non-English Characters in URLs
Advanced Settings:
all on "no"
Not that we probably found the reason for the strange behaviour - have you got any idea or advice how to eventually solve the issue?
Thanks!
Franz
This thread works correct for us *New vessel 'smoke' fuel laws looming* - Message Boards , can you reproduce the issue on this thread or on any other thread ?
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Unfortunately I can't reproduce the issue reliably. It sometimes happens and sometimes it doesn't. It seams to be connected to the special character ' but as mentioned it doesn't always cause the issue when used in a posting's title.
Is there a way to prevent any kind of special character, i.-e. anything except [A-Za-z0-9] from being accepted for a posting's title?
Franz
Here is an example where the issue can be reproduced: I've added the ' and the issue is there; removing the ' from the title will make the issue disappear ... FDR's Mississippi River Inspection - Message Boards
Franz
Hello,
please try to modify functions_vbse_createurl.php file:
find:
'%thread_title_ue%' => htmlentities($vbseo_gcache['thread'][$threadid]['title'], ENT_QUOTES),
replace with:
'%thread_title_ue%' => ($vbseo_gcache['thread'][$threadid]['title']),
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!
Sorry, but I can't find this line of code either in functions_vbseo_createurl.php nor in any other vbSEO file. I'm using vbSEO 3.6.0 ...
Franz