vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Simple Search (similiar to vB 3) (https://vborg.vbsupport.ru/showthread.php?t=57468)

Gary King 09-28-2003 06:21 PM

Simple Search (similiar to vB 3)
 
1 Attachment(s)
What does this hack do?

It adds a link to your forumhome (or really any other template you want), and it allows your members to quickly search for something on your board, without going to any new pages.

Installation

Open the headinclude template and find
PHP Code:

<style type="text/css"

Above it, add
PHP Code:

<script LANGUAGE="Javascript">
<!--
function 
simplesearch(forumid)
{
    
// prompt for a search string
    
if (query prompt("Search forums for threads containing the following word(s)..."""))
    {
        if (
forumid)
        {
            
query query '&forumchoice=' forumid;
        }
        
window.location "search.php?query=" query "&forumchoice=-1&searchdate=-1&beforeafter=after&sortby=lastpost&sortorder=descending&action=simplesearch&Submit=Perform+Search";
    }
}

//-->
</script

For this upcoming step, you can actually put the code
PHP Code:

<a href="javascript:simplesearch();">Simple Search</a

anywhere you'd like, either in the header, footer, or maybe just stick with what I've got, and keep it in the forumhome. It's completely up to you :)

Open forumhome template and find
PHP Code:

    <td align="right"><smallfont>$welcometext<br><b>$newposts 

After that, add
PHP Code:

<br /><a href="javascript:simplesearch();">Simple Search</a

Installation is now complete, enjoy :)

Screenshots

Check this post's attachments.

assassingod 09-28-2003 06:27 PM

This isn't a hack since it doesn't modify any vB files or am I missing something?

Gary King 09-28-2003 06:29 PM

Quote:

Originally Posted by assassingod
This isn't a hack since it doesn't modify any vB files or am I missing something?

Ah yes, my mistake :rolleyes:

assassingod 09-28-2003 06:31 PM

Quote:

Originally Posted by Gary W
Ah yes, my mistake :rolleyes:

Too bad this isn't a hack, it would be your 20th;)

Dean C 09-28-2003 06:36 PM

<i>Moved</i>

Gary King 09-28-2003 07:07 PM

If I created an external .js file, though, then that'd considered a hack wouldn't it? ;)

assassingod 09-28-2003 07:11 PM

I doubt it, you can still upload files and it not be a hack (You can even run queries and it's not considered a hack)

Gary King 09-28-2003 09:50 PM

Quote:

Originally Posted by assassingod
I doubt it, you can still upload files and it not be a hack (You can even run queries and it's not considered a hack)

Okay, okay :rolleyes:


All times are GMT. The time now is 07:03 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.01612 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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