-
AuthorPosts
-
George Pitaru Friend
George Pitaru
- Join date:
- September 2014
- Posts:
- 62
- Downloads:
- 83
- Uploads:
- 6
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
April 8, 2011 at 6:45 am #162521Hi,
Can someone give me a clue on how to change the extra fields in Methys 1.6?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 11, 2011 at 8:23 am #385738Could you be more specific? extra fields of which section?
George Pitaru FriendGeorge Pitaru
- Join date:
- September 2014
- Posts:
- 62
- Downloads:
- 83
- Uploads:
- 6
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
April 14, 2011 at 5:34 pm #386401I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 15, 2011 at 3:24 pm #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 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
May 17, 2011 at 9:36 am #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> -
AuthorPosts
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