View Single Post
  #3 (permalink)  
Old 04-24-2008, 10:44 AM
popsantiago's Avatar
popsantiago popsantiago is offline
Pligg Donor
 
Join Date: May 2007
Posts: 32
Thanks: 0
Thanked 4 Times in 3 Posts
Unhappy

hello...
I'm working always, but I NEED HELP (PLEASE)
What's new???

I managed to change the template (link_summary.tpl) by creating the following files:
Create : frame-link.php with link.php in libs when i modifie :

Code:
		if($fetch == false){
			$main_smarty->display($the_template . '/frame-link_summary.tpl', 'story' . $this->id . "|" . $current_user->user_id . "|" . $type);
		} else {
			return $main_smarty->fetch($the_template . '/frame-link_summary.tpl', 'story' . $this->id . "|" . $current_user->user_id . "|" . $type);
		}
I have create the file frame-link_summary.tpl (duplicate of link_summary.tpl) i modifie the template but not the vote box.

And now i've the template what i want, but vote box "vote" button doesn't work...

Look here

And i don't know why????

Can you explain me???

Thx,
pop
Reply With Quote