vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - [AJAX] Live Search (https://vborg.vbsupport.ru/showthread.php?t=189970)

mad@Max 10-01-2008 09:01 PM

Mod is updated.
In the file ajax_search.php: "If you use cp1251 collation your tables, uncomment below strings"

Quantnet 10-02-2008 02:01 AM

Same result. The box is empty with 2 headers Thread and Forum
It's frustrating

Here is the search piece of code I have in my navbar template

Code:

<!-- search -->
                <if condition="$show['searchbuttons']">
        <td align="right" nowrap="nowrap" valign="top">
                <if condition="$show['member']">
                        <form action="search.php?do=process" method="post">
        <else />
                        <form action="search.php$session[sessionurl_q]" method="post">
        </if>
        <table cellpadding="0" cellspacing="0" border="0">
                        <tr>
                                <td style="font-size:10px" title="nohilite">

<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
 <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
 
<div id="tb-searchdiv">
<div id="tb-searchbox"><input type="text" id="search_input" name="query" tabindex="1001" maxlength="128" value="$vbphrase[live_search]" onfocus="if(this.value=='$vbphrase[live_search]')this.value='';" onblur="if(this.value=='$vbphrase[live_search]')this.value='';" onkeyup="showHint(this.value)" /></div>



</div>
</form>



<div id="search_results" class="smallfont" style="position:absolute;top:150px; right:30px; left:50%; border: 2px solid #999999; color:grey; background-color: #F8F8F8 ;  padding: 10px; display:none;overflow:auto; height:200px">
<div align="left"><a href="#" onClick="overlayclose('search_results'); return false">Close</a></div>
</div>

                                       
                                </td>
        <td nowrap="nowrap" id="navbar_search" class="smallfont">&nbsp;<a href="search.php$session[sessionurl_q]">Options</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </tr>
                        <tr>
                               



                        </tr>
                        </table>
                        </form>
        <!-- / search -->


Quantnet 10-02-2008 02:19 AM

Both the version in the php and js still show 1.2

maidos 10-02-2008 06:07 AM

the live search is still not working, updated the new version but still..
worked fine on 1.2

rmxs 10-02-2008 06:08 AM

work ok also for greek..

Byt sometimes when i make search say no results byt if i hit enter normal search return me some results.

mad@Max 10-02-2008 10:11 AM

Quantnet.org, you use ISO-8859-1 charset. I think problem is here...

Quantnet 10-02-2008 02:45 PM

Quote:

Originally Posted by mad@Max (Post 1635485)
Quantnet.org, you use ISO-8859-1 charset. I think problem is here...

What do I have to do to fix this? Any change I have to make to the php or js files?

mad@Max 10-02-2008 03:19 PM

Quantnet.org, needed a write convert function.

Quantnet 10-02-2008 06:04 PM

ok, thanks for the response.
I'll uninstall this mod as it seems to be out of my reach.

nesta1 10-02-2008 11:21 PM

1.2 work and 1.3 not work


All times are GMT. The time now is 05:30 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.01617 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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