Jump to content

Download: Ajax Live Search


Richey

Recommended Posts

Posted

I know what you mean but this is not possible.

EDIT: Ok, it is possible and I will fix it :thumbsup: I was thinking in the wrong direction.

  • Replies 50
  • Created
  • Last Reply
Posted

I've just tried your latest update and now, i've this issue :

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/****/public/als_search.php on line 90

Posted

@mistera: Have you configurate the settings after the update again?

@prupdated: No it does not work with Sphinx. It simply searches for topic titles.

Posted

My mistake : I did not set "Search in this Forums". Maybe, in this case, you could add a explicit message instead a warning error (Warning: mysql_fetch_object()...)

Posted

Arrrrr, good to know. Thank you! I will improve it.

Best regards.

PS: Currently I am working on version 1.3

Features of next version (1.3):

- Pagination

- Sorting option

- Small Ajax loading animation in the input field while searching progress

- Number of search results showing / message if nothing was found

- Hide original board search on forum home (optional)

Showing the search on all / custom pages will be included in a later version.

Posted

Hey guys,

version 1.3 is ready but not released yet!

The problem: there are two members which have problems with version 1.2.

I have to find out why the hook is not working on their forums - when this is done, I will fix it in version 1.3 too and release it.

I think (hope) this will be tomorrow.

Greets!

@Arcade2013: Sorry my friend, I do not understand the question.

@Teez: I think I will add this display option in one of the next versions.

Posted

Hey guys,

version 1.3 is ready but not released yet!

The problem: there are two members which have problems with version 1.2.

I have to find out why the hook is not working on their forums - when this is done, I will fix it in version 1.3 too and release it.

I think (hope) this will be tomorrow.

Greets!

@Arcade2013: Sorry my friend, I do not understand the question.

@Teez: I think I will add this display option in one of the next versions.

:sorcerer: Yeah!

Posted

Hi!

In I.Explorer I don´t see into bar the text "Suche nach..." .

In others: Mozilla, Chrome, Safari I see this text.

What code I have to add for view this text in I.Explorer?

I love this Mod :smile:

Posted

Hey caesarsiet - I will fix this in the next version.

IE has problems with with the 'placeholder' html tag.

Plus:

Features coming in version 1.4:

- browse search results with arrow keys / enter key (Google like)

Posted

Hey guys,

version 1.3 is ready but not released yet!

The problem: there are two members which have problems with version 1.2.

I have to find out why the hook is not working on their forums - when this is done, I will fix it in version 1.3 too and release it.

I think (hope) this will be tomorrow.

Greets!

@Arcade2013: Sorry my friend, I do not understand the question.

@Teez: I think I will add this display option in one of the next versions.

I installed the arcade. http://www.ibparcade.com/

When I type a search in the game, he finds it?

Posted

Hey caesarsiet - I will fix this in the next version.

IE has problems with with the 'placeholder' html tag.

Plus:

Features coming in version 1.4:

- browse search results with arrow keys / enter key (Google like)

thanks!

Posted

Hi,

I like this addon, would like to purchase.

However, there are two doubts. On my site we use a recent topics addon that is show just above the forum categories, if your addon is activated will it appear above the recent topics? If not, then it will not be seen by most visitors.

The second question: would it be possible to add a link to the original search page next to your search button? The idea is disabling completely the search box but still enabling visitors to use the old search in case they wish.

Congratulations for a great work so far.

  • 1 month later...
  • 2 weeks later...
Posted

Little Fix :

on

als_search.php

Search :

require_once( '../../admin/sources/base/ipsRegistry.php' );
require_once( '../../admin/sources/base/ipsController.php' );

Replace Whit :

require_once( '../../'.CP_DIRECTORY.'/sources/base/ipsRegistry.php' );
require_once( '../../'.CP_DIRECTORY.'/sources/base/ipsController.php' );

on als.xml

Search :

if($als_enablejquery=="1") { $html .= "<script type='text/javascript' src='http://code.jquery.com/jquery-latest.min.js'></script>"; }

Replace Whit :

if($als_enablejquery=="1") { $html .= "<script type='text/javascript'>!window.jQuery && document.write("<script src='http://code.jquery.com/jquery-latest.min.js'></script>")</script>"; }

P.S. = The live search if able allow to all members group to search in the forums protected for member not allow to see it.. this is not good... the search need to restrict only on relative allow member category and forum...

Regards

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...