• 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: rsformlist module error if no entry

rsformlist module error if no entry 13 years 11 months ago #10462

  • komita
  • komita's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 40
  • Thank you received: 1
Using rsformlist module, we publish our submissions to the front end. If an field was left blank, we see the placeholder on the front end instead of a blank.

How do we fix this?
The administrator has disabled public write access.

Re:rsformlist module error if no entry 13 years 11 months ago #10477

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

Is it possible to provide me a link to the page where you encounter this problem?

Also please make sure that you have written the placeholders for the fields correctly in the layouts from mod_rsform_list.
The administrator has disabled public write access.

Re:rsformlist module error if no entry 13 years 7 months ago #11391

I got rid of the problem by editing modules/mod_rsform_list.php and changing the

echo $template_module;

line (it's line number 191 or so) near the end to

// Changed to get rid of those annoying {var:value} for unfilled fields
// echo $template_module;
echo preg_replace("/\{.+:value\}/",'',$template_module);

Cheers,

--Anurag
The administrator has disabled public write access.

Re:rsformlist module error if no entry 13 years 4 months ago #12190

Is editing this file the only way to fix this problem? It looks like this edit is outdated and no longer match the current file "mod_rsform_list.php. Can you please suggest an update based on current file. Thank you
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!