![]() |
Good idea, but would be dependent on how quickly your bot spiders the posts? And it won't be able to spider private forums.
|
Quote:
Quote:
BoardTracker can index private/hidden forums, but that requires the board administrator to ask for that specifically. |
A couple of minor additions..
You can make the search page open the advanced options automatically by adding adv=1 to the link. For example if you use the hardcoded searchbt.php link on the 'advanced search' link in the little dropdown search box on every page which is in the navbar template. The new link would look like: searchbt.php?adv=1 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"); Code:
header("Location: http://$bt_host$bt_uri/searchbt.php?adv=1"); You can also make 'search this forum' link/form work directly also.. Open the FORUMDISPLAY template.. Find.. Code:
<form action="search.php?do=process" method="post"> Code:
<form action="searchbt.php" method="get"> Code:
<a href="search.php?$session[sessionurl]f=$forumid" rel="nofollow">$vbphrase[advanced_search]</a> Code:
<a href="searchbt.php?$session[sessionurl]frm=$forumid&adv=1" rel="nofollow">$vbphrase[advanced_search]</a> Code:
<input type="hidden" name="do" value="process" /> Code:
<input type="hidden" name="frm" value="$forumid" /> |
Version 2.0.6 released which includes the updates mentioned in the previous post plus simplified navbar template edits which will make it easier to add navbar edits required by our tags mod.
:cool: |
Is it possible to place inside a vbadvanced module?
|
Quote:
|
Check my site index at www.traderslaboratory.com
The navigation on the left, the skype on the right, the new articles in the middle, the welcome to traders laboratory box in the center are all examples of modules. I would like to bring the tags on my site index so would be a nice idea to stick it in a module. |
Quote:
It's very simple.. If you have the tags mod installed, you can use a very simple javascript to place a tagcloud whereever you want, even the index page. You can then visually format it it anyway you want. As described here: https://vborg.vbsupport.ru/showthread.php?t=128642 Code:
<!-- Tag Cloud --> I hope in answers the question. |
Make sure to also check out our very cool thread tagging and tag search system for vb3.6 here!
It allows your members to tag threads and provides a fully integrated search engine - similar in appearance to this mod - which also shows a tag cloud and related tags and provides advanced seach options. Tag links can use mod_rewrite or standard links and there's lots of options to play with in the control panel. Your tag cloud can easily be put on any page you want - even on other sites! Tags are stored locally in your db as well as indexed by boardtracker and again all the heavy work of searching is handled by our servers! :cool: |
I really like this search engine, but I really dislike that when users click the "New Posts" link in the Navbar, it redirects to a search page and doesn't display posts that the user has not yet read. This is one of my board's most used features so I had to disable boardtracker search so that my users could have the "New Posts" link work the way it is supposed to. Is there an easy fix for this? I really want to turn boardtracker back on... :)
|
All times are GMT. The time now is 09:49 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|