View Single Post
  #1 (permalink)  
Old 04-26-2008, 10:38 AM
popsantiago's Avatar
popsantiago popsantiago is offline
Pligg Donor
 
Join Date: May 2007
Posts: 32
Thanks: 0
Thanked 4 Times in 3 Posts
Featured Story with radom id

Hi,

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}
What's the query ?

Thx.
Reply With Quote