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)
-   -   Add-On Releases - [YUI] Live Search (https://vborg.vbsupport.ru/showthread.php?t=204517)

mad@Max 03-26-2009 09:18 AM

dvbusuario, i need your site, for check the issue.
Stoebi, i'm not test live search with standard dropdown search.

Stoebi 03-26-2009 10:03 AM

It is not needed, because you can check it for yourself ;)

With the Standard-Style and IE7/IE8 your hack is not working:
http://mixplay.ru/forum.php?styleid=1

With this style (Aqua-Soft v4) and IE7/IE8 your hack is fine working:
http://mixplay.ru/forum.php?styleid=4

Hm, but where are the differents?

Edit:
Okay, you have PM. Thanks for yout time :)


Regards, Stoebi

rmxs 03-26-2009 10:33 AM

I have just add $lsaform with some html+css for style.

fukdawrld 03-26-2009 12:46 PM

Mine also still shows no results in the pop up or IE with the new versions. :(

mad@Max 03-26-2009 03:20 PM

Version 2.1.1
For those who want integrate Live Search into standard search form (drop-down menu), i made this feature via option.

Stoebi 03-26-2009 04:26 PM

*ggg* mad@Max, live forum is 98% working fine with all styles. But i can't set up any options within the box. :(
$lsaform is not working with IE7/IE8 -> http://mixplay.ru/forum.php?styleid=1


On localhost it is not working with IE7/IE8, Chrome, FF, Opera and the Standard-Style, most of the time I'm using. But with the other styles, I've installed on localhost, hack is fine working. *lol*
It is not important, but do you have an idea, why?


And thank you very much again :)


Please fix the line 481 in product-lsearch_2.1.1 Eng.xml.
Replace </phrases> with
Code:

        </phrasetype>
    </phrases>

Regards,

Stoebi

mad@Max 03-26-2009 04:51 PM

Reuploaded.
For me, hack fork fine on 4 different style.

mad@Max 03-26-2009 06:28 PM

Version 2.1.2
Fixed some security issue. And now must work with all languages:)

rmxs 03-26-2009 07:20 PM

(for people that upgrade and still dont work REVERT TEMPLATES :P )

relaxiha 03-27-2009 02:56 AM

hello
does not work in forums.domain.com

and
Warning: preg_replace() [function.preg-replace]: Compilation failed: missing ) at offset 9 in [path]/ajax.php(69) : eval()'d code on line 2341 results for (70-270

mad@Max 03-27-2009 08:55 AM

For every word?

relaxiha 03-27-2009 10:58 AM

for sub domains and this : (70-270 search

fukdawrld 03-27-2009 01:25 PM

If I just use the normal
$lsaform

It works fine...Below is how I have it coded to be in the spot where I'd like it to be. Do you know how I would get the varible about to show correctly in the code below? Seems like the <td> tags are getting it not to work properly for me.



Code:

        <td class="alt1">
                                $lsaform
</td>



This is where the code above place it and where I would like it to stay:

https://vborg.vbsupport.ru/external/2009/03/4.png

relaxiha 03-27-2009 01:35 PM

hello and thanks ..
but button hidden or removed!

itsheinz 03-27-2009 03:36 PM

which search template should i edit?

mad@Max 03-27-2009 04:48 PM

fukdawrld, in template navbar before:

HTML Code:

<if condition="$show['member']">
        <td class="alt2" nowrap="nowrap">
        <div class="smallfont">
                <strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br />

Add:

HTML Code:

        <td class="alt1" align="center" nowrap="nowrap">
                $lsaform
        </td>


fukdawrld 03-27-2009 05:29 PM

Thanks Max but that didn't change me having to double click for it to bring up the box..Still no luck in IE either. How do I change the "live search" in the box?

itsheinz 03-27-2009 05:36 PM

which template should il edit?

mad@Max 03-27-2009 05:50 PM

Version 2.1.3
Added link on latest post in threat, added sort by forum. Code cleaning.

fukdawrld, edit phrase $vbphrase[live_search].
itsheinz, what do you mean?

itsheinz 03-27-2009 05:56 PM

i already istalled th xml file and what to do next
what do you mean by this:
Quote:

If you already have opened search field, do following.
and the code that you showed,where can i find

mad@Max 03-27-2009 06:40 PM

Version 2.1.4
Double click in past:) Read instruction again.
itsheinz, just enable integration option.

Stoebi 03-27-2009 07:07 PM

Hi

really good work, but there are 2 little problems with the both options menu (Together Words and Search Options), if box open.

Here is a demonstration video:
http://ioj.com/v/zud4t


Regards, Stoebi

powerful_rogue 03-27-2009 07:50 PM

Just installed this.

On Firefox you have to double click and in IE it doesnt work. Ive carried out the edit shown in post 136

rmxs 03-27-2009 08:24 PM

FOR ALL THIS THAT HAVE PROBLEM WITH DOUBLE CLICK ON SEARCH BOX..
Go to Language fount $vbphrase[live_search] (Live Search)Remove it and type single space (no leave it completly empty just 1 space hit)

Like this you remove the text from in the box and you dont need double click

mad@Max 03-27-2009 08:52 PM

Version 2.1.5
Fixed bug in post #142.

powerful_rogue 03-27-2009 09:03 PM

Quote:

Originally Posted by rmxs (Post 1778535)
FOR ALL THIS THAT HAVE PROBLEM WITH DOUBLE CLICK ON SEARCH BOX..
Go to Language fount $vbphrase[live_search] (Live Search)Remove it and type single space (no leave it completly empty just 1 space hit)

Like this you remove the text from in the box and you dont need double click

Thank you. I read a previous post where you mentioned this. Its a shame really as it looks quite good with the words "Live Search" inside.

powerful_rogue 03-27-2009 09:03 PM

Quote:

Originally Posted by mad@Max (Post 1778553)
Version 2.1.5
Fixed bug in post #142.

Any idea why its working in Firefox and not IE7?

mad@Max 03-27-2009 09:09 PM

I have IE8, and with it worked fine.

powerful_rogue 03-27-2009 09:11 PM

Quote:

Originally Posted by mad@Max (Post 1778564)
I have IE8, and with it worked fine.

Strange. No joy at all in IE7, looks like the chap in post 137 is having the same issue

rmxs 03-27-2009 09:15 PM

For me works with firefox 3.x IE 7,8 pretty good so far :)

Max its the best and provide fast bug fixes.

Stoebi 03-27-2009 09:29 PM

mad@Max
Thx a lot for fixing my issue :)


Regards, Stoebi

fukdawrld 03-27-2009 09:32 PM

Thanks Max..The new version works great in IE.

powerful_rogue 03-28-2009 08:28 AM

mad@max, do you think you could have a look at my board in IE if I send you the link?

mad@Max 03-28-2009 08:50 AM

Yes, i could.

Dr. Bantham 03-28-2009 11:21 AM

It appears that having both the search menu integration and the $lsaform option active at the same time confuses the former and negates the latter. Is there a way to make both options work concurrently?

mad@Max 03-28-2009 05:32 PM

No, because they use one id "lsa_input".

drsli 03-28-2009 05:51 PM

Awesome mod! Many thanks. :)

powerful_rogue 03-28-2009 06:12 PM

Hi Max,

Saw you had a look, any news at all?

mad@Max 03-28-2009 08:08 PM

powerful_rogue, yes, i think this is conflict with some hacks (whom you have a lot of:))

star88 03-29-2009 01:22 PM

updated to last version.
now it works on IE 8 and firefox 3.0.8


All times are GMT. The time now is 09:32 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.01594 seconds
  • Memory Usage 1,792KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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