Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • George Pitaru Friend
    #162521

    Hi,

    Can someone give me a clue on how to change the extra fields in Methys 1.6?

    Ninja Lead Moderator
    #385738

    Could you be more specific? extra fields of which section?

    George Pitaru Friend
    #386401

    I mean on any section. I’d like to have a section with articles that show extra fields in front end, but other than “price” “size” etc. I’d like to create some extra fields, that’s what I’m saying.

    Ninja Lead Moderator
    #386889

    Currently we do not have any extension for J1.6 which can do that. Joomla by default does not have such feature. You may seek in JED, there could be some useful extensions there.

    dickychipps Friend
    #391302

    <em>@hungnd 234866 wrote:</em><blockquote>Currently we do not have any extension for J1.6 which can do that. Joomla by default does not have such feature. You may seek in JED, there could be some useful extensions there.</blockquote>

    ? The plugin JA Content extra fields is part of the package and the quickstart. How do you change the field names or add others.
    I have been trying to find a control panel or config file aswell ?

    thangnn1510 Friend
    #391596

    <em>@dickychipps 240538 wrote:</em><blockquote>? The plugin JA Content extra fields is part of the package and the quickstart. How do you change the field names or add others.
    I have been trying to find a control panel or config file aswell ?</blockquote>

    Please change in article.xml in templatesja_methyshtmljacontentextrafields.

    <?xml version="1.0" encoding="utf-8"?>
    <form>
    <fields name="attribs">
    <fieldset name="mega-params-1" label="Extra Fields Group 1">
    <field name="video" type="textarea" rows="5" cols="30" default="" label="video" description="video" filter="raw" />
    </fieldset>
    <fieldset name="mega-params-2" label="Extra Fields Group 2">
    <field name="name" type="text" rows="5" cols="30" default="" label="name" description="name" />
    <field name="price" type="text" rows="5" cols="30" default="" label="price" description="price" />
    <field name="review" type="text" rows="5" cols="30" default="" label="review" description="review" filter="raw" />
    </fieldset>
    <fieldset name="mega-params-3" label="Extra Fields Group 3">
    <field name="test5" type="radio" default="1" label="test5" description="test5">
    <option value="0">No</option>
    <option value="1">Yes</option>
    </field>
    <field name="test6" type="text" rows="5" cols="30" default="" label="test6" description="test6" />
    </fieldset>
    <fieldset name="mega-params-4" label="Extra Fields Group 4">
    <field name="test7" type="radio" default="1" label="test7" description="test7">
    <option value="0">No</option>
    <option value="1">Yes</option>
    </field>
    <field name="test8" type="text" rows="5" cols="30" default="" label="test8" description="test8" />
    </fieldset>
    </fields>
    </form>

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 4 voices, and was last updated by  thangnn1510 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum