Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
New Posts on Forumtitle-Link Details »»
New Posts on Forumtitle-Link
Version: 1.00, by Kars10 Kars10 is offline
Developer Last Online: Feb 2009 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-10-2003 Last Update: Never Installs: 10
 
No support by the author.

Hello Hackers!
This little Hack allows you to show "new Posts" directly on the Forumtitle of the Forumhome. So if you want you can remove your ON/OFF Icon (like i did). Screenshot in the next Post (the black Forum is read "no new Posts", the green Forum is unread "new Posts").


Files to edit: 1 (index.php)
Templates to edit: 2 (forumhome_forumbit_level1_post, forumhome_forumbit_level1_post)
Templates to add: 0
Replacements to add: 1

Time to Install: max. 5 min

Note: If you want the same thing on your Forumdisplay,
do the same changes to the forumdisplay.php, and the forumdisplay_forumbit_level1_post
and forumdisplay_forumbit_level2_post-Templates.

Have fun and please klick, lick or kick Install
Kars

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 05-12-2003, 05:48 AM
thamyeuvn thamyeuvn is offline
 
Join Date: Oct 2002
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

but i can't install this back because the instructions is wrong

Can i release another instructions ?
Reply With Quote
  #13  
Old 05-12-2003, 06:59 AM
Kars10's Avatar
Kars10 Kars10 is offline
 
Join Date: Jun 2002
Location: Germany/Franken
Posts: 748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 08:48 thamyeuvn said this in Post #11
but i can't install this back because the instructions is wrong

Can i release another instructions ?
For me its working fine. What Problems do you have with this hack?

Kars
Reply With Quote
  #14  
Old 05-12-2003, 08:46 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you could cut out editing the templates by doing this:

Change this:

PHP Code:
 if ($userlastvisit<$forum['lastpost']) {
            
$forum['onoff']='on';
          } else {
            
$forum['onoff']='off';
          }
        } 
To this:

PHP Code:
 if ($userlastvisit<$forum['lastpost']) {
            
$forum['onoff']='on';
            
$forum[title] = "<font color=\"{newpostscolor}\"><i>$forum[title]</i></font>";
      } else {
            
$forum['onoff']='off';
      }
        } 
Reply With Quote
  #15  
Old 05-12-2003, 10:50 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^ Don't you mean:
Code:
if ($userlastvisit<$forum['lastpost']) {
            $forum['onoff']='on';
            $forum[title] = "<font color=\"{newpostscolor}\"><i>$forum[title]</i></font>";
      } else {
            $forum['onoff']='off';
      }
}
a.) Why include code to confirm the name of the forum title if it isn't changing?
b.) You forgot a closing [high]>[/high] in the first part of the [high]<font>[/high] tag
c.) You forgot to parse the code correctly

[high]Edit:[/high] Nice hack Karsten



Satan
Reply With Quote
  #16  
Old 05-12-2003, 12:01 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I changed it. I use:

PHP Code:
 $forum[title] = "<i>$forum[title]</i>"
myself, so I just added the color part for anyone wanting color.

Also, the reason I included the "code to confirm the name of the forum title if it isn't changing'' in the original code was for any newbies that do it that way and to avoid any of the "what about if there aren't any new posts in the forum?" questions.
Reply With Quote
  #17  
Old 05-12-2003, 12:27 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I suppose, but you could alternatively just state that if there are no changes to the forum title, there is no need to include it in the code



Satan
Reply With Quote
  #18  
Old 05-12-2003, 01:11 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whatever, Chris.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04160 seconds
  • Memory Usage 2,283KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete