The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
View Your Posts/Threads from Navbar Search Details »» | |||||||||||||||||||||||||||||||||||
View Your Posts/Threads from Navbar Search
Developer Last Online: Nov 2023
Please click Mark as Installed if you are using this hack.
What Does This Hack Do?[hr]hr[/hr] This is an update to my 3.7.x version of this hack, with the addition of show additional links to view your threads or posts from a forum you are browsing (if you not in a forum, the links do not appear). This is a simple hack that adds extra options on the Search drop down list on the navbar which allows your members to search for their own posts and threads start by themselves. There are no file or template changes at all, and is fully phrased. This was a request by odeezie in post #22 of this thread. vBulletin Version Compatibility[hr]hr[/hr] This hack can be used with vBulletin versions 3.6.0 - 3.8.8. For the v4.0.x version of this hack - check here. Hack Support/Feature Requests[hr]hr[/hr] IMPORTANT: This hack is no longer supported. Install Instructions[hr]hr[/hr]
Uninstall Instructions[hr]hr[/hr]
Version History[hr]hr[/hr] v3.8.003 - Tuesday 23rd June 2009 -- Added: Category heading to separate the view own threads/posts from other search links -- Added: Extra links that only appear when browsing forums to view own threads/posts in that forum only v3.8.002 - Friday 12th December 2008 -- Changed: Phrase type of 3 phrases v3.8.001 - Thursday 11th December 2008 -- Initial v3.8.x Release Show Your Appreciation [hr]hr[/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]hr[/hr] I would like to thank the following people for their kind donations: Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
Quote:
I am pretty sure this problem is due to mixing up old and new versions of this hack. Make sure you delete the bitfield file, un-install the product, and check the following: In the AdminCP, select Maintenance -> Execute SQL Query and run the following query: [sql]describe usergroup;[/sql] If there is a ms_vopt_permissions entry in the Field column, then running the following query will get rid of it: [sql]ALTER TABLE usergroup DROP ms_vopt_permissions;[/sql] That should fix your problem up. If it does not, then post back with the exact error. |
#13
|
|||
|
|||
Quote:
Interested in adding a feature like "my answers"? The lines for search.php looks like that: HTML Code:
<tr> <td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=process&exactname=1&searchtype=1&userid=$bbuserinfo[userid]">my answers</a> </td> </tr> Thanks for your work and time anyway. Do what ever you like to do with it. |
#14
|
||||
|
||||
Works perfectly on 3.8.1, looks fantastic! Thanks for this, might very slightly boost posting rates (as in people checking for replies to their own posts )
|
#15
|
|||
|
|||
I think you should make it default that this is enabled for all usergroups. Due to my board's own weird purposes, I have well over 100 usergroups and now have to go in and edit each one, unless you might know a query I could run to set them all to yes. I don't know enough to figure that part out (lol) - I would imagine in most cases, this woudl be an option people would want all usergroups to have anyway, or at least the majority of their usergroups...
|
#16
|
||||
|
||||
Quote:
[sql]UPDATE usergroup SET ms_vopt_permissions = 3;[/sql] That will enable both view posts and view threads to enabled for every usergroup. |
#17
|
|||
|
|||
hmmm. Installed per instructions. Enabled in all usergroups per the query and double-checked.
Nothing is showing. Is there a hook I need somewhere that I may not have in my template? www.guineapigcages.com/forum vB 3.8.1 Also have this add-on installed: Member Search on Search Dropdown, 3.0 Thanks, Teresa |
#18
|
||||
|
||||
Quote:
Code:
$template_hook['navbar_search_menu'] |
#19
|
|||
|
|||
Thanks
|
#20
|
|||
|
|||
Quote:
|
#21
|
|||
|
|||
I do have that hook, although it does not have the single quotes around it. None of my hooks do (at least in that template). Is that the problem?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|