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

Reply
 
Thread Tools
Important Links In Navbar v3.00 Details »»
Important Links In Navbar v3.00
Version: 3.00, by Last_Zero Last_Zero is offline
Developer Last Online: May 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.2 Rating:
Released: 02-28-2011 Last Update: 03-07-2011 Installs: 46
Uses Plugins Auto-Templates
Translations  
No support by the author.

-==(( Version 3.00 Boofo Edition ))==-

Special Thanks For Boofo Who Edit The Most Of Code And Developed It :up::up:

Boofo

Screenshot For v3.00



-==(( Install ))==-

Import The Product Important_Links_Boofo_Edition.xml

Then Open Template

(( Additional.Css ))

And Add This Code

PHP Code:
li.menuname {
    
padding0.2em 0.5em;
    
text-decorationnone;
    
text-align: {vb:stylevar left};
    
color#fff;

To Show The Topics Count In Menu

You Should Install This Mod By Boofo

https://vborg.vbsupport.ru/showthread.php?t=243363

This Version Does Not Contain Panel Coz All Links Is Important If You Want To Use Panel To Disable Some Features You Can Go To Version 2.00

================================================

-==(( Version 2.00 ))==-

Its Ok Now And Tested

Tested On vBulletin 4.1.2 And Works Perfect

New Features :-

- Added New Options
My Blog
My Subscriptions
Blog Lists
Edit Email And Password
- Arranged The Links By Its Genre
- Added Admin Panel To Disable Or Enable Any Features You Want

Screenshot



Admin Panel



-==(( Install ))==-

Just Upload The Product And Navigate To

vBulletin Setting --> Zero Important Links

Enable What You Need

-==(( Upgrade ))==-

Upload The Product And Overwrite The Old One And You Are Fine

Plz Click Install If You Install

If You Have Any Suggestion Or Any Problem Dont Wait And Ask Me

================================================

-==(( Version 1.00 ))==- (( Removed ))

Hello Everyone This Is My First Product I Hope You Enjoy It

It Show Some Important Link In Navbar As A Shortcut For Users

Info :-

Its Add 1 Template
4 Phrases
2 Plugin

Example



Install

Just Import Product From Admincp And Its Done

Plz Click (( Install )) To Support You In The Future

And If You Have Any Suggestion I Will Be Happy To Do It In The Next Releases

Download Now

File Type: xml Zero_Important_Links_v.2.xml (9.8 KB, 102 views)
File Type: xml Important_Links_Boofo_Edition.xml (8.0 KB, 138 views)

Screenshots

File Type: jpg Zero.Jpg (47.1 KB, 0 views)
File Type: jpg 01.Jpg (36.4 KB, 0 views)
File Type: jpg 02.Jpg (121.0 KB, 0 views)
File Type: jpg Boofo_Edition.Jpg (89.4 KB, 0 views)

Show Your Support

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

Comments
  #62  
Old 03-09-2011, 04:48 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ Boofo

Thank you for your help and pointing out what I need to remove.

You comment out what you do not need and I like personally like to remove what I do not need (its a personal choice) . But that little bit of information may come in useful, as not everything can be removed.
Reply With Quote
  #63  
Old 03-09-2011, 05:12 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
@ Boofo

Thank you for your help and pointing out what I need to remove.

You comment out what you do not need and I like personally like to remove what I do not need (its a personal choice) . But that little bit of information may come in useful, as not everything can be removed.
Especially the next time you upgrade and vb tells you to revert the template because it can't find what is suppose to be there.
Reply With Quote
  #64  
Old 03-09-2011, 07:17 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
Especially the next time you upgrade and vb tells you to revert the template because it can't find what is suppose to be there.
I admit, my way of doing things may not be for everyone. But I also keep a very detail log of every change I make. A copy of the original code and all edits.

I have done some reverts and then re-applied my custom edits (in the past).
Reply With Quote
  #65  
Old 03-09-2011, 08:19 PM
bitbender's Avatar
bitbender bitbender is offline
 
Join Date: Jan 2002
Location: Sorta near Dallas, Texas
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Boofo - Where did you pick up all this about VB4 - I need to go there for week!
Reply With Quote
  #66  
Old 03-09-2011, 08:34 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found out how to remove / hide the link which reads "Private Massages" in the Navbar. Its not really needed with this mod.

In Navbar look for:

Code:
<vb:if condition="$show['pmmainlink']">
						<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
					</vb:if>
You can wrap it with

Code:
<vb:comment>  </vb:comment>
And the end result will look like

Code:
<vb:comment><vb:if condition="$show['pmmainlink']">
						<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
					</vb:if></vb:comment>
( Alternatively, you could remove it rather then wrap it )
Reply With Quote
  #67  
Old 03-09-2011, 08:49 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bitbender View Post
Boofo - Where did you pick up all this about VB4 - I need to go there for week!
Just messing with things and learning from the best of the best here on the org. I still have a long way to go to catch up to most of the coders here.

Quote:
Originally Posted by OldSchoolDSL View Post
I found out how to remove / hide the link which reads "Private Massages" in the Navbar. Its not really needed with this mod.

In Navbar look for:

Code:
<vb:if condition="$show['pmmainlink']">
						<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
					</vb:if>
You can wrap it with

Code:
<vb:comment>  </vb:comment>
And the end result will look like

Code:
<vb:comment><vb:if condition="$show['pmmainlink']">
						<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
					</vb:if></vb:comment>
( Alternatively, you could remove it rather then wrap it )
Yes, you can do that, but the link doesn't show up in the What's new or the Blogs page, anyway.
Reply With Quote
  #68  
Old 03-10-2011, 01:09 AM
Mikevet1984's Avatar
Mikevet1984 Mikevet1984 is offline
 
Join Date: Nov 2010
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could coders (Boofo & Last Zero) please merge this user note modification https://vborg.vbsupport.ru/showthread.php?t=247552 inside your mod or at least make a refferal link to this mod in the list?

I think a little user notes space is available for everyone and is really an important link.
Reply With Quote
  #69  
Old 03-10-2011, 01:23 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is Last Zero's thread. I will leave it to him.
Reply With Quote
  #70  
Old 03-10-2011, 07:04 AM
Last_Zero's Avatar
Last_Zero Last_Zero is offline
 
Join Date: Jan 2011
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mikevet1984 View Post
Could coders (Boofo & Last Zero) please merge this user note modification https://vborg.vbsupport.ru/showthread.php?t=247552 inside your mod or at least make a refferal link to this mod in the list?

I think a little user notes space is available for everyone and is really an important link.
Let Me See Mate What Can I Do And Ofc Any Help I Will Ask Boofo

He Is A Good Man And Love To Help
Reply With Quote
  #71  
Old 03-10-2011, 11:10 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 can't add links for every mod someone might have installed as it would be never-ending and too long of a list.
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 05:38 AM.


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.04878 seconds
  • Memory Usage 2,360KB
  • 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
  • (6)bbcode_code
  • (1)bbcode_php
  • (5)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
  • (4)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
  • (6)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