Log in

View Full Version : Version Information?


Chewylewy
08-14-2006, 10:08 PM
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

Paul M
08-15-2006, 12:39 AM
If you have access to run sql against it then ;

select value from setting where varname = 'templateversion'

If not then you'll have to search the export file for it I guess.