Quote:
|
Originally Posted by Infamouz Nex forum view? ummm i may be misunderstanding it.... or you may...
i wanna keep track of the threads started on a certain amount of forums... then have the total of those forums. for example
I have a poem website... so people submit poems in a certain places... see? like this...
Poem Section Last of post Threads Posts
forum 1 | name | 3 | 4223 |
forum 2 | name | 1 | 4223 |
forum 3 | name | 2 | 4223 |
forum 4 | name | 5 | 4223 |
forum 5 | name | 6 | 4223 |
Would it be possible to just counts the treads started of those forums? and not all of them?
Then lets say i have 4 other forums that is just for tips and tricks and stuff, that i dont want to count them also... just the poems section... get me? |
From what I understand of that Im guessing you could use the code in forumdisplay.php
The following is a cut down version of that code.
You must first be a
registered member to view any code.
(if your going to search for this code i should point out i changed the variable names so as to prevent any probs that might arise there)
place that in any file you want to show the total on.
then in your template for that page call $ttlthreads for total threads and $nwthreads for newthreads.
This is not tested btw and i offer no guarantees ;)
Someone else may well be able to improve on this and I have no problem with them doing so
