PDA

View Full Version : Add Notification on New Thread


bahaa2008
02-09-2007, 04:15 PM
Hi all

i just wanna to ask about how to add a notification on the fist post on every new topic in specified forum.

i just wanna to know what's the required code modification om template modification.

When i asked Support i have this answer

You can edit your 'postbit' template and surround the code with this conditional:


<if condition="$post[postid] == $thread[firstpostid]">
<if condition="$post[forumid] == X">

</if>
</if>
when i tried that template modification it gives me the notification in first post in every page in all forums.

and the forum condition didn't work.

Please any on have suggestions please make a replay.

Thanks for help

Bahaa
Alboursah.com Webmaster

bahaa2008
02-11-2007, 05:10 PM
Finally i found the solution





<if condition="$post[postcount] == 1">

YOUR HTML GOES CODE HERE

</if>