• 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: Missing parameter in default.xml

Missing parameter in default.xml 12 years 3 months ago #16156

I noticed that com_rsform/views/submissions/tmpl/default.php contains

<?php if ($this->params->get('show_page_title', 1)) { ?>
<div class="componentheading<?php // echo $this->escape($this->params->get('pageclass_sfx')); ?>"><?php // echo $this->escape($this->params->get('page_title')); ?></div>
<?php } ?>

however, default.xml does not contain an appropriate paramter for setting whether the title appears or not, so the admin interface for RSForms doesn't include a radio button for this seeting. You can fix this by adding the following to the Params section of the default.xml file:

<field name="show_page_title" type="radio" default="0" label="Show Page Title" description="SHOWPATETITLE">
<option value="0">NO</option>
<option value="1">YES</option>
</field>
The administrator has disabled public write access.

Re: Missing parameter in default.xml 12 years 1 month ago #16871

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Actually, this isn't a bug. You may have an outdated version of RSForm! Pro.
The "show_page_title" parameter is valid only for Joomla! 1.5 (which is added by default to menu items). The "show_page_heading" parameter is used in Joomla! 2.5 (and 1.7). There's a check in there (REV 43) for the Joomla! version that checks which parameter should be used.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!