I want to know how can put a random id in the featured story...
Code:
{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=Random ID;
$link->read();
$link->print_summary('summary');
{/php}
Thx.






Linear Mode

