Hi, in forum category page I want to set number(1..2..3..) for every forum category.
the action is:
index.php?action=viewfrm
Now the page is like:
I want to change it to:
Number will be auto increasing.
Coders help me to make it.
the action is:
index.php?action=viewfrm
Now the page is like:
Code:
* Name of a forum * Name of a forum * Nmae of a forum ...................... ...................... * Nmae of a forum
Code:
1 Name of a forum 2 Name of a forum 3 Nmae of a forum ...................... ...................... 10 Nmae of a forum
Coders help me to make it.
Comment