Blogs made simple truncated text

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
grudz
Forum Members
Forum Members
Posts: 66
Joined: Mon Jul 28, 2008 4:54 pm

Blogs made simple truncated text

Post 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?
weblab
New Member
New Member
Posts: 8
Joined: Fri Feb 27, 2009 10:53 am

Re: Blogs made simple truncated text

Post 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));
JeremyBASS

Re: Blogs made simple truncated text

Post by JeremyBASS »

If that is ture you should put in the bug reports for all of our sakes...

Cheers
jeremyBass
Post Reply

Return to “Modules/Add-Ons”