Richey Posted March 7, 2013 Author Posted March 7, 2013 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.
mistera Posted March 9, 2013 Posted March 9, 2013 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
Richey Posted March 9, 2013 Author Posted March 9, 2013 @mistera: Have you configurate the settings after the update again? @prupdated: No it does not work with Sphinx. It simply searches for topic titles.
mistera Posted March 10, 2013 Posted March 10, 2013 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()...)
Richey Posted March 10, 2013 Author Posted March 10, 2013 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.
caesarsiet Posted March 14, 2013 Posted March 14, 2013 I´m very expected on your 1.3 release (for remove quicksearch bar).. Greate greate hook!
Arcade2013 Posted March 14, 2013 Posted March 14, 2013 hi,I built an arcade.If the user is looking for a play, this is the search?
teez Posted March 14, 2013 Posted March 14, 2013 Maybe you replace orginal search box with this? Realy, good!
Richey Posted March 15, 2013 Author Posted March 15, 2013 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.
caesarsiet Posted March 15, 2013 Posted March 15, 2013 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!
Richey Posted March 16, 2013 Author Posted March 16, 2013 Puh, 1.3 is out now :smile: http://community.invisionpower.com/files/file/6278-ajax-live-search/ If you have any problems let me know. You can preview it on my demo page. Important: I added an external css file (/public/ajaxlivesearch/als_style.css) where you can edit the styles. Greets.
Richey Posted March 16, 2013 Author Posted March 16, 2013 Hi matma4u, you are not the first one who asked me this :) I will try to put this feature into the next version. Greets.
matma4u.pl Posted March 16, 2013 Posted March 16, 2013 I will try to put this feature into the next version. Thank You.
caesarsiet Posted March 17, 2013 Posted March 17, 2013 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:
Richey Posted March 18, 2013 Author Posted March 18, 2013 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)
Arcade2013 Posted March 18, 2013 Posted March 18, 2013 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?
caesarsiet Posted March 19, 2013 Posted March 19, 2013 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!
Max Brito Posted March 24, 2013 Posted March 24, 2013 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.
Max Brito Posted March 24, 2013 Posted March 24, 2013 Ok, please disregard my previous questions. I went ahead, bought your addon and verified it works as intended. No issues to report.
netrix64 Posted March 28, 2013 Posted March 28, 2013 I would like to have an block for IP.Content, cause I would like to place the search on my IP.Content Portal.
Deltafox Posted May 16, 2013 Posted May 16, 2013 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.