Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Active Threads menu (Navbar) Details »»
Active Threads menu (Navbar)
Version: 1.10, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.8 Rating:
Released: 07-11-2007 Last Update: 07-11-2007 Installs: 50
Uses Plugins Template Edits
 
No support by the author.

Active Threads menu (Navbar)

install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-atin.xml' from your computer then press 'Import'

Modifications Info

Plugin : 3 (cache_templates, parse_templates, search_getnew_start)
Phrases : 20
Template : 1 (navbar_atim)
Setting : 0

Versions:
v1.0 - 12 July 2007
-First release

v1.1 - 12 July 2007
- Template Change

Show Your Support

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

Comments
  #2  
Old 07-12-2007, 07:37 AM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks atakan ko?

Edit:i thing its a problem

This codes:

Code:
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_15]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_30]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_45]</a></td>
with replace:

Code:
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_15]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=30">$vbphrase[atin_Last_30]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=45">$vbphrase[atin_Last_45]</a></td>
to be necessary ???
Reply With Quote
  #3  
Old 07-12-2007, 07:44 AM
NoDRaC's Avatar
NoDRaC NoDRaC is offline
 
Join Date: Feb 2006
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks good hack
Reply With Quote
  #4  
Old 07-12-2007, 08:06 AM
RvG2 RvG2 is offline
 
Join Date: Jan 2007
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

man... what an excellent imagination you have!
Reply With Quote
  #5  
Old 07-12-2007, 10:30 AM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kaptanblack View Post
Thanks atakan ko?

Edit:i thing its a problem

This codes:

Code:
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_15]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_30]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_45]</a></td>
with replace:

Code:
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=15">$vbphrase[atin_Last_15]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=30">$vbphrase[atin_Last_30]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&amp;minutes=45">$vbphrase[atin_Last_45]</a></td>
to be necessary ???
v1.1 - 12 July 2007
- Template Change

Thanks kaptanblack;
Reply With Quote
  #6  
Old 07-12-2007, 10:44 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you think members will actually use this tho? I may give it a go and see how it goes, cant hurt ^^ thanks.
Reply With Quote
  #7  
Old 07-12-2007, 10:50 AM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Atakan KOC View Post
v1.1 - 12 July 2007
- Template Change

Thanks kaptanblack;

You're welcome,i thanks for new version
Reply With Quote
  #8  
Old 07-12-2007, 11:02 AM
danward's Avatar
danward danward is offline
 
Join Date: Dec 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod!
Reply With Quote
  #9  
Old 07-12-2007, 03:44 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like it but I had to change the css on one of my themes as there was no a:link or a:visited css for vbmenu_option or vbmenu_control (forget which) and it wasn't showing up like all the other menus because you added a <div class=vbmenu_popup> (similar to that) to wrap the whole table.
Reply With Quote
  #10  
Old 07-12-2007, 03:45 PM
bacanze bacanze is offline
 
Join Date: Mar 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like a cool mod, cheers
Reply With Quote
Reply

Thread Tools

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 08:57 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.04350 seconds
  • Memory Usage 2,294KB
  • Queries Executed 23 (?)
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
  • (4)bbcode_code
  • (2)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
  • (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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete