Charlottezweb

Charlottezweb Hosting => Support => Topic started by: Finner on March 18, 2008, 07:10:49 PM

Title: SMF Help (again)
Post by: Finner on March 18, 2008, 07:10:49 PM
I would like to add a link to my forum.

Beside your Avatar where is says : Show unread posts since last visit.
Show new replies to your posts.
Total time logged in: 2 days, 4 hours and 9 minutes.

I would like to add "Show all unread posts"

I have seen this on some SMF forums.

Can anyone help me with this?

Thanks
Title: Re: SMF Help (again)
Post by: Jason on March 18, 2008, 07:15:15 PM
Like what you see on this forum at the top?

That's standard with the default theme on SMF 2.0.  There's a public version available as of yesterday.

Otherwise, here's the code for that snippet


<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a>
Title: Re: SMF Help (again)
Post by: Finner on March 18, 2008, 07:32:02 PM
I want to add one that shows all unread posts not just from the last visit..

Not sure if I'm making ant sense  :o
Title: Re: SMF Help (again)
Post by: Mark on March 18, 2008, 08:58:39 PM
When you click to view unread posts since las visit, on the right under all the unread posts there's a link that says "All Unread Topics". Click that, and it will do just that. :)