Forum
Welcome, Guest
  • Page:
  • 1
  • 2

TOPIC: Integrating Radius Search After installation

Integrating Radius Search After installation 3 years, 1 month ago #143

Hey guys..
I originally had the search running regular, but now I got the Radius Search plugin.

I need to know what Need to be done in order for the results to be radius search based.

Thanks again,
Golan.

Re:Integrating Radius Search After installation 3 years, 1 month ago #144

  • nicholas
  • OFFLINE
  • Moderator
  • Developing for Joomla since it was born!
  • Posts: 1197
Hey Golan -

Nothing should be necessary. We should get the search results from whichever source. So if you query based on radius, the search function will still send output that will appear on a map. I've tried it both ways, with and without the radius search, and it works fine either way.
Nicholas
CIO - CorFun, Inc.
Publisher - orthodoxbiz.com
Webmaster - Orthodox Christian Network

Re:Integrating Radius Search After installation 3 years, 1 month ago #145

Well, you are right about that... There isn't any problem after installing the Radius Search .

Only one thing that I can't really understand - Should the Long. Lat. be visible in the vcard, and the listing itself ? How do I make it not show, and will it affect the plug ?

Cheers,
Golan.

Re:Integrating Radius Search After installation 3 years, 1 month ago #146

A little update on this issue :

At the moment, my Lat & Long. fields are set to Show in Category View & Details View.
When trying to run a radius search, everything works fine.

When I change the status of the Long & Lat fields to 'Hidden', the map Plugin doesn't seem to work.

Any Ideas ?

Thanks,
Golan.

Re:Integrating Radius Search After installation 3 years, 1 month ago #147

  • nicholas
  • OFFLINE
  • Moderator
  • Developing for Joomla since it was born!
  • Posts: 1197
Hey Golan -

They have to be published, and set to show on vCard. But, what you have to do is not use the default 'show everything' tag in the vCard, and instead pick your fields to show.

The default option is this:

<?php echo HTML_SOBI::customFieldsData($fieldsFormatted);?>

That shows your longitude and lattitude, because they are set to show on the vCard. instead of that line, substitute the use of lines like this:

<?php echo $fieldsFormatted['field_street']; ?>

Just lay out all the fields you want to show. Find these commands here:

www.sigsiu.net/template_commands.html

Good luck!
Nicholas
CIO - CorFun, Inc.
Publisher - orthodoxbiz.com
Webmaster - Orthodox Christian Network

Re:Integrating Radius Search After installation 3 years, 1 month ago #148

As always, your help is "Straight To The Point!" With a couple of guidelines on the side

Thank you so much for your ongoing support!

Cheers,
Golan.
  • Page:
  • 1
  • 2
Moderators: jasper, nicholas, henry, jerry
Time to create page: 0.54 seconds

Login