[SOLVED]Joomfish 2.5.1 - language selector blank

More
11 years 1 month ago - 11 years 1 month ago #34328 by scorpion_pt
I'm testing Joomfish 2.5.1 integration with Joomla 2.5.9 and FLEXIcontent version 2.0.1 (candidate)(r1650).

Translating with joomfish only menus and modules and the integration works OK. With a small problem solved in prior versions but now present again:

Flexi is disabling Joomfish language selector flags

[attachment=0:gh1wk5mu]<!-- ia0 -->no_flags.png<!-- ia0 -->[/attachment:gh1wk5mu]

This is done injecting the css:
Code:
#jflanguageselection { visibility:hidden; }

In prior versions in Flexicontent GLOBAL configuration params we had the choice Disable language selector: Yes/No.
This isn't present anymore.

Am I see something wrong or its a non intentional bug?

NOTE: If I comment
Code:
#jflanguageselection { visibility:hidden; }
in the code the issue is solved.
Attachments:
Last edit: 11 years 1 month ago by scorpion_pt.

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

More
11 years 1 month ago #34353 by ggppdk
1. Yes for Joomfish:
the code when this variable is missing it will default to "YES" aka hide, i change this to default NO, aka not hide !!

2. For falang in J2.5 it is possible to edit ALL items translations inside a single item form (like it is in J1.5 for Joomfish), i think to test in order to enable!!


-- 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 1 month ago #34384 by scorpion_pt
Hi ggppdk

Tested with version 2.0.1 (r1654).

All looking good without errors.
I hope... Hehe

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

More
11 years 1 month ago #34394 by ggppdk
Yes,

-- but decided to clean PHP STRICT warnings for v2.0.1,
a. 500 lines changed i hope nothing will break, mainly removing deprecated references (this harmless)
b. but also a small number of functions need to be made static (this can break something if not careful


-- 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 1 week ago #36122 by scorpion_pt
Hi Georgios,

This bug is present again with last version.
Code:
disable_lang_select', 1

Cant we have this parameter within Flexi Options?

Thanks :)

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

More
11 years 1 week ago #36127 by ggppdk
hmm the default setting is not to hide it
Code:
if ($params->get('disable_lang_select', 0)) { $css = '#jflanguageselection { visibility:hidden; }'; $document->addStyleDeclaration($css); }


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