? Success

User tests: Successful: Unsuccessful:

avatar laoneo
laoneo
25 Aug 2015

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.

Testing instructions

  1. Apply the patch :smile:.
  2. 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>
  3. Edit an article in the front.

Testing instructions with DPFields

  1. Apply the patch :smile:.
  2. Install DPFields
  3. Create some custom fields on the Article Manager as described here.
  4. Edit an article in the front.

Outcome

You should see a new tab with name Fields and the Demo Text Field.
article-params-fieldset-front

avatar laoneo laoneo - open - 25 Aug 2015
avatar laoneo laoneo - change - 25 Aug 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Aug 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 25 Aug 2015
Category Front End
avatar zero-24 zero-24 - change - 25 Aug 2015
Easy No Yes
avatar zero-24
zero-24 - comment - 26 Aug 2015

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.

avatar zero-24 zero-24 - test_item - 26 Aug 2015 - Tested successfully
avatar RickR2H RickR2H - test_item - 26 Aug 2015 - Tested successfully
avatar RickR2H
RickR2H - comment - 26 Aug 2015

Works! DPfields looks a nice extension!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7768.

avatar zero-24 zero-24 - change - 26 Aug 2015
Status Pending Ready to Commit
avatar zero-24
zero-24 - comment - 26 Aug 2015

Thanks RTC based on testing :smile:


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7768.

avatar joomla-cms-bot joomla-cms-bot - change - 26 Aug 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 26 Aug 2015
Milestone Added:
avatar laoneo
laoneo - comment - 26 Aug 2015

@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.

avatar Kubik-Rubik Kubik-Rubik - reference | c32b201 - 1 Sep 15
avatar Kubik-Rubik Kubik-Rubik - merge - 1 Sep 2015
avatar Kubik-Rubik Kubik-Rubik - close - 1 Sep 2015
avatar Kubik-Rubik Kubik-Rubik - change - 1 Sep 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-09-01 17:53:49
Closed_By Kubik-Rubik
avatar Kubik-Rubik Kubik-Rubik - close - 1 Sep 2015
avatar joomla-cms-bot joomla-cms-bot - close - 1 Sep 2015
avatar Kubik-Rubik
Kubik-Rubik - comment - 1 Sep 2015

Thank you @laoneo! Looks good, merged.

avatar joomla-cms-bot joomla-cms-bot - change - 1 Sep 2015
Labels Removed: ?
avatar laoneo laoneo - head_ref_deleted - 2 Sep 2015
avatar adilhoussam
adilhoussam - comment - 9 Sep 2015

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

avatar zero-24
zero-24 - comment - 9 Sep 2015

Please make sure you use the last Version of com_dpfields. If you Are in the last Version please contact the extension developer @laoneo as it looks like a issue with that componen thanks

avatar laoneo
laoneo - comment - 10 Sep 2015

Add a Comment

Login with GitHub to post a comment