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
  #2  
Old 12-16-2009, 07:31 PM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good stuff, My members have been asking for this one.
Reply With Quote
  #3  
Old 12-17-2009, 02:02 PM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Allan,

I was looking exacly for something like this.

I have on 3.8.4 something like this:

- /search.php?do=process&replyless=1&replylimit=0&exc lude=30 - To get Threads with no replies

- /search.php?do=getnew - To get posts since my last visit

- /search.php?do=getdaily&days=7- Posts from a week before

- /search.php?do=getdaily&days=30 - Posts from a month before

Any idea how would be the links for those ? Got my idea ?
Reply With Quote
  #4  
Old 12-18-2009, 08:19 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Leo Brazil View Post
Hi Allan,

I was looking exacly for something like this.

I have on 3.8.4 something like this:

- /search.php?do=process&replyless=1&replylimit=0&exc lude=30 - To get Threads with no replies

- /search.php?do=getnew - To get posts since my last visit

- /search.php?do=getdaily&days=7- Posts from a week before

- /search.php?do=getdaily&days=30 - Posts from a month before

Any idea how would be the links for those ? Got my idea ?
After Brother Allan

Leo Brazil !!

try this code

find in navbar

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>
<
li><a href="search.php?do=process&replyless=1&replylimit=0&exclude=30">Threads with no replies</a></li
<
li><a href="search.php?do=getnew">{vb:rawphrase last_visit}</a></li>
<
li><a href="search.php?do=getdaily&days=7">Posts from a week before</a></li>
<
li><a href="search.php?do=getdaily&days=30">Posts from a month before</a></li
installed
________
Crime insurance advice
Attached Images
File Type: gif nav.gif (17.8 KB, 0 views)
Reply With Quote
  #5  
Old 12-19-2009, 12:55 PM
woffie's Avatar
woffie woffie is offline
 
Join Date: Jan 2009
Location: Michigan
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Nice!
Reply With Quote
  #6  
Old 12-21-2009, 04:56 PM
SİMAR's Avatar
SİMAR SİMAR is offline
 
Join Date: Jun 2009
Location: Germany~Offenburg
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks man
Reply With Quote
  #7  
Old 12-22-2009, 10:10 AM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
After Brother Allan

Leo Brazil !!

try this code

installed
Awesome !! Thx a lot.
Reply With Quote
  #8  
Old 12-23-2009, 03:05 PM
clmazin clmazin is offline
 
Join Date: Aug 2004
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't seem to find the code you're describing in the navbar template (so I'm not sure where to put your new code).

Can you be more specific? There doesn't seem to be any place in the navbar template that repeats those two lines:

Code:
<vb:if condition="$show['member']">
<vb:if condition="$show['member']">
Could you give me a bigger picture of the code area and where I specifically need to insert your code to get "today's posts"?

Thanks.
Reply With Quote
  #9  
Old 12-23-2009, 03:15 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by clmazin View Post
I can't seem to find the code you're describing in the navbar template (so I'm not sure where to put your new code).

Can you be more specific? There doesn't seem to be any place in the navbar template that repeats those two lines:

Code:
<vb:if condition="$show['member']">
<vb:if condition="$show['member']">
Could you give me a bigger picture of the code area and where I specifically need to insert your code to get "today's posts"?

Thanks.
Above the first:

Code:
<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
Reply With Quote
  #10  
Old 12-23-2009, 03:24 PM
clmazin clmazin is offline
 
Join Date: Aug 2004
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Et voila! Merci, Allan!

C.
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 01:16 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.05195 seconds
  • Memory Usage 2,338KB
  • Queries Executed 24 (?)
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
  • (3)bbcode_code
  • (4)bbcode_php
  • (3)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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