vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - Add link "Today's posts" in quicks Links (https://vborg.vbsupport.ru/showthread.php?t=230302)

maxie 07-06-2011 12:56 AM

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


BajaBoatOwners 11-22-2011 07:45 PM

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?

CSS59 12-10-2011 12:31 AM

now can I put today's posts next to what's new in the main navbar?

SGT Rock 02-16-2012 04:42 PM

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.

MrSquid 03-10-2012 09:06 PM

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.

wildheart 03-27-2012 10:39 AM

Quote:

Originally Posted by MrSquid (Post 2308397)
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>

Eq4bits 09-07-2012 03:58 PM

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 ....

Videx 09-07-2012 06:23 PM

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.

Eq4bits 09-09-2012 05:58 PM

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

Videx 09-10-2012 12:06 AM

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!


All times are GMT. The time now is 11:44 AM.

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.01578 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
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (1)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
  • (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