Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Add link "Today's posts" in quicks Links Details »»
Add link "Today's posts" in quicks Links
Version: 1.00, by Allan Allan is offline
Developer Last Online: Mar 2017 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.0 Rating:
Released: 12-15-2009 Last Update: Never Installs: 212
Template Edits
 
No support by the author.

This mod add a link "Today's posts" in quicks Links (removed in vB4)
  • In the "navbar" template, find (the third from top):
PHP Code:
<vb:if condition="$show['member']">
<
vb:if condition="$show['member']"
  • Add under:
PHP Code:
<li><a href="search.php?do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li
PS: This is a useful function and I find that this is more original in VB4, like many things, damage ..

Screenshots

File Type: gif todaysposts.gif (6.5 KB, 0 views)

Show Your Support

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

Comments
  #72  
Old 07-06-2011, 12:56 AM
maxie maxie is offline
 
Join Date: Mar 2008
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working n 4.1.2

in navbar find

PHP Code:
<li><a href="{vb:link subscription}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li
paste above

PHP Code:
<li><a href="search.php?do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li
Reply With Quote
  #73  
Old 11-22-2011, 07:45 PM
BajaBoatOwners BajaBoatOwners is offline
 
Join Date: Nov 2010
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to make this functional as a "Active Posts"? In otherwords create a Tab when you click on it it pulls up all threads in say last 5 days?
Reply With Quote
  #74  
Old 12-10-2011, 12:31 AM
CSS59 CSS59 is offline
 
Join Date: Oct 2004
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

now can I put today's posts next to what's new in the main navbar?
Reply With Quote
  #75  
Old 02-16-2012, 04:42 PM
SGT Rock SGT Rock is offline
 
Join Date: Jan 2003
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good mod, I just installed it. One question if someone can help...

I would like this link to still be available in the nav bar once you go to the search results. But it isn't there after doing the search.
Reply With Quote
  #76  
Old 03-10-2012, 09:06 PM
MrSquid MrSquid is offline
 
Join Date: Dec 2005
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes - I'm with CSS59 - I want "Today's Posts" next to "What's New" too. I'm building a new style and want it like that on this new one.

I took over a site from another admin, and somehow he had accomplished that in our old style, but I can't figure out HOW he did it.
Reply With Quote
  #77  
Old 03-27-2012, 10:39 AM
wildheart's Avatar
wildheart wildheart is offline
 
Join Date: Jul 2011
Location: South Africa
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrSquid View Post
Yes - I'm with CSS59 - I want "Today's Posts" next to "What's New" too. I'm building a new style and want it like that on this new one.

I took over a site from another admin, and somehow he had accomplished that in our old style, but I can't figure out HOW he did it.
I dont want New Posts at all so I replaced it with Today's posts.

Find in Navbar

HTML Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
Replace with:

HTML Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
Reply With Quote
  #78  
Old 09-07-2012, 03:58 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone know if there is a fix for using this in v4.2? the 'find' phrase as described does not exist ... it's only present in navbar template one time ....
Reply With Quote
  #79  
Old 09-07-2012, 06:23 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's actually a good question because my navbar template is showing as default in 4.2, but "Today's Posts" is still on my Quick Links dropdown.

I sure don't remember editing anything else, and I can't remember installing any other mods. Could 4.2 have come with Today's Posts included?

I guess I'll mark this as uninstalled because if it still is I sure can't figure out where.
Reply With Quote
  #80  
Old 09-09-2012, 05:58 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My bad, guess it's a 'built-in' for v4.2PL2 though I *did* have to go to Settings>Navigation Manager then 'expand' Forum to show links and put a check mark beside 'Today's Posts' to make it active. I guess with the default is 'not active' or something.

Thanks tho.
Marking this as 'uninstalled' since it is now built-in.
Great Mod for versions 4.0.x-4.1.x
Reply With Quote
  #81  
Old 09-10-2012, 12:06 AM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Holy cow I don't think I even knew you could expand those items! Consequently, I clearly never had to do this for mine. All my selections are checked, and must have been by default. Even one for my PhotoPost Classifieds. Apparently whoever coded that particular upgrade was really on the ball!
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 02:32 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.05593 seconds
  • Memory Usage 2,339KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_html
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete