Page Index Toggle Pages: 1 ReplyAdd Poll Send Topic
Hot Topic (More than 10 Replies) Unread Topics (Read 5262 times)
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Unread Topics
Sep 19th, 2014 at 11:06pm
Mark & QuoteQuote  
I've been wanting this one for YaBB for a very long time.

This mod places an 'Unread Topics' link on the menu and in the Forumjump dropdown and creates a list of the member's Unread Topics.

Version History
---------------
0.1 - First release - September 19, 2014
0.2 - 2.6.11  - Jan 15, 2015

Instructions:

Apply the mod and upload (in ASCII mode):

cgi-bin/yabb2/Admin/Modlist.pm
cgi-bin/yabb2/Languages/English/Main.lng
cgi-bin/yabb2/Languages/English/Menu.lng
cgi-bin/yabb2/Sources/AdvancedTabs.pm
cgi-bin/yabb2/Sources/Recent.pm
cgi-bin/yabb2/Sources/SubList.pm
cgi-bin/yabb2/Sources/TabMenu.pm
cgi-bin/Templates/default/Display.template
cgi-bin/Variables/Settings.pm

« Last Edit: Jan 15th, 2015 at 4:52pm by Dandello »  

unreadtopics_261.zip ( 3 KB | 183 Downloads )
unreadtopics_2611.zip ( 3 KB | 183 Downloads )
unreadtopics_2611_german.zip ( 0 KB | 180 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box XTC
Global Moderator
*****
Offline


YaBB 2.6.0/1/11 Mods

Posts: 174
Location: @ustria
Joined: Feb 12th, 2014
Gender: Male
Mood: Freaky
Zodiac sign: Aquarius
Re: Unread Topics
Reply #1 - Oct 4th, 2014 at 4:35pm
Mark & QuoteQuote  
Hello

I think .... at the end of unread Topics there should be a "Mark All Posts as Read" Button ....

lg XTC
  

Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Monni
Language
***
Offline


Min izāmō

Posts: 413
Location: Kaarina, Finland
Joined: Jul 16th, 2014
Gender: Male
Mood: Frustrated
Zodiac sign: Pisces
Re: Unread Topics
Reply #2 - Oct 4th, 2014 at 6:26pm
Mark & QuoteQuote  
XTC wrote on Oct 4th, 2014 at 4:35pm:
Hello

I think .... at the end of unread Topics there should be a "Mark All Posts as Read" Button ....

lg XTC


"Mark Topics as Read" button would be better... As those are whole topics, not single posts, and including "All" or duplicating "Unread" in the button title would make it too long and/or confusing.

Maybe this is something we could add to 2.6.2 or later version as optional feature when the mod is polished.
  
Back to top
IP Logged
 
Paste Member Name in Quick Reply Box red-barchetta
Guest


Re: Unread Topics
Reply #3 - Oct 4th, 2014 at 7:45pm
Mark & QuoteQuote  
+1   Smiley
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Simps
New Member
*
Offline


I Love YaBB!

Posts: 20
Location: UK
Joined: Jul 22nd, 2014
Gender: Male
Zodiac sign: Leo
Re: Unread Topics
Reply #4 - Oct 18th, 2014 at 10:26pm
Mark & QuoteQuote  
Step 12 of 14 cannot be found

Code (Perl)
Select All
    $yytabmenu = q~<ul>~; 

  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Unread Topics
Reply #5 - Oct 18th, 2014 at 10:53pm
Mark & QuoteQuote  
Try changing line 440 in the mod to
Code
Select All
    $yytabmenu = qq~                   <ul>\n~; 


This is the line from build 1587

OR
Open Sources/TabMenu.pm and look for the line of code just above
Code (Perl)
Select All
    if ( $iamadmin && $addtab_on == 1 ) { 

  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Simps
New Member
*
Offline


I Love YaBB!

Posts: 20
Location: UK
Joined: Jul 22nd, 2014
Gender: Male
Zodiac sign: Leo
Re: Unread Topics
Reply #6 - Oct 18th, 2014 at 10:54pm
Mark & QuoteQuote  
Thank you  Smiley
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Simps
New Member
*
Offline


I Love YaBB!

Posts: 20
Location: UK
Joined: Jul 22nd, 2014
Gender: Male
Zodiac sign: Leo
Re: Unread Topics
Reply #7 - Oct 18th, 2014 at 10:59pm
Mark & QuoteQuote  
Didn't work at first because I copied the bloody space in the code  Embarrassed Embarrassed

Dandello wrote on Oct 18th, 2014 at 10:53pm:
Try changing line 440 in the mod to
Code
Code
Select All
    $yytabmenu = qq~                   <ul>\n~;  


  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Simps
New Member
*
Offline


I Love YaBB!

Posts: 20
Location: UK
Joined: Jul 22nd, 2014
Gender: Male
Zodiac sign: Leo
Re: Unread Topics
Reply #8 - Oct 18th, 2014 at 11:21pm
Mark & QuoteQuote  
That is lovely, well done.
I like the way it works. You click on it and have a list of posts. You click the link and read the post and previous posts. Then you click 'Unread Topics' again and the one you just viewed has disappeared from the list.
Then you click the next one to read.
I just click 'Mark all as read' on the board index to clear it.  Smiley
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Simps
New Member
*
Offline


I Love YaBB!

Posts: 20
Location: UK
Joined: Jul 22nd, 2014
Gender: Male
Zodiac sign: Leo
Re: Unread Topics
Reply #9 - Oct 20th, 2014 at 8:08pm
Mark & QuoteQuote  
Just came on here to have a browse and used the unread Topics and found a bug....
Took a screenie for you  Smiley
  

broke.JPG ( 201 KB | 175 Downloads )
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Unread Topics
Reply #10 - Oct 20th, 2014 at 8:58pm
Mark & QuoteQuote  
Smiley And I know exactly where it is, too.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box XTC
Global Moderator
*****
Offline


YaBB 2.6.0/1/11 Mods

Posts: 174
Location: @ustria
Joined: Feb 12th, 2014
Gender: Male
Mood: Freaky
Zodiac sign: Aquarius
Re: Unread Topics
Reply #11 - Oct 23rd, 2014 at 4:49pm
Mark & QuoteQuote  
Hello

German lng mod for Unread Topics for YaBB 2.6.1 attach in this post (unreadtopics_261_german.zip)

lg XTC
  

unreadtopics_261_german.zip ( 0 KB | 185 Downloads )

Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Unread Topics
Reply #12 - Oct 23rd, 2014 at 5:59pm
Mark & QuoteQuote  
Thank you Thank you  Smiley
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
ReplyAdd Poll Send Topic
Bookmarks: del.icio.us Digg Facebook Google LinkedIn reddit Twitter Yahoo
Unread Topics

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry