How to modify code rendered for read more (readmore)

More
11 years 10 months ago #26228 by ggppdk
There is no option to display the title of the article after read more.

Inside your category_items.php of your template used for your categories,
replace:
Code:
echo ' ' . JText::sprintf('FLEXI_READ_MORE', $items[$i]->title);
with:
Code:
echo ' ' . JText::_('FLEXI_READ_MORE') . $items[$i]->title;
or with
Code:
echo ' ' . JText::_('FLEXI_READ_MORE_ABOUT') . $items[$i]->title;


-- 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 10 months ago #26262 by carlinchisart
More, more, more Thanks, this solution work perfect!!!!

thank you @ggppdk

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

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