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