FLEXIContent - v1.5.6 - final for J1.5 released (r1648)

More
12 years 2 months ago #22703 by micker
work great !

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
12 years 2 months ago #22826 by ggppdk
Final version (both v1.5.6) is coming at end of week or start of next (monday/tuesday).

Anyone that has installed r1151, please apply this fix, since frontend item edit form is broken (description field is not displayed)

in components/views/items/tmpl/form.php
replace
Code:
$maintext = html_entity_decode($maintext, ENT_QUOTES, 'UTF-8'); $field->maintext = & $maintext; FLEXIUtilities::call_FC_Field_Func('textarea', 'onDisplayField', array(&$field, &$this->item) );
with
Code:
$maintext = $this->item->text; if ($this->tparams->get('hide_html', 0)) { $field->html = '<textarea name="text" rows="20" cols="75">'.$maintext.'</textarea>'; } else { $height = $this->tparams->get('height', 400); $field->html = $this->editor->display( 'text', $maintext, '100%', $height, '75', '20' ) ; }


-- 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
12 years 2 months ago #22946 by WarnerP
I don't see that directory...do you mean

components/com_flexicontent/views/items/tmpl/form.php

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

More
12 years 2 months ago #22953 by frboulli
Hello,

Yes, this one ;)

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

More
12 years 2 months ago #22954 by WarnerP
Sorry for the cross post. Wasn't sure where this fits.
Applying this update seems to have removed our teaser images from our home page. Not really ideal. It is using the mod_easyfleximodule.

See this for further info.
www.flexicontent.org/forum/index ... =10#p22948

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

More
12 years 2 months ago #22960 by ggppdk
mmm, you have 2 options,
revert back to v1.5.4,
OR
use the new powerful mod_flexicontent Module

after final version of v1.5.6, i am sure author or someone else will update the easyfleximodule to work,

if you revert back to v1.5.4, then if you had applied any fixes to v1.5.4 then reapply them, also after reverting back to v1.5.4 , uninstall separately the plugins textselect and relateditems


-- 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.

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