please find the following answers to your questions :
The read more for categories is:
-- set in Global parameters >> already done
-- then it is overrided by category parameters >> done too
The readmore will appear if there is no "blank characters" after the readmore ,
(i see that you have such characters)
>> As you can see in text I paste from sourcecode of article, there is no blank character after the readmore
Is it all articles or just one ??? ALL
If it all items of category then :
-- maybe your flexicontent template has been altered >> this is the original one and I didn't change it
-- maybe you have not setup the category to display it
>> as previsouly said, yes it is
Go inside your category_items.php of the template you use and do this, just before:
<?php if ($this->params->get('show_readmore', 1) && (strlen(trim($items[$i]->fulltext)) >= 1) ) : ?>
if you speak about /components/com_flexicontent/templates/default/category_items.php, there is no such code.
is the version you suggest contain this code as I'm using the FLEXIcontent version 1.5.4 stable (r558) ?
put:
Code: Select all
<?php echo "Read more value is ".$this->params->get('show_readmore', 1). " <br />"; ?>
<?php echo "Item has text after read more ". (strlen(trim($items[$i]->fulltext)) >= 1) . " <br />"; ?>
If it is one item
-- maybe you have an item with similar title
-- maybe some plugin is replacing the text of the article (e.g. joomfish test by disabling the jfrouter and jfdatabase plugins)
Also you could backup and try installing v1.5.6 RC1a:
code.google.com/p/flexicontent/downloads/list