vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   I need a more reliable search (https://vborg.vbsupport.ru/showthread.php?t=43856)

waddy 09-23-2002 04:22 PM

I need a more reliable search
 
ok, first, I'll tell you the problem, then hopefully, someone can coe up with a solution.

our board has an incredible thread, with priceless information.

the thread has over about 1000 posts!!...( my favorite tweaks

so, if a user searches for something they need, if the search brings up the thread I'm speaking of, it is impossible for them to find the post, as the search engine just brings up the url of the thread, and nit the show post.

I need to be ble to have the search engine bring up the show post, ie; showthread.php?postid=xxxx#.
best case, the result would title the thread, but url the actual post...can do? or no can do?

for instance;

suppose I wanted the to search for "pro/desktop". on my site, xp-erience

if you use the search, you'll get "great free programs"

this is worthless, for then, you have to go through a gazillion posts to find what you're looking for.

now, if you did the same search, and the engine found
http://www.xp-erience.org/forum/sho...9613#post89613,

it would need to show the thread name, but it would need to url the actual post...that would be perfect,

Logician 09-23-2002 04:41 PM

What about editing the search template and making "Show results as posts" option enabled by default?

Edit template "searchintro", find:
PHP Code:

<input type="radio" value="1" name="showposts"Show results as  posts&nbsp;<br>
        <
input type="radio" value="" name="showposts" checkedShow results as threads&nbsp

Replace it as:
PHP Code:

<input type="radio" value="1" name="showposts" checkedShow results as  posts&nbsp;<br>
        <
input type="radio" value="" name="showposts"Show results as threads&nbsp

BTW. If you are interested in Download Thread hack, I would be very interested to learn if the hack works ok with such a long thread.. :)

waddy 09-24-2002 12:16 AM

Thats perfect, guess I should have noticecd that before, will tidy up teh template to mathc waht I need and that will be perfect.. thanks alot :)


All times are GMT. The time now is 06:28 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.01543 seconds
  • Memory Usage 1,721KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete