My Subscriptions

No active or expired subscriptions. View Available Subscriptions

Advanced Search

Home arrow Forum arrow Extensionsarrow Advanced Search Installation & Configurationarrow ANSWERED: questions
Pages: [1]
Print
Author Topic: ANSWERED: questions  (Read 1191 times)
dpk
Newbie
*

Karma: +0/-0
Posts: 28


View Profile
« on: January 04, 2008, 05:31:41 PM »

this sounds great--can it possibly search directories and files outside the joomla installation and database? (e.g., a legacy site layered below a joomla installation?)

and will it work with mambo?
« Last Edit: July 11, 2008, 09:20:23 PM by V-man » Logged
V-man
Administrator
Hero Member
*****

Karma: +8/-1
Posts: 1940


Ignorance is curable, stupid is forever.


View Profile
« Reply #1 on: January 04, 2008, 10:56:26 PM »

Doesn't work with mambo now. If there is significant interest, we can make that happen.

This component will search any published mambot. If you want it to search directories, you'll need to convince a mambot to do that for you. Perhaps a component to scan a directory and log the data into the DB, which is then easily searchable?
Logged

*** Please read this post before posting in the forum. ***

Support questions via PM will be ignored. Please use the forum for all support-related enquiries.
dpk
Newbie
*

Karma: +0/-0
Posts: 28


View Profile
« Reply #2 on: January 04, 2008, 11:20:43 PM »

I am moderately interested in the search for a mambo site. For the other issue--old movable type pages outside of a joomla installation (old issues in a local Milwaukee newspaper)--it would be very good if it could handle that. My current workaround is a google search built into a static page.

Another question--the built in joomla search can't handle keywords over 20 characters in length. Your advanced search does better, right?
Logged
V-man
Administrator
Hero Member
*****

Karma: +8/-1
Posts: 1940


Ignorance is curable, stupid is forever.


View Profile
« Reply #3 on: January 05, 2008, 01:53:37 AM »

By interest, I mean a number of mambo users posting on this board Smiley

we have not modified the character length, but that's an easy one. Let me take a peak.
Logged

*** Please read this post before posting in the forum. ***

Support questions via PM will be ignored. Please use the forum for all support-related enquiries.
zigzag
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #4 on: January 05, 2008, 06:04:59 AM »

It's just 2 lines of code, open up search_adv.html.php and look for:
Quote
<input type="text" name="searchword" id="search_searchword" size="30" maxlength="20" value="<?php echo stripslashes($searchword);?>" class="inputbox" />

and change maxlength="20" to whatever limit you want (not too high though!)

then open up search_adv.php and look for:
Quote
// limit searchword to 20 characters
   if ( strlen( $searchword ) > 20 ) {
      $searchword    = substr( $searchword, 0, 19 );
      $restriction    = 1;
   }
and change the 20 and the 19 to whatever limit you chose - e.g. if you chose to up the limit from 20 to 60 you would change the value 20 to 60 and the value 19 to 59.
Logged
vinsent_paine
Newbie
*

Karma: +0/-0
Posts: 6


View Profile
« Reply #5 on: January 10, 2008, 08:33:08 AM »

Hi,
i`ve a very needed question - how to make in advanced search to search in one Section not in all sections but just in one of them? Is it posible?

Great thanks
Logged
V-man
Administrator
Hero Member
*****

Karma: +8/-1
Posts: 1940


Ignorance is curable, stupid is forever.


View Profile
« Reply #6 on: January 10, 2008, 10:54:37 PM »

There is a search mambot that does this, content search extended.
Logged

*** Please read this post before posting in the forum. ***

Support questions via PM will be ignored. Please use the forum for all support-related enquiries.
garyglow
Newbie
*

Karma: +0/-0
Posts: 1


View Profile Email
« Reply #7 on: April 06, 2008, 09:15:43 PM »

Well if there was ever a need for a Mambo extension, I sure could use it.  I bought Advanced Search thinking I would be able to use it with Mambo and unfortunately I can't.  I have been able to tweak other Joomla extensions to work on Mambo but not this one.


Anyone have any advice?
Logged
giankosr
Newbie
*

Karma: +0/-0
Posts: 7


View Profile
« Reply #8 on: July 01, 2008, 03:30:17 AM »

There is a search mambot that does this, content search extended.

I want exactly this mambot but for categories. I want to specify certain categories to search in.

Do you know if i can find such a mambot?

thank you.
« Last Edit: July 01, 2008, 03:43:42 AM by giankosr » Logged
MRJIT
Full Member
***

Karma: +12/-2
Posts: 189


View Profile
« Reply #9 on: July 01, 2008, 08:24:56 AM »

I wouldnt have thought it would be too difficult to change that bot to do the job

it's probably just a caseof changing all references to #__sections to #__categories
Logged

Just a happy customer
giankosr
Newbie
*

Karma: +0/-0
Posts: 7


View Profile
« Reply #10 on: July 01, 2008, 08:31:35 AM »

Some times you cant see the simple things... Smiley

Thank you. I wil take a look for this solution.
Logged
Pages: [1]
Print
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com

Original Joomla Template design by RocketTheme ( Conversion by Bloc)