Quote:
Originally Posted by bbrian017 popsantiago do I replace what I have in my featured_story.tpl with this or do I add this before or after something in specific?
thanks |
You need to remplace the code between {php} {/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=1;
$link->read();
$link->print_summary('summary');
{/php}
I don't know if you see it but you can put (in the request) published or queued ...
pop