The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
You could try editing it in the database. You'd want to edit the record in table datastore where title="options". What's stored in that field is a serialized array, so if you find and edit it you also have to fix the length. So it might say (somewhere in the middle of a long string)
Code:
s:5:"bburl";s:21:"http://mydomain/forum"; Code:
s:5:"bburl";s:28:"http://someotherdomain/forum"; There's a tools.php that you can upload to your admincp folder and it lets you fix some things, but I can't remember if the url is one of the things it lets you fix. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|