Jump to content

Download: Ajax Live Search


Richey

Recommended Posts

  • Replies 50
  • Created
  • Last Reply

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.

Link to comment

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.

Link to comment

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!

Link to comment

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?

Link to comment

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.

Link to comment
  • 1 month later...
  • 2 weeks later...

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

Link to comment

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...