vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Split thread title into searchable keyword components (https://vborg.vbsupport.ru/showthread.php?t=72482)

okc 12-04-2004 10:17 PM

I have vb3.03

Do I I ftp the file to my desktop, open in wordpad, then add the changes & then ftp the file back to my forums folder, or do I have to go into myphp admin?

Also, do I include th etext in orange or not?

Thx guys

???`S?LV?R???` 12-04-2004 10:27 PM

sounds like a nice hack, might have some use for this

okc 12-04-2004 10:53 PM

Could anyone giveme some guidance as to why this isn't working - or what should I see on my threads - I don't notice anything different. How does it manifest itself on the bboard?

Thx

okc 12-04-2004 11:44 PM

Forget it - it's working - thx!

okc 12-04-2004 11:57 PM

One more question - does anyone know how to add a small bit of text next to the searchable thread title that would let users know about this feature so they don't miss it? - like "<-- click on word to search"

Torqued 12-05-2004 03:27 AM

What would it take so that you could get a dropdown on each word with different search options for each word? :) It would be kinda neat to be able to search on the board *or* on Google

*clicks install*

Dean C 12-05-2004 10:29 AM

Tell me where you want the "<-- click on word to search" to go and I'll modify the code for you to go in that position :)

okc 12-05-2004 04:56 PM

Thx! Right next to the search string ie

Beatles without Yoko <-- search on keyword

- ideally only where the search string shows up (not in the other places you see the navbar) & in smaller font

Dean C 12-05-2004 04:59 PM

Ok open up showthread.php and find:

PHP Code:

$thread['title'] = implode(' '$twords); 

Replace it with:
PHP Code:

$thread['title'] = implode(' '$twords) . '<span class="smallfont"><-- search on keyword</span>'


okc 12-05-2004 05:27 PM

Excellent - thx - 2 ?'s
1- Can the text be a tiny bit smaller that says search here?
2- Can I paypal you a little s/thing for your efforts? cheers


All times are GMT. The time now is 07:18 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.01121 seconds
  • Memory Usage 1,731KB
  • 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)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