Back to vBulletin 3.5 Add-ons

Forum home Counter
Mod Version: 1.0.4, by DrewM

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 17
Released: 04 Apr 2006 Last Update: 08 Jun 2006 Downloads: 19
Not Supported DB Changes Uses Plugins Auto-Template Re-usable Code  

==========================
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>
and delete it!
##############################

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?
  • amount of users who visted on the calender
Update Log
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

vblts.ru supports vBulletin®, 2022-2024