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)

Trek 12-29-2009 06:34 PM

Quote:

Originally Posted by Bouncer222 (Post 1941725)
Is it possible to make the "You have X Unread posts" clickable? so that it shows you all your unread posts? If so , how?

Edit the template, create a link and point it to: http://www.yourdomain.com/search.php?do=getnew

Bouncer222 12-29-2009 07:18 PM

What exactly do I edit and how?

Front Range 4x4 12-29-2009 07:24 PM

Quote:

Originally Posted by Bouncer222 (Post 1941725)
Is it possible to make the "You have X Unread posts" clickable? so that it shows you all your unread posts? If so , how?

Did you try clicking on the x unread posts? It is clickable.

Trek 12-29-2009 07:36 PM

Quote:

Originally Posted by Front Range 4x4 (Post 1941816)
Did you try clicking on the x unread posts? It is clickable.

There ya go! =) I only have the mod tagged currently as I haven't moved to VB4 yet, good to know.

So umm... do what this guy said. ;) Although if there's no cursor change for the link that could be a problem as most users wouldn't know it's clickable.

Paul M 12-29-2009 07:38 PM

Quote:

Originally Posted by Bouncer222 (Post 1941725)
Is it possible to make the "You have X Unread posts" clickable? so that it shows you all your unread posts? If so , how?

The Unread Posts portion of the text *is* clickable.

EcoCav 01-01-2010 04:13 AM

Installed!

One of my favorite mods for VB.

arena 01-02-2010 06:47 PM

<font size="5">you are wonderful Installed.</font>

linuxututs 01-03-2010 11:00 AM

Hey Paul,

I been playing around with the </li>,<div>,<div class, tags etc... trying to get the text to show ( highlight ) like "Welcome, linuxadmin, Notifications, No new messages, Box's etc..".
And can't get it to work.

Could you provide me with a little hint of how to achieve this.

Thanks a million,

Paul M 01-03-2010 11:14 AM

Sorry, I dont understand what you're asking.

JFYI, My HTML and CSS knowledge is somewhat limited.

linuxututs 01-03-2010 11:23 AM

hahaha, Mine to, but I usually figure it out, but not this time.

Naw, you see how the "Welcome,YOUR_Name, Notifications, No new messages" Show when you run your mouse over them. ( At the very top )( Above your code/hack )

I think it'd be cool to have your code do the same, if it's possible that is.

Thanks,

I managed to get the text bigger and looks nice Paul, but still not what I was aiming for.
Maybe Lynn will see this and give me/us a helping hand..:)

Here's the tags used to get different font sizes if anyones intrested.

PHP Code:

<font size="+1"><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></font

You can play with the size but I like that one.

Thanks Paul,

EcoCav 01-04-2010 12:30 AM

Is there a way I can set this up to alert users when they get a comment in their blog posts?

Also, is there a way to change the color of the font "You have 3 unread posts" when there are unread posts, but normal when there are no unread posts?

Charlie98902 01-04-2010 12:39 AM

I want the blog feature too and not sure but Paul is there a way to add this to the nacbar or make it a tab or overwrite the current tab to put the number of unread post by What's New? Great mod but just kind of ugly where it lays right now.

Paul M 01-04-2010 11:28 AM

Quote:

Originally Posted by EcoCav (Post 1946502)
Is there a way I can set this up to alert users when they get a comment in their blog posts?

No, this is designed purely for forum posts. ATM, I have no plans to extend that. TBH, I cant see how it would be displayed either, it would stat to get quite crowded and complicated (Blogs, Social Groups, Articles ......).

Quote:

Originally Posted by EcoCav (Post 1946502)
Also, is there a way to change the color of the font "You have 3 unread posts" when there are unread posts, but normal when there are no unread posts?

You could edit the phrases to include color html.

FamilyCorner 01-05-2010 01:16 PM

installed and works great, thanks!

sportsoutlaw 01-05-2010 08:09 PM

Thanks for getting this released again.

not sure if this was by design, but adding forums to exclude in this product also seems to be excluding them from showing up when you click on the "what's new" button, which I love because now I don't have to figure out how to edit the search templates.

Paul M 01-06-2010 12:10 AM

That is by design.

MooseMoney 01-07-2010 05:45 AM

Installed - thank you very much! :)

princeedward 01-07-2010 06:25 PM

Installed: Thanks Paul...one thing how can i change the time color? :p

Paul M 01-07-2010 10:26 PM

Edit the phrase to include whatever colouring html you desire.

princeedward 01-08-2010 04:13 PM

Quote:

