The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
on line 1342 in 3.6.5 it has the following:
Code:
$vbulletin->GPC['type']['extension'] = preg_replace('#[^a-z0-9_]#i', '', $vbulletin->GPC['type']['extension']); Code:
$vbulletin->GPC['type']['extension'] = str_replace('.', '', $vbulletin->GPC['type']['extension']); I've gone through the mods on our forum and nothing seems to have touched this template. I'm wondering a few things: A) Is this one of the updates that's been made with the new release? B) Where can I find a list of what all has been updated that might help me as I come across other modifications in the process. Thanks in advance! |
#2
|
||||
|
||||
![]()
That only applies if you're using file hacks (very unlikely as they were *close* to abolished in 3.5.x). Otherwise you just upload & replace all files, then run install/upgrade.php.
|
#3
|
|||
|
|||
![]()
I'm sorry, but if I just did that without checking the code, some of our modifications wouldn't work after the upgrade.
|
#4
|
||||
|
||||
![]()
You have file edits? If you don't, all your modifications would work on 3.6.5.
|
#5
|
|||
|
|||
![]()
I went through all files one by one using a comparison tool.
What file would this be? |
#6
|
||||
|
||||
![]()
Huh? No hacks should break from 3.6.3 to 3.6.5...As your hacks should be imported through the plugin system.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|