• 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: Edit of RSForm plugin

Edit of RSForm plugin 13 years 5 months ago #12075

  • jiraict
  • jiraict's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

Within the RSForm plugin, CSS and JS code is added - even if the current document is a PDF-document or RSS-feed. To fix this, I added the following to the constructor of plugins/system/rsform.php:
$doc =& JFactory::getDocument();
if($doc->getType() != 'html') return false;

Could it also be made possible to add a plugin-parameter which allows you to disable loading the JS and CSS of RSForm?
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!