Forum home Counter
This modification is in the archives.
==========================
Forum Home Counter By Larrysw ========================== What Does this do? It adds a counter to your forum home. UPGRADING Upload the product Open the FORUMHOME templeate ############################## Find: HTML Code:
<div align="center"><phrase 1="$count">$vbphrase[counter]</phrase> </div> ############################## If you are getting errors about the my SQL table not working run this query: SQL Query: (how to run queries)
CREATE TABLE prefix_forum_home_counter ( `count` varchar(6) NOT NULL default '', PRIMARY KEY (`count`) ) TYPE=MyISAM; INSERT INTO prefix_forum_home_counter VALUES ('0'); All Done What will be added?
1.0.4; No more edits. 1.0.3; Changed numbers from 1000 to 1,000. 1.0.2; Fixed the the install, the text on forum home. 1.0.1; Fixed to work with table prefixs. *Support Info Support is only given to those who click install! It's a simple request. Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Hit Counter at the base of your Forum home Page. | vBulletin 3.5 Template Modifications |
vB Forum Counter v2.1 | vBulletin 3.0 Full Releases |