View Single Post
  #7 (permalink)  
Old 05-01-2008, 10:53 AM
popsantiago's Avatar
popsantiago popsantiago is offline
Pligg Donor
 
Join Date: May 2007
Posts: 32
Thanks: 0
Thanked 4 Times in 3 Posts
Quote:
Originally Posted by bbrian017 View Post
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
__________________
My pligg under construction : Bbuzz.fr home page | Bbuzz.fr News
It's not a pligg vote, but it's helping me Vote For me Thx
Reply With Quote
The Following User Says Thank You to popsantiago For This Useful Post: