Log in

View Full Version : Text in search results page > only on GetNewPosts


N8
06-29-2005, 02:28 AM
I want to put a Mark forums read link beside the "Search: New Posts" on the New posts page, but I only want it on the new posts page, not every search results page.

Does anyone have an idea of how I could do this?

the "searchid" seems to change every time you do a new posts search, so I can't think of how I'd do this :ermm:

Andreas
06-29-2005, 02:40 AM
<if condition="$display['getnew']">
<!-- Your stuff here -->
</if>

N8
06-29-2005, 02:58 AM
Yea, I tried with the <if> conditionals, but they don't work.

Andreas
06-29-2005, 07:49 AM
Hmm, does work for me :)