Quote:
Originally Posted by NiTRoN
i tried the 1.02 one still came up with the sql error.. had to manaully create table by running the query below
CREATE TABLE vbulletin_forum_home_counter (
`count` varchar(6) NOT NULL default '',
PRIMARY KEY (`count`)
) TYPE=MyISAM;
INSERT INTO vbulletin_forum_home_counter VALUES ('0');
keep in mind my table prefixes are vbulletin_ adjust yours accordingly
If you want to change the starting count number.. just change last 0 to whatever number you want.
also I placed <div align="center"><phrase 1="$count">$vbphrase[counter]</phrase> </div>
on bottom of adv_portal_foot template so it only show on my main portal page.. 
|
Thanks, that did the trick, was trying to suss out the MySQL code but got so stressed I just left it - if anything that's probably easier