Welcome to Geeklog Wednesday, May 22 2013 @ 04:34 AM EDT
|
||||||||
![]() |
Forum Index > Extensions > Cool Hacks |
New Topic
|
Post Reply
|
counter totalhits displayed in footer |
|||
| ironfeather |
|
||||||
![]() ![]() ![]() ![]() ![]() Junior ![]() ![]() Status: offline ![]() Registered: 01/27/03 Posts: 16 |
To add a "counter" (total hits) to the bottom of your geeklog do this:
edit lib-common.php find where the footer is being set up, function COM_siteFooter then add this : PHP Formatted Code $totalhits = DB_getItem($_TABLES['vars'],'value',"name = 'totalhits'");$footer->set_var('lang_totalhitstosystem',$LANG10[2]);$footer->set_var('total_hits', $totalhits);now edit your footer file in your theme directory and add: {total_hits} and this should display the hits, now ya have a counter Note: having trouble using the PHP Formatted Code this is ironfeather's mod from: webmaster discussion ------ my geeklog discussion is at: http://ironfeather.com/cgi-bin/bbs/ikonboard.cgi?act=SF;f=20 |
||||||
|
|||||||
| Content generated in: 0.43 seconds |
|
|
|