Quote:
Originally Posted by EQmandingo
WOW!! Could you please link me to said thread and possibly with the post # if its that hot of a thread ... would love to know exactly how to do that the right way.
|
All I've posted is some basic info to get started, I did not write the whole page for him -
Help calling new threads to a custom page help
Quote:
Originally Posted by Davidinh
thank you Lynne
from the post #291
that mean i have to create more tepmlate as TEST_1 for initial part of category. is it correct Lynne !
i am going to try it and let you know thanks again Lynne
but how about template code
i will use {vb:raw my_output.part of loop}
(part of loop : $ name, $des right !!! or till the same
{vb:raw categories.whatever}
(whatever : name, des )
would you please ...... Lynne
|
You need to get the info in order to spit it out. In your original code, you never got the info. You did a query, wrote a while loop to do something with the info from the query, but never actually did anything with it. So, there was nothing to output. Take a look at the forum.php page and how they grab the currently active users. You make a query, then go into a while loop and spit out the user info into a template, then after you get out of the while loop, you spit all that template info out into another template.