-
AuthorPosts
-
September 27, 2011 at 7:58 am #168989
I just installed JA methys theme using the quickstart for Joomla 1.7, but when I enable the content extra fields plugin I do not see the extra fields in the article options. When loading the editor I can see the field groups flash on my screen, then they disappear and leave me with the attached sidebar.
Anyone else run into this issue and have a solution?
Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 27, 2011 at 8:33 am #415223Hi
May i have your backend access please ?
Thank you
Viet VuSeptember 28, 2011 at 5:12 am #415433I have filled in the additional info in the post
Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2011 at 7:36 am #415444Hi
I’ve checked your issue. By somehow your <li> be added w/ display:none. It’s stranger.
Would you mind give me your ftp for check into code ?
Thank you
Viet VuSeptember 28, 2011 at 7:45 am #415445Hi,
I have added in the ftp login info.
Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2011 at 8:34 am #415449Hi
I’ve just temporary patched on your site. Would you mind try again ?
ps:// i’ll update this one to dev for checking. It’s look like bug.
Thank you
Viet VuSeptember 28, 2011 at 4:51 pm #415497I still don’t see the extra field groups in the backend, it’s still like the screen shot where only the “JA Extra Fields Settings” is visible.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 29, 2011 at 9:25 am #415636Hi
After worked w/ dev team i think there are some mis-understood about this plugin.just checked
it’s not a bug
if you create new an article, you must select category and save, then extra fields will be loadedWould you mind try as above instruction ?
Thank you
Viet VuSeptember 29, 2011 at 9:00 pm #415727The instructions still don’t work. Do i need to map the extra fields to specific categories or something (is there an example)?
in the article edit page i see this:
<script type=”text/javascript”>
window.addEvent( “load”, function(){
if ($( ‘mega-params-1-options’)){
$( ‘mega-params-1-options’).getParent(‘div’).destroy();
}
if ($( ‘mega-params-2-options’)){
$( ‘mega-params-2-options’).getParent(‘div’).destroy();
}
if ($( ‘mega-params-3-options’)){
$( ‘mega-params-3-options’).getParent(‘div’).destroy();
}
if ($( ‘mega-params-4-options’)){
$( ‘mega-params-4-options’).getParent(‘div’).destroy();
}
} );
</script>under <div id=”element-box”><div class=”m”>
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 30, 2011 at 3:11 am #415782Hi
I’ll try to pass your issue to dev for checking 🙂
Thank you
Viet VuHong Le ModeratorHong Le
- Join date:
- December 2012
- Posts:
- 33
- Downloads:
- 261
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 4 times in 1 posts
September 30, 2011 at 4:57 am #415807Sorry for inconvenient, we will update userguide for JA Content extra fields plugin soon, to quick guide you can follow steps as below
Step1:
Firstly, you must declare extra fields group in article.xml file …templatesja_methyshtmljacontentextrafieldsarticle.xml
Declare extra fields which you want as below
<form>
<fields name=”attribs”>
<fieldset name=”mega-params-1″ label=”Extra Fields Group 5″>
<field name=”Extrafield1″ type=”text” rows=”5″ cols=”30″ default=”” label=”Extrafield1″ description=”Extrafield1″ />
<field name=”Extrafield2″ type=”text” rows=”5″ cols=”30″ default=”” label=”Extrafield2″ description=”Extrafield2″ />
<field name=”Extrafield3″ type=”text” rows=”5″ cols=”30″ default=”” label=”Extrafield3″ description=”Extrafield3″ filter=”raw” />
</fieldset>
</fields>
<fields name=”attribs”>
<fieldset name=”mega-params-x” label=”Extra Fields Group x”>
<field name=”Extrafieldx” type=”text” rows=”5″ cols=”30″ default=”” label=”Extrafield1″ description=”Extrafield1″ />
</fieldset>
</fields>
</form>
Step2, open category and select extra fields group which you want
>> Open Associated “Extra Fields Group” tab >> Select a group which you declared in article.xml before
Step3: Create new article and assign to categoy to map extra fields
Step4: input extra fields which you want on the article
Now, you can see result on our demo
September 30, 2011 at 6:52 am #415833Thank you for the guide. It works now.
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by kagesaru 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Problem: JA Content Extra Fields Plugin
Viewing 12 posts - 1 through 12 (of 12 total)