Kick your feet up and relax. You're no longer a piece of the human organism called society. Let your troubles wash away in the revitalizing spring that is your oasis from life. Lose your inhibitions, because on the internet we get to be whatever we want. If your imagination can dream it, it can be done.
sure, if you want to make a donation, my paypal address is
This email address is being protected from spambots. You need JavaScript enabled to view it.
You can make a donation there. Thank you!!! Read More...
in this file components/com_acoolgeosearch/models/acoolgeosearch.php
you'll see code like below around line 143ish. This is forming a query string to query against. It would look like this (catA,catB,catC,catD)
What we'll want to do is change this to form a query string that says something like
AND rel.catid = catA AND rel.catid = catB
where you see this line
So I would do something like this
Then on line 213ish where you see this line
Change it to
If you want me to make the changes for you I'd be happy to do it for $20.00 Read More...
Hi, sorry if this has been asked before, I couldn't find anything.
I basically want to use A Cool Geosearch (great extension!) to let my users 'narrow down' the listings when searching. I tried using categories, but it seems to (understandably) show listings having at least one of the categories selected, not all.
For example, if I set the Categories Selected to A and B, the results are - for example,
Listing 1: Category B - Listing 2 - Category A - Listing 3 Cat A and B . I want it to to show ONLY Listing 3, which has both.
So I thought, if I can't get it to work using categories, maybe I should use custom fields dropdown. So now I want to add custom fields dropdown into A Cool Geosearch's search form. I wonder if this can be done? I'm not a coder =( Read More...