Page 1 of 1

Blogs made simple truncated text

Posted: Tue Jan 06, 2009 9:04 pm
by grudz
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?

Re: Blogs made simple truncated text

Posted: Sat Mar 21, 2009 11:44 pm
by weblab
Open file action.showcategory.php

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));
and change to

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

Posted: Sat Mar 21, 2009 11:46 pm
by JeremyBASS
If that is ture you should put in the bug reports for all of our sakes...

Cheers
jeremyBass