The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi all,
Does anybody know where about the vbulletin version information is stored within the database? I have a database exported sql file from my old forums, I need to know what version that the database structure ran on. Thanks, Chewylewy |
|
#2
|
||||
|
||||
|
If you have access to run sql against it then ;
Code:
select value from setting where varname = 'templateversion' |
![]() |
|
|