[ABD] [dev]Livesearch (as in Google)

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
Alg
Registered User
Posts: 76
Joined: Thu Aug 07, 2014 7:13 pm
Location: Israel

[ABD] [dev]Livesearch (as in Google)

Post by Alg »

Extension Name:livesearch

Extension Description:: The extension allows to navigate quikly to the forum/topic/user by typing a part of the name:
1. Quick search for forums shows all the forums in the board that contain the entered text
2. Quick search for topics shows all the topics in board that contain the entered text
3. Quick search for users shows all the nicknames, that start on the entered text. It also allows:
  • go to the user profile
  • send user a private message
  • send user an e-mail
  • contact any user, by the contact information, that the user left (skype, ICQ, Facebook, etc.)
  • search all the user's topics (in the board or in a specific forum and its subforums)
  • search all the user's posts (in the board or in a specific forum and its subforums or in a specific topic)
  • quick add the user to the recipient list in the private message composing page
  • Quick search for similar names while creating a new topic
The 'eye' plugin controls the viibility of search block

1. Search block
Image

2. Quick search topic
Image

3. Quick search user
Image

Requirements:
  • phpBB 3.1.4 or later
Development repository:
https://github.com/alg5/liveSearch
Download URL: Download button named "Download ZIP" can be found at the development repository page.
Installation: Extension files should be extracted to /ext/alg/liveSearch folder. Then the extension should be enabled in ACP as usually.
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [dev]Livesearch (as in Google)

Post by Mess »

Very nice. Ill be keeping an eye on this. :)
User avatar
nero
Registered User
Posts: 321
Joined: Fri Mar 13, 2015 8:18 am

Re: [dev]Livesearch (as in Google)

Post by nero »

Can't wait for beta.
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [dev]Livesearch (as in Google)

Post by FomenkoAndrey »

Wait a little longer.
while I use this extension for almost a year.
User avatar
Alg
Registered User
Posts: 76
Joined: Thu Aug 07, 2014 7:13 pm
Location: Israel

Re: [dev]Livesearch (as in Google)

Post by Alg »

The extension was upgraded to version 2.0.0
What's New:
1. A few bugs have been fixed.
2. An option has been added to display a link to the topic either in the canonical or SEO-compatible view
3. A quick search of forums, groups, users has been added to ACP
loxawadi
Registered User
Posts: 63
Joined: Tue Jan 05, 2016 3:14 am

Re: [dev]Livesearch (as in Google)

Post by loxawadi »

Thanks Alg. It is very usefull.
loxawadi
Registered User
Posts: 63
Joined: Tue Jan 05, 2016 3:14 am

Re: [dev]Livesearch (as in Google)

Post by loxawadi »

Hi

We have them in order: Forums | Topics | Users. Now please help to show me how can i relocate the "Forums" at the beginning to the end. That means Forums is #1, now i want it #3.

Thanks.
User avatar
Alg
Registered User
Posts: 76
Joined: Thu Aug 07, 2014 7:13 pm
Location: Israel

Re: [dev]Livesearch (as in Google)

Post by Alg »

loxawadi wrote: how can i relocate the "Forums" at the beginning to the end.
Hi loxawadi! Please open the file styles/all/template/event/overall_header_page_body_before.html and replace it's content

