PHP Code:
$main_smarty->assign('related_title_url', getmyurl('storytitle', ""));
$main_smarty->assign('related_story', related_stories($id, $link->tags, $link->category));
PHP Code:
{php}
require_once(mnminclude.'link.php');
$link = new Link;
// Edit this line here to change the story
// to figure out what number a story is, hover your mouse over the votebox for the story
// you'll see javascript:vote(A, B, C, 'D', E)
// the 2nd number (B) will be the number you enter below
// a better version of this module will come with Pligg V1.0
$link->id=6;
$link->read();
$link->print_summary('summary');
{/php}
setup a global variable in story.php?
just wnat to transfer variable to featured story,make releated story printed like summary
thanks




Linear Mode




