View Single Post
  #1 (permalink)  
Old 01-05-2008, 02:44 AM
tlembke tlembke is offline
New Pligger
 
Join Date: Nov 2007
Posts: 4
There appears to be a bug in beta 9.9.

The story.php page should, I believe, show the entire description submitted by the user.

At the moment it is showing the summary, not the whole lot.

You can see this in the pligg demo

The fix seems to be in story.php.

Change line 128 from
$main_smarty->assign('the_story', $link->print_summary('summary', true));
to
$main_smarty->assign('the_story', $link->print_summary('full', true));

Hope this helps,

Cheers,

Tony Lembke
Reply With Quote