![]() |
ACtually -- I figured out my problem
I had width set to 1000 sx instead of just 100% One question while im here --- can the logo be set to 100% somehow? |
After upgrading to gold - i tried to reinstall -- I got this after running the install script.....
Database error in vBulletin 3.0.0: Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('adcolumn', '600', 1) mysql error: Duplicate entry 'adcolumn' for key 1 mysql error number: 1062 Date: Saturday 20th of March 2004 01:26:22 AM |
Quote:
|
Quote:
Since upgrade to Gold all has stopped working..In AdminCP there is still Advertisment Colomn option under VB options but when you click on it it no longer brings up any options..i.e Left / Right check boxes. If I click on OK it just says "Nothing to do" |
thats the same problem i have
|
It seems like vB3 Gold may have removed some things from the dB. Looks like I'm going to have to make a quick uninstaller, so you can re-run the installer and put all the settings back.
/sigh.. why Jelsoft, why? |
Ok, run these following queries:
[SQL]DELETE FROM `phrase` WHERE `varname` = 'settinggroup_adcolumn' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adenable_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adenable_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adleft_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adleft_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adright_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleleft_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleleft_desc' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleright_title' LIMIT 1; DELETE FROM `phrase` WHERE `varname` = 'setting_adtitleright_desc' LIMIT 1; DELETE FROM `settinggroup` WHERE `grouptitle` = 'adcolumn' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adenable' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adleft' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adright' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adtitleleft' LIMIT 1; DELETE FROM `setting` WHERE `varname` = 'adtitleright' LIMIT 1;[/SQL] Then, go ahead and re-run the installer. It should work fine after that. Be sure to verify the file and template edits! ;) |
I've also got the alignment issues in the show thread where the thread contents are not as wide as they should be (see screenie)
I've made the changes you suggested throughout this thread: Quote:
Quote:
Quote:
|
heynurse,
Here is your problem: HTML Code:
<div class="page" style="width:95%; text-align:left"> |
Will this work with the final version of vBulletin? The version after RC4?
Forgive me with terminology ;) vBulletin 3.0.0 Thanks. |
All times are GMT. The time now is 04:56 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|