Code: Select all

 <!-- IF S_LIVE_SEARCH --> 
 <div id='leavesearch_btn'>{L_LIVE_SEARCH_CAPTION}</div>
    <div id='leavesearch' >
      <span id='leavesearch_btn_close' class="icon-button delete-icon"  title='{L_CLOSE_WINDOW}'></span>
      <!-- IF LIVE_SEARCH_ON_OFF_TOPIC --> 
        <span id="topic_live_search_text" style="padding-left:10px;">{L_LIVE_SEARCH_TOPIC}{L_COLON} </span><input class="inputbox search tiny" id="topic_live_search" type=search placeholder="{L_LIVE_SEARCH_TXT}"  title="{L_LIVE_SEARCH_T}" />
      <!-- ENDIF  -->

      <!-- IF LIVE_SEARCH_ON_OFF_USER --> 
     <span id="user_live_search_text" style="padding-left:10px;">{L_LIVE_SEARCH_USER}{L_COLON} </span><input class="inputbox search tiny" id="user_live_search" type=search placeholder="{L_LIVESEARCH_USER_TXT}"  title="{L_LIVESEARCH_USER_T}" autocomplete="off" /> 
        <div id="user_handle" class="dropdown hidden" >
		<div class="pointer">
            <div class="pointer-inner">
        </div>
    </div>
    <div id='ls_contacts' class="dropdown-contents contact-icons" style='border-bottom-color: White; '></div>
  
    <ul class="dropdown-contents" role="menu" style="margin-left: 0px; left: 0px; max-width: 1281px; ">
        <li>{L_LIVE_SEARCH_TOPICS_BY_USER}
            <ul>
                <li ><a id="topics_live_search_board" href="javascript:void(0);" role = "menuitem" title = "{L_LIVE_SEARCH_TOOLTIP_ALL}"> {L_LIVE_SEARCH_TOPICS_BY_USER_BOARD}</a></li>
                <!-- IF S_FORUM_ID -->
                    <li >
                        <!-- IF S_FORUM_EXCLUDE -->
                            <span  title='{L_LIVESEARCH_USERTOPIC_DISABLED}' class='livesearch-disable'>{L_LIVE_SEARCH_TOPICS_BY_USER_FORUM}</span>
                        <!-- ELSE -->
                            <a id="topics_live_search_forum" href="javascript:void(0);" role = "menuitem" title = "{L_LIVE_SEARCH_TOOLTIP_BY_FORUM} {FORUM_NAME}"> {L_LIVE_SEARCH_TOPICS_BY_USER_FORUM}</a>
                        <!-- ENDIF -->
                    </li>
                <!-- ENDIF -->
            </ul>
        </li>
    </ul>
     <ul class="dropdown-contents" role="menu" style="margin-left: 0px; left: 0px; max-width: 1281px; ">
        <li>{L_LIVE_SEARCH_POSTS_BY_USER}
            <ul>
                <li ><a id="posts_live_search_board" href="javascript:void(0);" role = "menuitem" title = "{L_LIVE_SEARCH_TOOLTIP_ALL}"> {L_LIVE_SEARCH_POSTS_BY_USER_BOARD}</a></li>
                <!-- IF S_FORUM_ID -->
                     <li >
                        <!-- IF S_FORUM_EXCLUDE -->
                            <span  title='{L_LIVESEARCH_USERTOPIC_DISABLED}' class='livesearch-disable'>{L_LIVE_SEARCH_TOPICS_BY_USER_FORUM}</span>
                        <!-- ELSE -->
                            <a id="posts_live_search_forum" href="javascript:void(0);" role = "menuitem" title = "{L_LIVE_SEARCH_TOOLTIP_BY_FORUM} {FORUM_NAME}"> {L_LIVE_SEARCH_POSTS_BY_USER_FORUM}</a>
                        <!-- ENDIF -->
                    </li>
                <!-- ENDIF -->
                <!-- IF S_TOPIC_ID -->
                      <li >
                        <!-- IF S_FORUM_EXCLUDE -->
                            <span  title='{L_LIVESEARCH_USERPOST_DISABLED}' class='livesearch-disable'>{L_LIVE_SEARCH_POSTS_BY_USER_TOPIC}</span>
                        <!-- ELSE -->
                            <a id="posts_live_search_topic" href="javascript:void(0);" role = "menuitem" title = "{L_LIVE_SEARCH_TOOLTIP_BY_TOPIC} {TOPIC_TITLE}"> {L_LIVE_SEARCH_POSTS_BY_USER_TOPIC}</a>
                        <!-- ENDIF -->
                    </li>
                <!-- ENDIF -->
            </ul>
        </ul>
	</div>
   <!-- ENDIF  -->
     <!-- IF LIVE_SEARCH_ON_OFF_FORUM --> 
        <span id="forum_live_search_text" style="padding-left:10px;">{L_LIVE_SEARCH_FORUM}{L_COLON} </span><input  class="inputbox search tiny" id="forum_live_search" type=search placeholder="{L_LIVE_SEARCH_FORUM_TXT}"  title="{L_LIVE_SEARCH_FORUM_T}" />
      <!-- ENDIF  -->

  

</div>
<!-- ENDIF  -->
loxawadi
Registered User
Posts: 63
Joined: Tue Jan 05, 2016 3:14 am

Re: [dev]Livesearch (as in Google)

Post by loxawadi »

Thanks so much. It works perfectly.
Thunder_one
Registered User
Posts: 119
Joined: Sat May 09, 2015 11:00 pm

Re: [dev]Livesearch (as in Google)

Post by Thunder_one »

Hi

I get this message when activate

A required module does not exist: ACP_LIVE_SEARCH

What can I do ?
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [dev]Livesearch (as in Google)

Post by david63 »

Thunder_one wrote:Hi

I get this message when activate

A required module does not exist: ACP_LIVE_SEARCH

What can I do ?
That is probably caused by a known bug in 3.1.10
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
Thunder_one
Registered User
Posts: 119
Joined: Sat May 09, 2015 11:00 pm

Re: [dev]Livesearch (as in Google)

Post by Thunder_one »

Ah ok. Can one solve it somehow?
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [dev]Livesearch (as in Google)

Post by david63 »

Thunder_one wrote:Ah ok. Can one solve it somehow?
Wait for 3.1.11
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
Thunder_one
Registered User
Posts: 119
Joined: Sat May 09, 2015 11:00 pm

Re: [dev]Livesearch (as in Google)

Post by Thunder_one »

ok thanks
User avatar
jan_2017
Registered User
Posts: 161
Joined: Sun May 07, 2017 3:39 pm

Re: [dev]Livesearch (as in Google)

Post by jan_2017 »

david63 wrote: Mon Dec 05, 2016 10:18 am
Thunder_one wrote:Hi

I get this message when activate

A required module does not exist: ACP_LIVE_SEARCH

What can I do ?
That is probably caused by a known bug in 3.1.10
if i create acp_live_search manuelly in acp it appears a similar error.

Any News?

Bye Jan

Return to “Abandoned Extensions”