bug "favorite" since update flexicontent

More
11 years 7 months ago #35415 by GamerLive
the favorite option no longer works since the update flexicontent.
Members who had favored a displayed item but remains the icon that allows to favorites no longer appears. I have only the label.

Portail communautaire sur l'univers des consoles Sony entièrement réalisé avec Flexicontent.

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

More
11 years 7 months ago #35423 by ggppdk
While replacing deprecated function JHTML::_('image.site', ...) , we got this broken , to apply a fix now, edit file:
components/com_flexicontent/classes/flexicontent.helper.php

1. replace
Code:
JHTML::image( 'heart_delete.png', 'components/com_flexicontent/assets/images/', NULL, NULL, JText::_( 'FLEXI_REMOVE_FAVOURITE' )) :
with:
Code:
JHTML::image( 'components/com_flexicontent/assets/images/'.'heart_delete.png', JText::_( 'FLEXI_REMOVE_FAVOURITE' )) :

2. replace
Code:
JHTML::image( 'heart_add.png', 'components/com_flexicontent/assets/images/', NULL, NULL, JText::_( 'FLEXI_FAVOURE' )) :
with:
Code:
JHTML::image( 'components/com_flexicontent/assets/images/'.'heart_add.png', JText::_( 'FLEXI_FAVOURE' )) :

3. replace
Code:
JHTML::image( 'heart_login.png', 'components/com_flexicontent/assets/images/', NULL, NULL, $text, 'class="editlinktip hasTip" title="'.$text.'::'.$overlib.'"' ) :
with:
Code:
JHTML::image( 'components/com_flexicontent/assets/images/'.'heart_login.png', $text, 'class="editlinktip hasTip" title="'.$text.'::'.$overlib.'"' ) :


-- 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 7 months ago #35474 by GamerLive
this is perfect

Portail communautaire sur l'univers des consoles Sony entièrement réalisé avec Flexicontent.

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

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