Open this vbindex teplate:
vbindex_centerthreadbit
Look for this line near the bottom of the template.
PHP Code:
[bburl]/showthread.core?$session[sessionurl]
replace place it with this:
PHP Code:
[bburl]/showthread.php?$session[sessionurl]
The error in the code is the "core?" code. It should say "php?"
----------------------------
Open this vbulletin default template: calendar_smallmonth_day
Search for:
PHP Code:
<span class="smallfont"><a href="calendar.core?$session
replace it with this:
PHP Code:
<span class="smallfont"><a href="calendar.php?$session
The error in the code is the "core?" code. It should say "php?"