The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CES Wiki Simple Search Integration Details »» | |||||||||||||||||||||||||
CES WIKI SIMPLE SEARCH INTEGRATION
Version: 1.0.3 Works with MediaWiki 1.6.8+, vbWiki Standard, and vbWiki Pro. *** NEWS *** 2/2/2007 - v1.0.3 released 1/20/2007 - v1.0.2 released 1/16/2007 - v1.0.0, v1.0.1 released Products to Install: 1 Plugins Included: 1 Files to Upload: 0 Template Edits: 2 Files to Edit: 0 What It Does: Combines the Wiki & Forum search fields, allowing users to search the Wiki from your forum. If you are using vbWiki Pro and using the vBulletin skin, now you can get rid of the extra search box, because vBulletin's will do both! The way it works is: if you are searching the forum, it takes you to the normal forum results page. If you select the option to Search the Wiki, instead it automatically takes you to the Special:Search page displaying the appropriate results, forwarding the article, or if it doesn't exist, telling you to create the page. *** Changelog *** As of Version 1.0.3: - fixed bug where Advanced Search for posts would return threads - updated template edits: search_forums As of Version 1.0.2: - Fixed bug where uninstalling other CES products would make some settings disappear As of Version 1.0.1: - If article exists, load the article. - If article doesn't exist, display "you can create" message. *** Screenshots *** 1. Pop-up Navbar Search Show Your Support
|
Comments |
#12
|
||||
|
||||
Great product. Thanks thincom2000.
|
#13
|
|||
|
|||
Hi,
I have vBulletin 3.6.7, MediaWiki, and vbWikiPro installed. I've installed this Plugin with but it's not replacing the old Search popup in the vBulletin navbar. Any advice? Thanks! |
#14
|
|||
|
|||
There are template edits mentioned in the readme.txt.
|
#15
|
|||
|
|||
Hi thincom2000, thanks for your quick response!
My current version of vBulletin is 3.6.7. Has the replacement code changed with version vBulletin 3.6.7? I was able to modify the popup box, but the change I had to make to the navbar Search popup was a little different than the readme.txt file, described below. When I submit a search in the popup box on the vbulletin pages it works fairly well. Though, if no Article search results are found it redirects me to my website's login page. When I use the popup on the Wiki side, it takes me to the vBulletin search page and does not auto fill the keywords for the query field. For the Wiki side, do I need to configure MediaWiki or vbWikiPro for the hook? Any ideas? For the Special:Search page url, the following format worked best for my environment: Code:
http://www.yourdomain.com/forum/index.php?ns0=1&searchx=Search Thanks! Code:
<!-- NAVBAR POPUP MENUS --> <if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_forums]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="search.php" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="text" class="bginput" name="query" size="20" /> $gobutton<br /> </form> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> </table> </div> <!-- / header quick search form --> </if> Code:
<!-- NAVBAR POPUP MENUS --> <if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> <form action="search.php" method="post"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_forums]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <!-- *** OMITTING THE FOLLOWING FIELDS *** <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> --> <input type="text" class="bginput" name="query" size="20" /> $gobutton<br /> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <label for="rb_nb_sp0"><input type="radio" name="showwiki" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label> <br> <label for="rb_nb_sp1"><input type="radio" name="showwiki" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label> <br> <label for="rb_nb_sp2"><input type="radio" name="showwiki" value="2" id="rb_nb_sp2" tabindex="1004" />$vbphrase[show_wiki]</label> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> </table> </form> </div> <!-- / header quick search form --> </if> |
#16
|
|||
|
|||
anyone know if this will work with 3.7?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|