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
View Your Threads Or Posts From The Navbar Details »»
View Your Threads Or Posts From The Navbar
Version: 4.1.0, by Mosh Mosh is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 11-27-2009 Last Update: 05-31-2012 Installs: 259
DB Changes Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

Please click Mark as Installed if you are using this hack.


What Does This Hack Do?[hr]Silver[/hr]
This is an update to my 3.8.x version of this hack, designed to work with vBulletin v4.0.x.

This is a simple hack that adds an extra menu on the navbar which allows your members to search for their own posts or threads they started. When browsing a forum there are additional links to view your threads or posts from that forum only, if you not in a forum, the extra links do not appear (see screenshots).

There are no file or template changes at all, is controlled by usergroup permissions and is fully phrased.

This was a request by odeezie in post #22 of this thread.


vBulletin Version Compatibility[hr]Silver[/hr]
This hack can be used with vBulletin versions 4.0.0 - 4.2.0.

For the v3.8.x version of this hack, which will also work with v3.7.x and v3.6.x - check here.



Hack Support/Feature Requests[hr]Silver[/hr]
IMPORTANT: This hack is no longer supported.



Install/Upgrade/Uninstall Instructions[hr]Silver[/hr]
The readme.txt instructions file is included in attached .zip file.


Translations[hr]Silver[/hr]
I would like to thank the following people for their translations:
Version History[hr]Silver[/hr]
v4.1.0 - Friday 1st June 2012
-- Changed: total rewrite of plugin to support vBulletin 4.2.0 and above
-- Added: 4 Navigation Manager links under one menu on Forum tab

v4.0.001 - Saturday 28th November 2009
-- Initial v4.0.x Release
-- Changed: Plugin (there is no longer a search menu on the navbar)
-- Changed: Hack name (used to be called View Your Posts/Threads from Navbar Search)
-- Changed: 5 phrases
-- Added: readme.txt file
-- Added: VersionHistory.txt file


Show Your Appreciation[hr]Silver[/hr]
Although not required, if you have enjoyed the benefits of this hack, and would like show your appreciation for my efforts, then please feel free to click on the Support Developer link and donate any amount you feel is appropriate.


Donations[hr]Silver[/hr]
I would like to thank the following people for their kind donations:

Download Now

File Type: zip ms_vopt_40.zip (6.7 KB, 490 views)

Screenshots

File Type: jpg screenshot1.jpg (25.7 KB, 0 views)
File Type: jpg screenshot2.jpg (33.0 KB, 0 views)
File Type: jpg screenshot3.jpg (16.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
Ahmet Turan, BCP Hung, bp323, elsa23, mohammadxxx, thang28101993

Comments
  #62  
Old 06-01-2012, 06:20 AM
dimobr dimobr is offline
 
Join Date: Mar 2012
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My plugin just disappeared and I can not bring up again, this happened over someone?
Reply With Quote
  #63  
Old 06-01-2012, 10:19 AM
qpurser qpurser is offline
 
Join Date: Jul 2011
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mosh View Post
Update: v4.1.0
-- Changed: total rewrite of plugin to support vBulletin 4.2.0 and above
-- Added: 4 Navigation Manager links under one menu on Forum tab
Thank you for the quick update.
Works perfect with 4.2.0 now
Reply With Quote
  #64  
Old 06-01-2012, 11:27 PM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for update Mosh.

Please could you answer how to disable automatic creation of link in Navigation menu? On small monitors (low resolution), menu name crosses on another menu name. How to put menu links of this Mod into Quick menu or community menu?

In previous version I change hook to navbar_quick_links_menu_pos4 and comment line
HTML Code:
$template_hook['navbar_quick_links_menu_pos4'] .= '<!-- View Your Threads or Posts from the Navbar v4.0.001, Copyright Mosh Shigdar 2008 --><li class="popupmenu"><a href="javascript://" class="popupctrl">'.$vbphrase['ms_vopt_search'].'</a><ul class="popupbody popuphover">';
on the beggining and end code for navigation menu, but now, with this new navigation menu in vBulletin, I could not understand how to change that.
Reply With Quote
  #65  
Old 06-02-2012, 12:36 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sunka View Post
Thanks for update Mosh.

Please could you answer how to disable automatic creation of link in Navigation menu? On small monitors (low resolution), menu name crosses on another menu name. How to put menu links of this Mod into Quick menu or community menu?

In previous version I change hook to navbar_quick_links_menu_pos4 and comment line
HTML Code:
$template_hook['navbar_quick_links_menu_pos4'] .= '<!-- View Your Threads or Posts from the Navbar v4.0.001, Copyright Mosh Shigdar 2008 --><li class="popupmenu"><a href="javascript://" class="popupctrl">'.$vbphrase['ms_vopt_search'].'</a><ul class="popupbody popuphover">';
on the beggining and end code for navigation menu, but now, with this new navigation menu in vBulletin, I could not understand how to change that.
If you are on vBulletin 4.2.0, then you need to edit the links in the Navigation Manager ..... from there you can move them (see this article from vBulletin.com for more info - https://www.vbulletin.com/forum/cont...avigation-Item).
Reply With Quote
  #66  
Old 06-02-2012, 09:43 PM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, I did not think about that solution.
Thank you Mosh :up:
Reply With Quote
  #67  
Old 06-14-2012, 11:00 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One of my members that I tested this out with (logged into his account) does not show all his threads nor all his posts (over 200). Bug?

My settings for max search results is 500 and it only shows about a page worth, and only 1 thread from him too
Reply With Quote
  #68  
Old 06-15-2012, 09:45 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chadi View Post
One of my members that I tested this out with (logged into his account) does not show all his threads nor all his posts (over 200). Bug?

My settings for max search results is 500 and it only shows about a page worth, and only 1 thread from him too
It has nothing to do with this hack, and there is nothing I can do about it.... I did post a reply in March 2012 about this exact same issue in Post #58.
Reply With Quote
  #69  
Old 07-24-2012, 07:41 PM
gedsta gedsta is offline
 
Join Date: Feb 2006
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great on vB 4.2.0 - Many thanks.
Reply With Quote
Благодарность от:
Filgga
  #70  
Old 10-27-2012, 03:01 AM
Drucifer's Avatar
Drucifer Drucifer is offline
 
Join Date: Feb 2010
Location: NY Hudson Valley
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
1. Upload "bitfield_ms_vopt.xml" to your forum's "/includes/xml" directory.
If upgrading then overwrite the previous file.
Uploaded File to ncludes/xml" directory.

Quote:
2. Import the appropriate file into vB using the AdminCP Product Manager:

a. If vBulletin version 4.2.0 and above import "ms_vopt_40-vB4.2.0.xml" (this will not install on any version below vBulletin 4.2.0)
Imported File

Quote:
3. In "Usergroups > Usergroup Manager", alter the settings for each Usergroup to your liking.
Done for all Groups that would have threads or posts.

Problem - Nothing new on the Navbar

Where did I go wrong?
Reply With Quote
  #71  
Old 10-28-2012, 08:59 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Drucifer View Post
Uploaded File to ncludes/xml" directory.


Imported File



Done for all Groups that would have threads or posts.

Problem - Nothing new on the Navbar

Where did I go wrong?
It should work.... check Navigation Manager to check if the tab with links is there and enabled.
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 10:47 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.04905 seconds
  • Memory Usage 2,361KB
  • Queries Executed 28 (?)
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
  • (7)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
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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