Quote:
|
Originally Posted by Infamouz Nex wow thanx... i dont seem to understand this part though...
care to explain in newb terms? |
Ok lets assume you want your counts to show on the index page of your forums
place the code somewhere near the bottom of your index.php
before:
You must first be a
registered member to view any code.
is prolly best
Now you just gotta decide where you want the totals to show up on your forums index page.
look at forumhome template in admin cp
find $navbar
under it add
You must first be a
registered member to view any code.
This is of course is very very basic and will do nothing more than put some numbers under the navbar
My advice would be to play around till you find the right place for it and definately consider at the very least formating to fit your boards text.
You could of course create a template but that would require more additions to the hack.
eg.
creat template called forum_threadcounts
and add the html needed to make your new counts look nice
You must first be a
registered member to view any code.
add at bottom of current code from the hack
You must first be a
registered member to view any code.
now where ever you decide to put your totals you would add $mythreadcnt
Hope this helps and I appologise in advance if its not very clear this is not something im used to doing for people. Easy when your doing it for yourself hehe