![]() |
Forum home Counter
==========================
Forum Home Counter By Larrysw ========================== [high]What Does this do?[/high] It adds a counter to your forum home. [high]UPGRADING[/high] 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]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'); [/sql] All Done [high]What will be added?[/high]
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. [high]*Support Info[/high] Support is only given to those who click install! It's a simple request. |
First Post reserved
|
Nice idea, but you should work with prefixes to solve the problem with the mysql-error after installing the product:
Invalid SQL: UPDATE forum_home_counter SET count = count + 1; MySQL-Fehler : Table 'xxxx.forum_home_counter' doesn't exist Fehler-Nr. : 1146 |
Yea I will update the mod.
|
Quote:
|
any screen shot?
|
Ahh will add and Find a demo here:
http://www.sim2world.com/forum/ |
You are the 29 user to vist the site.
Maybe some better english huh? :) Code:
<div align="center">You are the $count. visitor of my site. </div> is it counts total visitors or unique ones? |
Quote:
Total guests and users. |
Error sql :(
|
All times are GMT. The time now is 11:24 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:
|