Ne pas afficher le choix de la langue dans le formulaire

More
10 years 9 months ago #45018 by Ahmed
Hi
how not to display the choice of language and Original Item in the form of the front office ?
I can not find language field to disable it!

Comment ne pas afficher le choix de la langue et l'item d'origine dans le formulaire ?
Je ne trouve pas de champ langue pour le désactiver !

Merci :)

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

More
10 years 9 months ago #45025 by ggppdk
Hello

language is core property, future version may do this with a parameter

but for now let's add an ID PARAMETER into the <fieldset> that contains the language stuff

edit file:
components/com_flexicontent/views/item/tmpl/form.php

and replace:
Code:
<fieldset class="basicfields_set"> <legend> <?php echo JText::_( 'FLEXI_LANGUAGE' ); ?> </legend>
with:
Code:
<fieldset class="basicfields_set" id="fcform_language_container"> <legend> <?php echo JText::_( 'FLEXI_LANGUAGE' ); ?> </legend>


then add to some CSS file:
Code:
#fcform_language_container { display:none !important; }

v2.1.3 final will have this id, so your change will not be lost when you upgrade (this id is needed to be able to style the form better too)

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
10 years 9 months ago #45043 by Ahmed
I'll wait for the update.
Je vais attendre la mise à jour.

Merci beaucoup

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.359 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