Hello everybody,
I am using Blogs made simple 0.3.3.1, but i am having a problem showing the truncated text in the category template..There is simply nothing showing. I tried uninstalling/installing, but i doesnt work. It's weird because everything else works, and i tested it without making any sort of modifications
is anybody having the same problem?
Blogs made simple truncated text
Re: Blogs made simple truncated text
Open file action.showcategory.php
Look for these two lines of code:
and change to
Look for these two lines of code:
Code: Select all
$onerow->shorttext=strip_tags($this->TruncateText($entry["text"],$shortlength))." ".$onerow->morelink;
$onerow->truncatedtext=strip_tags($this->TruncateText($entry["text"],$shortlength));
Code: Select all
$onerow->shorttext=strip_tags($this->TruncateText($db_entry["text"],$shortlength))." ".$onerow->morelink;
$onerow->truncatedtext=strip_tags($this->TruncateText($db_entry["text"],$shortlength));
Re: Blogs made simple truncated text
If that is ture you should put in the bug reports for all of our sakes...
Cheers
jeremyBass
Cheers
jeremyBass