• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Searchbot for rsform Pro

Searchbot for rsform Pro 16 years 8 months ago #4138

I tryed to write a searchbot, see attachment. It works al little - but not realy.
Any body an idea??

Attachment rsfom_search.zip not found

<br><br>Post edited by: juergen.urban, at: 2008/08/13 17:27
Attachments:
The administrator has disabled public write access.

Re:Searchbot for rsform Pro 16 years 8 months ago #4142

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
end of code is wrong :
   foreach($rows as $key =&gt; $row) {
     $rows[$key]-&gt;href =   'index.php?option=com_rsform&amp;Itemid=';
   }
replace by
print_r($rows);

and see result. if it works. all is good, and you to do a display foreach with use div or table for your value. If it is to a link to you have to do it too.
Component RS SHow Form in build
The administrator has disabled public write access.

Re:Searchbot for rsform Pro 16 years 8 months ago #4378

  • acoghlan
  • acoghlan's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
If you get this working, is there any chance you could package it and release it as a plugin under GPL? If you dont know how to do this, let me know and I will give it a try.<br><br>Post edited by: acoghlan, at: 2008/08/20 10:44
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!