User tests: Successful: Unsuccessful:
On the back end, the article manager supports to add custom fieldsets with the name params. Unfortunately this doesn't work on the front. This patch renders custom fieldsets with the name params on the front as well.
In the file components/com_content/models/forms/article.xml add the following code after the line 369 (basically after the last <fields>
group).
<fields name="params">
<fieldset name="demo" label="Fields">
<field name="demo" type="text" label="Demo Text Field" description="Demo Field Description" />
</fieldset>
</fields>
You should see a new tab with name Fields
and the Demo Text Field
.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Front End |
Easy | No | ⇒ | Yes |
Works! DPfields looks a nice extension!
Status | Pending | ⇒ | Ready to Commit |
Thanks RTC based on testing
Labels |
Added:
?
|
Milestone |
Added: |
@RickR2H I've started thread about the integration of DPFields into Joomla core https://groups.google.com/forum/#!topic/joomla-dev-general/rsZsQgpZToU. Perhaps you are interested in it.
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-01 17:53:49 |
Closed_By | ⇒ | Kubik-Rubik |
Labels |
Removed:
?
|
Nice work but in Joomla 3.4.4
After save Field i have
/* */
Fatal error: Call to a member function get() on boolean in xxxxx\administrator\components\com_dpfields\views\fields\tmpl\default.php on line 150
Should be fixed in version 1.0.4 https://joomla.digital-peak.com/download/dpfields/dpfields-1-0-4
Works good here. Also thanks for the easy Testing instructions!
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7768.