04-19-2011, 01:16 PM
I am trying to making a new page in mybb. I am new to this so i am not sure how to use template in a loop.
but if I do:
I am not sure how to use the templates in this case properly.
Code:
|
The above code obviously works.. and it returns something like:
Quote:1 name
2 name2
but if I do:
Code:
|
And the template code is:
Code:
|
In this case it returns the only last value that is:
Quote:2 name2
I am not sure how to use the templates in this case properly.