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)

maidos 10-03-2008 04:18 AM

Quote:

Originally Posted by nesta1 (Post 1636071)
1.2 work and 1.3 not work

agree its not working on the new version :(

mad@Max 10-03-2008 09:46 AM

Are you use vbadvanced?

nesta1 10-03-2008 03:25 PM

hello no !
whenever search i see BOX but empty in BOX

mad@Max 10-03-2008 04:07 PM

I dont no, if i add converters for all charset, mod will be large...

maidos 10-03-2008 05:00 PM

can you provide 1.2 again? so we can use it instead of the newer version

rmxs 10-03-2008 06:47 PM

For me works fine. :)

Maybe you have different charset in your db

Quantnet 10-03-2008 07:07 PM

why in version 1.2, it doesn't matter what charset you have, it works for everyone and now 1.3 only works for certain charset. I find it weird.

I also like to get version 1.2 back ;)

mad@Max 10-03-2008 07:36 PM

Please, who have 1.2 version of mod, post link on it. I'm miss that version:) I will put it in first post.

mad@Max 10-04-2008 03:17 PM

Quantnet.org, try attached file with 1.3 version of mod.

maidos 10-04-2008 10:03 PM

Quote:

Originally Posted by mad@Max (Post 1637195)
Quantnet.org, try attached file with 1.3 version of mod.

not working :(

mad@Max 10-04-2008 10:49 PM

maidos, What are you use connection collation?

nesta1 10-04-2008 10:53 PM

hello i have 1 problem!
i search after find ! link is false!
for example ! mydomain/forum/...
but find link mydomain.com/showthread

mad@Max 10-05-2008 12:04 AM

How it is?

Quantnet 10-05-2008 02:07 AM

mad@max,
thanks but the new file does not help.

I also have it kinda work in a different template but it has the same problem nesta1 mention.

The results is missing /forum/ part in the link.
instead of http://www.site.com/forum/showthread.php?t=2018
it points to
http://www.site.com/showthread.php?t=2018

Quantnet 10-05-2008 02:18 AM

To fix the missing forum part in the result, this is what i did

Open ajax_search.php

Find
Code:

echo "<div style=\"float:left;\"><a href=\"".$vboptions[bburl]."/showthread.php?
Replace with
Code:

echo "<div style=\"float:left;\"><a href=\"".$vboptions[bburl]."/forum/showthread.php?

mad@Max 10-05-2008 07:23 AM

Quantnet.org, in the forum setting "Forum URL", what url you have?

rmxs 10-05-2008 07:42 AM

This error happends also to me..
go dirrect to showthread and doest use forum url prefix.

rmxs 10-05-2008 07:53 AM

https://vborg.vbsupport.ru/showpost....&postcount=135

This fix doesnt help me :)

Quantnet 10-05-2008 11:21 AM

Quote:

Originally Posted by mad@Max (Post 1637642)
Quantnet.org, in the forum setting "Forum URL", what url you have?

http://www.quantnet.org/forum

mad@Max 10-05-2008 11:27 AM

I repeat my answer for all who mod not working, what you use mysql connection collation?
$vboptions[bburl] = http://www.quantnet.org/forum
This variable get link on your forum :)

maidos 10-05-2008 12:42 PM

Quote:

Originally Posted by mad@Max (Post 1637434)
maidos, What are you use connection collation?

i followed the another members instructions about the forum url path but doesnt work


mysql> show session variables like '%collation_connection%';
+----------------------+-------------------+
| Variable_name | Value |
+----------------------+-------------------+
| collation_connection | latin1_danish_ci |
+----------------------+-------------------+
1 row in set (0.00 sec)

mad@Max 10-05-2008 01:48 PM

maidos, for you in the file ajax_search.php find utf-8 and replace with latin1_danish_ci (your collation). Must be work.
Soon i write settings in the mod like trim title and collation.

maidos 10-05-2008 02:33 PM

Quote:

Originally Posted by mad@Max (Post 1637830)
maidos, for you in the file ajax_search.php find utf-8 and replace with latin1_danish_ci (your collation). Must be work.
Soon i write settings in the mod like trim title and collation.


replaced but didnt work. Made sure to clean the browser cache... think you could visit my forum admincp

mad@Max 10-05-2008 02:39 PM

maidos, check your pm.

rmxs 10-05-2008 03:02 PM

what about the forum path?

still doesnt work.

mad@Max 10-05-2008 03:28 PM

rmxs, check your pm too :)

mad@Max 10-05-2008 04:00 PM

Who have problem with mod, try delete $query = iconv('UTF-8', $stylevar['charset'], $query); from ajax_search.php. maidos its helped.

maidos 10-05-2008 04:43 PM

possible to be able to search with two keywords if i enter those two keywords reversed
example:
If i search for ABC DEF the search result will only show ABC D or ABC DE etc
while there is thread for DEF ABC but it will not find that thread if i search with ABC DEF

JVSP 10-05-2008 04:51 PM

I noticed on my forum it would only work if I put www into the address.

For example
This http://quantnet.org/forum/ the search will not work
but on this http://www.quantnet.org/forum/ with www in the address the search will work.

JVSP 10-05-2008 05:13 PM

Here is 1.2 if anybody needs it.

mad@Max 10-05-2008 05:37 PM

maidos, its not possible.
fxlr8, delete www. from var hurl="http://www.quantnet.org/forum/"

maidos 10-05-2008 05:56 PM

oh ok, but can the live search include files from the mods DownloadsII
https://vborg.vbsupport.ru/showthrea...ht=downloadsII

mad@Max 10-05-2008 06:53 PM

No, need write a new mod:)

mad@Max 10-06-2008 06:21 PM

Hack is updated.
Now its work with vBadvanced (in the mod options choose "yes", about vBadvanced), also with www. and withuot.
Added optional title trimming.

maidos 10-07-2008 07:02 AM

the new version stopped working again :(

mad@Max 10-07-2008 11:59 AM

maidos, its problem in your template. Check your pm, i send the fix.

rmxs 10-07-2008 04:23 PM

What about if the forum is under subdir?

now we edit the file manual

in new version?

mad@Max 10-07-2008 04:44 PM

In new version just set "Yes", in the setting of mod "You use vBadvanced?".
I will make screenshot.

boandmichele 10-10-2008 02:05 AM

is there any way to exclude my private subforum? (i have one for moderators and one for moderated/moved threads)

boandmichele 10-12-2008 06:31 PM

Quote:

Originally Posted by boandmichele (Post 1641566)
is there any way to exclude my private subforum? (i have one for moderators and one for moderated/moved threads)

ive deactivated this until i can get this resolved. :(


All times are GMT. The time now is 03:21 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.01394 seconds
  • Memory Usage 1,791KB
  • 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
  • (7)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