vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   BoardTracker Search Mod v2 - a full search engine for your board! (https://vborg.vbsupport.ru/showthread.php?t=114515)

BoardTracker 07-23-2006 10:15 PM

Quote:

Originally Posted by heathriel
It should be available now - legal issues kept us from being open until now.

I haven't received any email, though. heather at floodg dot com ?

Ok I see it now, we'll get that added soon.

ShannonA 08-08-2006 06:18 PM

When will the 3.6 version be available?

BoardTracker 08-08-2006 06:21 PM

Quote:

Originally Posted by ShannonA
When will the 3.6 version be available?

In the next few days. We are currently working on v2 of this mod which has quite a few new features so once thats done we will release it for vb 3.5 and 3.6

ShannonA 08-08-2006 07:37 PM

Great. Thanks for the heads up.

BoardTracker 08-13-2006 05:28 PM

We just released version 2 of this mod here for vb3.5 and also for vb3.6 here..

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

Lots of new features to play with!

:cool:

gorman 09-28-2006 10:00 PM

How can I have the advanced searching options shown by default?

BoardTracker 09-28-2006 11:14 PM

Quote:

Originally Posted by gorman
How can I have the advanced searching options shown by default?

We have just added this capability..
On the advanced link add ?adv=1
So the URL should be /searchbt.php?adv=1
That way, when people click that link, they will be taken to the search page which will soon after, open the advanced search pane automatically.

Also, you can now link the "Search this forum" by changing the URL to
/searchbt.php?adv=1&frm=%ForumID% (replace %ForumID% with your forum ID of course).
Or alternatively (in the little search forum there) add a
Code:

<input type=hidden name="frm" value="%ForumID%"/>
Give it a try and let me know how it worked out for you.

gorman 10-04-2006 05:13 PM

Quote:

Originally Posted by BoardTracker
We have just added this capability..
On the advanced link add ?adv=1
So the URL should be /searchbt.php?adv=1
That way, when people click that link, they will be taken to the search page which will soon after, open the advanced search pane automatically.

I'm not sure I get what you mean.
In the navbar template I have this:
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">
                        <if condition="$vboptions['boardtracker_search_active']">
                        <form action="searchbt.php" method="get">
                                <input type="text" class="bginput" name="search" size="20" />&nbsp;$gobutton<br />
                <else />
                        <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" />&nbsp;$gobutton<br />
                </if>
                        </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 -->

The reference to searchbt.php is not under the advanced search link... Note that I, as admin, keep the privilege of searching using the regular search (don't know if this changes something, can't see why, as it's dynamic and not in templates but still...).

BoardTracker 10-04-2006 05:57 PM

Actually if you are using the dynamic method rather than just hardcoding the advanced search link in the template then you just need to edit the url in the "Restrict vbsearch to certain usergroups" plugin. Just open that and change this line..

Code:

header("Location: http://$bt_host$bt_uri/searchbt.php");
to this..

Code:

header("Location: http://$bt_host$bt_uri/searchbt.php?adv=1");

gorman 10-05-2006 02:15 PM

Ok, now it works. Thanks!


All times are GMT. The time now is 09:53 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.01133 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete