vb.org Archive

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

dannylin3000 06-03-2007 12:34 AM

was curious - what is the difference between BoardTracker and vB built-in one?

BoardTracker 06-04-2007 06:45 AM

There are several significant differences..

All the search processing and indexing is done on boardtracker servers which removes a lot of load from your servers.

There are none of the forced limits that vb search has such the not allowing searches with 3 characters or less, having to wait 30 seconds between searches, etc.

You can if you choose include results from multiple boards in your search - for example if you run several boards you can circulate traffic between them or you can set up traffic trades with other board admins and include each others results in your boards search.

You can also enable 'global search' as an option for your users - this puts a checkbox on the search page so users can perform the search on all boards in boardtracker - why send them to google to search when you can keep it all within the 'boardscape'.

You can also if you want have both search systems active - default search (from the little dropdown search box) can use BT search while 'advanced search' can still link to the built in vb search.

You can also define usergroups who can still use the vb search (mods/admins for example or perhaps paying members) while everyone else uses the BT search.

:cool:

SemperFideles 06-04-2007 11:27 AM

Quote:

Originally Posted by dannylin3000 (Post 1260039)
was curious - what is the difference between BoardTracker and vB built-in one?

I think the real answer is this: you can actually use the built-in search option from vBulletin.

This has got to be the longest "...we're completing upgrades and about to add boards soon..." promise. I half expect folks not to answer the posts on this.

Look at the date that I first asked about this mod: Dec 06. That's 6 months ago.

I wouldn't trust your board to a service this unprofessional. Professional services give release dates vice ambiguous "...we'll be adding you at any time...." I wouldn't trust important data to them either.

BoardTracker 06-04-2007 02:15 PM

Quote:

Originally Posted by SemperFideles (Post 1260944)
I think the real answer is this: you can actually use the built-in search option from vBulletin.

This has got to be the longest "...we're completing upgrades and about to add boards soon..." promise. I half expect folks not to answer the posts on this.

Look at the date that I first asked about this mod: Dec 06. That's 6 months ago.

I wouldn't trust your board to a service this unprofessional. Professional services give release dates vice ambiguous "...we'll be adding you at any time...." I wouldn't trust important data to them either.

The fact is the service has been running fine for years and those boards using this mod have had no problems and continue to use it and benefit in the form of greatly reduced server loads.

Does google give you any guarantees about when or even if they will index your site? They do not. They will index your site when they get to it if you are lucky. They also dont generally give any specific dates when new features will be ready.. until they are ready. And when was windows 2000 released? or office 2003? :) ...

The new system we have been relentlessly working on for over six months now, will be ready when it is ready and not before. Would you prefer a 'rushed out the door' system that hasn't been tested properly and could be unstable or would you prefer to rely on a system that has been developed properly and tested thoroughly?

Believe us, noone is more eager to see the new version out than us. But as much as we'd like to get it finished sooner, not everything is under our control and external issues have caused some significant delays. However, Rome wasn't built in a day and the new version of BoardTracker wont be either but it will be ready quite soon and is in fact being tested privately on some boards right now. We are actually indexing millions of posts a day into the new system at the moment and already have several times more forums covered than the current version. When we are confident that it is 'ready for action' we will release it fully and any boards in the submission queue will be indexed shortly after. Our goal in life is indexing all the discussions in all the boards out there, especially those that unfortunately had to wait.

Regardless, this mod is for the current version of BT and any boards already indexed can use it right now (if your board is already indexed) with no problems. It can be used to replace the vb search fully or it can complement the vb search so users have access to both to suit their needs.

puertoblack2003 06-14-2007 09:41 PM

i need some assistance i found something with your script that my forum thread tool won't work unless i remove it form navbar template can you fix it please it was confirmed from another coder.

this is your instructions to add in the navbar template:

Quote:

OPEN: 'Navigation / Breadcrumb Templates >> navbar'

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

FIND:

<form action="search.php?do=process" method="post">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>

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

BELOW ADD:

<!-- start bt search mod -->
<if condition="$vboptions['boardtracker_search_active']">
</form>
<form action="searchbt.php" method="get">
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="hidden" name="s"
value="$session[sessionhash]" />
<div><input type="text" class="bginput"
name="search" size="25" tabindex="1001" /><input type="submit" class="button"
value="$vbphrase[go]" tabindex="1004" /></div>
</td>
</tr>
<else />
<!-- end bt search mod -->

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

after i added this here:

Quote:

<!-- start bt search mod -->
<if condition="$vboptions['boardtracker_search_active']">
</form>
<form action="searchbt.php" method="get">
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="hidden" name="s"
value="$session[sessionhash]" />
<div><input type="text" class="bginput"
name="search" size="25" tabindex="1001" /><input type="submit" class="button"
value="$vbphrase[go]" tabindex="1004" /></div>
</form>
</td>
</tr>
<else />
<!-- end bt search mod -->
I'm not a coder but when i added that <form>so you can see it in bold, I'm able to open my thread tool in the thread.But when you log out the the whole navbar has disappear and can you fix it so I'm able to open my thread tool.


thank you


side note: can you activated account for my partner at smartphonejunkie.com ....

BoardTracker 06-15-2007 05:40 AM

We'll be releasing a new version of this mod in the next few days for vb3.6.7 anyway so maybe that will fix the problem you are having.

If you don't have vb3.6.7 then let me know which version of vb and which version of this mod you have.

puertoblack2003 06-15-2007 12:16 PM

Quote:

Originally Posted by BoardTracker (Post 1268827)
We'll be releasing a new version of this mod in the next few days for vb3.6.7 anyway so maybe that will fix the problem you are having.

If you don't have vb3.6.7 then let me know which version of vb and which version of this mod you have.

thanks for your response i do have 3.6.7 but it was happening before on the previous version 3.6.4

thanks looking forward to new version

rjmjr69 06-16-2007 12:31 AM

Awesome new version I love it..... Can not wait

puertoblack2003 07-05-2007 10:37 PM

any updates to the hack yet I'm still having problem with the issue on the above post and would hate to uninstall it.Can you do something to resolve my issue ..


Thanks :cool:

RedGTiVR6 07-05-2007 10:59 PM

wow - really glad I didn't wait around for this.


All times are GMT. The time now is 07:43 PM.

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.01128 seconds
  • Memory Usage 1,752KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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