Originally Posted by Paul M (Post 1949976)
Edit the phrase to include whatever colouring html you desire.

got it Paul.... Thanks...;):up:

RedHacker 01-09-2010 03:51 PM

Install but i have two languages..!!! In English look fine mod but the custom language look You last visited: are the number as black and dont show...

RedHacker 01-09-2010 05:07 PM

How to change color for the numbers news posts...?

princeedward 01-10-2010 10:23 AM

Quote:

Originally Posted by RedHacker (Post 1951224)
Install but i have two languages..!!! In English look fine mod but the custom language look You last visited: are the number as black and dont show...

Search: last_visited_x_at_y

Go > Languages & Phrases > Search in Phrases > last_visited_x_at_y >Phrase Text and Phrase Variable Name> Find > Edit > Copy Deafault Text > Now Edit Or Add The Red One Below...

You Last Visited: {1} at <span class="white" "time">{2}</span>

Quote:

Originally Posted by RedHacker (Post 1951277)
How to change color for the numbers news posts...?

Search: dup_x_unread_posts

Go > Languages & Phrases > Search in Phrases > dup_x_unread_posts > Phrase Text and Phrase Variable Name> Find > Edit > Copy Deafault Text > Now Edit Or Add The Red One Below...

You Have <font color="White">{1}</font> <a href="{3}search.php?do=getnew&contenttype=vBForum_ Post">Unread {2}</a>


:erm: hmmm...Hope it's right or correct and help you...

:p

RedHacker 01-10-2010 11:31 AM

Thanks princeedward...

But i have one little problem...

You last visited: 01-10-2010 at 14:43 : You Have No Unread Posts

How to remove : after display hour....?

Paul M 01-11-2010 01:28 AM

You can't, its part of the code.

Robru 01-13-2010 07:07 AM

Is this work on 4.0.1 ?

Paul M 01-13-2010 08:55 AM

Unless it says otherwise, yes.

Charlie98902 01-13-2010 11:39 AM

I have just a small display issue that you or someone else may be able to help fix. The first pic shows the default and the other shows mine and all I want to do is put the text link INBOX to the left again. I am sure this is simple.

gruftiradio 01-13-2010 01:37 PM

I have installed the Alternative Header V2. Now, the Text of your mod is away. But I still wants to see, the Count of unread Posts. How do I do this?

Paul M 01-13-2010 01:39 PM

You need to create a seperate thread in the appropriate forum as thats unrelated to this modification. Thanks.

gruftiradio 01-13-2010 01:46 PM

Sorry, but for me, it is related to this Mod.
I nead the header Code, that it shows again...

VonDoom 01-13-2010 03:51 PM

Quote:

Originally Posted by Charlie98902 (Post 1954325)
I have just a small display issue that you or someone else may be able to help fix. The first pic shows the default and the other shows mine and all I want to do is put the text link INBOX to the left again. I am sure this is simple.

Same alignment issue here and have no other hacks installed in the info box i have not modified it in any way except for this product

BBR-APBT 01-13-2010 04:15 PM

I do not have the mod installed right now but the alignment is still off I think it may be a 4.0.1 issue.

Charlie98902 01-13-2010 05:46 PM

Actually Paul is right, I thought this mod did it but it is the 4.0.1 update that did this.

Charlie98902 01-13-2010 06:57 PM

Here's the fix and sorry Paul not meaning to hijack this thread.

http://www.vbulletin.com/forum/showt...xt-out-of-line

Credit to Lynne.

VonDoom 01-14-2010 12:40 AM

Quote:

Originally Posted by BBR-APBT (Post 1954589)
I do not have the mod installed right now but the alignment is still off I think it may be a 4.0.1 issue.

Yup my bad, board crashed last night running on Zero sleep. but on my fifth Monster BFC

RedHacker 01-14-2010 08:16 AM

It is work for 4.0.1 Version....

princeedward 01-15-2010 02:35 PM

revert header template at first if you modified it before and do a clean install of this one once again...coz' it works perfect to my vb 4.0.1

hope it works also to all of you...

;)

Gene Steinberg 01-15-2010 03:18 PM

Quote:

Originally Posted by princeedward (Post 1956549)
revert header template at first if you modified it before and do a clean install of this one once again...coz' it works perfect to my vb 4.0.1

hope it works also to all of you...

;)

Modified the template.

Installed the product.

Doesn't work.

Sorry.

Charlie98902 01-15-2010 04:11 PM

Works with 4.0.1, thanks


All times are GMT. The time now is 04:37 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.01372 seconds
  • Memory Usage 1,819KB
  • 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
  • (1)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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