PDA

View Full Version : adding a number infront of results


wolfe
28 Dec 2007, 18:31
example

1. xxxx
2. xxx
3. xxxxx

i have figured out how to do it but after it reaches the next page it resets to 1 again

any ideas

WhaLberg
28 Dec 2007, 19:43
Add this to while loop:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Add this to the main template:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Add a new template:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

wolfe
28 Dec 2007, 20:09
m8 its not working properly

WhaLberg
28 Dec 2007, 21:45
Copy paste your whole code so we can figure out what's wrong.