SMF Support > SMF 1.1.x Support
Adding unread posts option to a unique header
(1/1)
kia:
I have a unique banner/header on my message board that was designed just for my site and would like to be able to add the "show unread posts since last visit" and "show new replies to your posts" options to it, but can't figure out how to get them on it. Anyone have any idea how this can be accomplished?
Also, people are grumbling because their personal avatars are getting cut off in the current header. Is there a way to shrink or otherwise get them to show properly?
(Oh, yeah... I'm NOT computer literate, so please give any explanations as if you were talking to a complete dummy - you are. :P )
THANKS!
Owdy:
--- Code: ---';
if ($context['user']['is_logged'])
echo '
<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a><br />
<a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a>
';
--- End code ---
kia:
Thanks, Owdy. Now all I have to do is figure out where and how to insert the code. :)
Owdy:
index.template.php
Where is your unique banner code?
Navigation
[0] Message Index
Go to full version