How can I replace the Previous/Next Thread redirect links only to guests? Because it is irrelevant to the Members and it is too killing because it adds 2 queries... and with 9000 users online it is a REAL problem!
Tnx in advance.
Ismael.
This is a discussion on Previous/Next Thread redirect links only guests within the Troubleshooting forums, part of the vBSEO SEO Plugin category; How can I replace the Previous/Next Thread redirect links only to guests? Because it is irrelevant to the Members and ...
How can I replace the Previous/Next Thread redirect links only to guests? Because it is irrelevant to the Members and it is too killing because it adds 2 queries... and with 9000 users online it is a REAL problem!
Tnx in advance.
Ismael.
You can modify file for that:
FIND:REPLACE WITH:PHP Code:if(VBSEO_URL_THREAD_NEXT_DIRECT)
FIND:PHP Code:if(VBSEO_URL_THREAD_NEXT_DIRECT && !$bbuserinfo['userid'])
REPLACE WITH:PHP Code:if(VBSEO_URL_THREAD_PREV_DIRECT)
PHP Code:if(VBSEO_URL_THREAD_PREV_DIRECT && !$bbuserinfo['userid'])
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!