vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Display Unread Posts (https://vborg.vbsupport.ru/showthread.php?t=231060)

Paul. 08-18-2015 07:05 PM

On vB5 now and really missing this mod.
I think it's the best one we've had.

Paul M 08-19-2015 06:29 PM

Sadly yes, if you move to vB5, you will lose a lot of functionality, both core and mods.

Just in case you were wondering, I will not be porting this (or any of my mods) to vB5.
Its simply not worth the effort to me - and indeed, in many cases simply not possible anyway.

wolfey 10-17-2015 04:54 PM

Quote:

Originally Posted by wolfey (Post 2542346)
Is there a way to run a report of a usergroup with only 50 users to display a list of # of unread posts per user?


Hello

would love to have a way to do this.

Thanks

darksidemon2 10-26-2015 10:05 PM

Strange it works for the default VB template but not in my template.

Is it possible to get this great mot in another place in the header or just for a test and if it work there

works perfect with the lasters vb4.2.3

darksidemon2 10-27-2015 12:11 PM

Quote:

Originally Posted by Caddyman (Post 2447913)
Paul M, this is the only mod I run on every single install, awesome work man.

For those asking about why the unread post link, it not linked, on a template with a custom header...well...IDK why.

BUT, this is the fix I used, specifically on the Seasmus template. I turned the last visit date off in the acp>options>unread posts options

Float your toplinks to the left in vbulletin-chrome.css

Code:

.toplinks {
position: absolute;
left: 80px;
top: 0;
color: #ffffff;
font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
text-align: right;
background: none;

search for dup_out in language and phrases, and edit it to this....play around with the positioning

Code:

<div style="position: relative; top: -17px; left: 400px;height:10px;width:200px">{1}</div>
So now your unread post display is above the banner and clickable.

Only use this

Code:

<div style="position: relative; top: -17px; left: 400px;height:10px;width:200px">{1}</div>
Many thanks

wolfey 04-02-2016 09:42 AM

Quote:

Originally Posted by wolfey (Post 2557190)
Hello

would love to have a way to do this.

Thanks


What SQL query could I use to pull this information from tables?

Doesn't have to be neat, I was hoping to display a list of users with how many unread posts each have.

RedHacker 05-25-2016 11:00 PM

How to add Red (Bold) Color of number of posts ?

RedHacker 06-19-2016 01:36 AM

Quote:

Originally Posted by RedHacker (Post 2571350)
How to add Red (Bold) Color of number of posts ?

Anyone to help this ?

MarkFL 06-19-2016 01:52 AM

Quote:

Originally Posted by RedHacker (Post 2572249)
Anyone to help this ?

If you are talking about the "Notifications" dropdown, try these selectors:

HTML Code:

.toplinks .notifications a.popupctrl {
        color: #800000;
}

.toplinks .notifications a.popupctrl:hover {
        color: #FF0000;
}


RedHacker 06-19-2016 02:27 AM

Quote:

Originally Posted by MarkFL (Post 2572250)
If you are talking about the "Notifications" dropdown, try these selectors:

HTML Code:

.toplinks .notifications a.popupctrl {
        color: #800000;
}

.toplinks .notifications a.popupctrl:hover {
        color: #FF0000;
}


No the numbers of posts in this mod.

You last visited: Yesterday at 21:57 : You Have 5 Unread Posts

The number 5. How to put Bold Red Color ?


All times are GMT. The time now is 05:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01548 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete