[Implemented] Organize fields in the item form

More
11 years 5 months ago #30878 by johnypas
this would be really amazing.
from what I've seen zoo has something like this

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #30879 by ggppdk
We have done this, please use group marker field to define PER CONTENT TYPE in
-- Field Groups and
-- TAB Sets

Using the group marker field, to add field group and tab set in your item forms

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #30926 by johnypas
this only works with user created fields.
i was hoping that it would work with all
i need, in my form something like:

Title -default field
Subtitle-custom field
category -default field
description -default field
tags -custom field
link-custom field
fotogallerycustom field
etc

You can't alter the "general" field group in item form with this method.
Can the templating system for view item be applied to item submission form? that would be nice

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #30928 by micker
Read faq you can do it with override méthode
Regards

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #30969 by johnypas
I tried to do that you sugested.
I am not much of php programmer.

I tried :
Code:
<legend><?php echo JText::_( 'FLEXI_GENERAL' ); ?></legend> <div class="flexi_formblock"> <?php $field = @$this->fields['subtitlu']; $label_tooltip = @$field->description ? 'class="hasTip flexi_label" subtitlu="'.$field->label.'::'.$field->description.'"' : 'class="flexi_label"'; ?> <label id="jform_title-lbl" for="jform_title" <?php echo $label_tooltip; ?> > <?php echo @$field->label ? $field->label : $this->form->getLabel('subtitlu'); ?> </label> <?php if ( isset($this->item->item_translations) ) :?> <!-- tabber start --> <div class="fctabber" style=''> <div class="tabbertab" style="padding: 0px;" > <h3> <?php echo '-'.$this->itemlang->name.'-'; // $t->name; ?> </h3> <?php echo $this->form->getInput('subtitlu');?> </div> <?php foreach ($this->item->item_translations as $t): ?> <?php if ($this->itemlang->shortcode!=$t->shortcode) : ?> <div class="tabbertab" style="padding: 0px;" > <h3> <?php echo $t->name; // $t->shortcode; ?> </h3> <?php $ff_id = 'jfdata_'.$t->shortcode.'custom_subtitlu'; $ff_name = 'jfdata['.$t->shortcode.'][subtitlu]'; ?> <input class="inputbox" style='margin:0px;' type="text" id="<?php echo $ff_id; ?>" name="<?php echo $ff_name; ?>" value="<?php echo @$t->fields->subtitlu->value; ?>" size="50" maxlength="254" /> </div> <?php endif; ?> <?php endforeach; ?> </div> <!-- tabber end --> <?php else : ?> <?php echo $this->form->getInput('subtitlu');?> <?php endif; ?> </div>

Didn't work.
i need

Title -default field
Author alias-default
Subtitle-custom field
category -default field
description -default field
tags -default field
link-custom field
fotogallery-custom field

I am willing to pay for a custom item form or even a hint on how to do it.
Please help

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #30970 by micker
Maybe you can contact ggppdk or netassopro for paid dev
Regards

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.288 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline