vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Quick search pre-populated results: give your visitors quick thread suggestions (https://vborg.vbsupport.ru/showthread.php?t=222001)

Lynne 12-20-2009 08:21 PM

Quote:

Originally Posted by Ghostt (Post 1934244)
bad argument. not to isntall a mod which someone realy need isn't a option!

The other options are to write your own or find someone else willing to write it for you. And saying you don't code is a bad argument - I didn't code either until I started a forum and had ideas about what I needed on my site. I either learned to code or went without. And guess what? I learned to code. (OK, I'm not great at it, but I know enough to get by.)

Ghostt 12-20-2009 08:33 PM

not everyone has time/wants/comprehension to learn codeing. you cant say someone who need support go learn programming... and make your own Boardsoftware

Lynne 12-20-2009 08:40 PM

Quote:

Originally Posted by Ghostt (Post 1934251)
not everyone has time/wants/comprehension to learn codeing. you cant say someone who need support go learn programming... and make your own Boardsoftware

OK, but *you* can't say "I don't have the time/wants/comprehension therefore I expect someone else to do it for me."

0ptima 12-20-2009 11:55 PM

Quote:

Originally Posted by Ghostt (Post 1931741)
2. problem:
it isautocompleting the searchtext but you get redirected to the topic! how to disable that redirection to the topic?
then it would be perfect

replace this
Code:

$("#ac_suggest").result(function(event, data, formatted) {
        if(data)
        {
            location.href = '$vboptions[bburl]/showthread.php?t='+data[1];
        }   
           
    });

with this (just add '//' in front of location.href)

Code:

$("#ac_suggest").result(function(event, data, formatted) {
        if(data)
        {
  //          location.href = '$vboptions[bburl]/showthread.php?t='+data[1];
        }   
           
    });


0ptima 12-20-2009 11:55 PM

Quote:

Originally Posted by Ghostt (Post 1934156)
No Help`??? THIS MOD IS BROKEN! Can someone pls test it with 3.8.4????!!!!


Works fine on 3.8.4 PL 1

Ghostt 12-21-2009 12:11 PM

Quote:

Originally Posted by 0ptima (Post 1934316)
Works fine on 3.8.4 PL 1

Thanks i test it now ones more on a clean testboard and give you an result by editing this post!
where can be the error?

Quote:

Originally Posted by 0ptima (Post 1934315)
replace this
Code:

$("#ac_suggest").result(function(event, data, formatted) {
        if(data)
        {
            location.href = '$vboptions[bburl]/showthread.php?t='+data[1];
        }   
           
    });

with this (just add '//' in front of location.href)

Code:

$("#ac_suggest").result(function(event, data, formatted) {
        if(data)
        {
  //          location.href = '$vboptions[bburl]/showthread.php?t='+data[1];
        }   
           
    });


very good i rly hope it works. this mod is very usefull

Ghostt 12-21-2009 02:46 PM

The mod is working on standart VB style!

but not in my boardstyle..

why it isnt working on my style?

/EDIT
i think i can fix it ,it's working on my style but not in the forumhome!

Mike-D 12-21-2009 04:22 PM

My deepest respect to the Coder and his AddOn, but AJAX Live Search is for me the better choice. It works in all Styles with conjunction in all Plugins without any problems since almost one year ;)

Mike-D 12-21-2009 04:30 PM

Quote:

Originally Posted by Lynne (Post 1934248)
I either learned to code or went without.

Well and wise said, Lynne. Exactly this is the point :up:

Ghostt 12-21-2009 04:34 PM

ok ive found the problem.
there was a conflict with my script "smoothscroll.js" a slow "anker" -scroll script


All times are GMT. The time now is 07:51 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.01823 seconds
  • Memory Usage 1,743KB
  • 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
  • (4)bbcode_code_printable
  • (7)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