AdrenalineX Forums

General => AdrenalineX Development => Suggestions => Topic started by: [MAF]Cromiell on August 29, 2011, 07:47:54 am

Title: Suggestion to the forums
Post by: [MAF]Cromiell on August 29, 2011, 07:47:54 am
Hello...

I'd like to see link "Show all unread post" couse it would be a lot simplier to browse what i didn't read yet.
If mooman wants to "make me even more lazy" then:

find index.template of style and find:


Code: [Select]
<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a>
Then add before this lane this:

Code: [Select]
<li><a href="', $scripturl, '?action=unread;all;start=0">Show all unread posts.</a></li>
I guess you would need to edit all styles we use.
Creating $txt['all_unread'] is usuless since all know english here (almost).
I just find it strange how unread system works on SMF so would be useful. I scripted same to my forums.
Title: Re: Suggestion to the forums
Post by: Mosca on August 29, 2011, 08:00:43 am
uhm.....

(http://img10.imageshack.us/img10/6759/dibujoktd.jpg)
Title: Re: Suggestion to the forums
Post by: [MAF]Cromiell on August 29, 2011, 08:08:39 am
Yeah but why it happens that it doesnt show all unread couse it is SINCE LAST VISIT.
Title: Re: Suggestion to the forums
Post by: Mosca on August 29, 2011, 08:12:23 am
ahhh I get it. Well just look for those messages with the 'new' image at the end of the title.
Title: Re: Suggestion to the forums
Post by: [LSR]Cypher on August 29, 2011, 09:45:03 am
Crom, when you've opened the page with unread posts, under the last thread in the list you will see a button that should say someting like "all unread threads/posts". Here's a screen to show its' location (right bottom one):
(http://africanlion.ru/all_unread_threads.png)
Edit: and, sure thing, the language used there will be the one you've chosen in the forum account settings. That would be Polish in your case.