PDA

View Full Version : Help !


Carthriller
06-01-2002, 09:18 PM
For one of the hack, I'm trying to figure this out:

Essentially I want to know when a user click on an icon, what query string will bring him to the latest post for that forum?

<a href="search.php?action=getlatest&forumid=$forum[forumid]">icon</a>, but that didn't work.

Any suggestions?

FWC
06-01-2002, 10:02 PM
<a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]">icon.gif</a>

That should work.

Carthriller
06-01-2002, 10:17 PM
Thanks for the fast reply, I was thinking about searching the latest posts in a category, not just the last post. Thanks for your help again.

Admin
06-02-2002, 01:56 PM
Hmm, I never knew about lastpost with forums... you learn something new every day. :)

Carthriller
06-02-2002, 02:58 PM
Hi,

If you go to http://www.asianxo.com and under each category, you see 3 icons, I want to know what query I should use for the search icon(1st one) to get the same effect. Thanks.

Carthriller
06-02-2002, 07:29 PM
Does anyone know how to do this?