View Single Post
  #9 (permalink)  
Old 02-05-2008, 05:33 PM
manya1011 manya1011 is offline
Constant Pligger
 
Join Date: Jan 2008
Posts: 164
Thanks: 8
Thanked 24 Times in 16 Posts
Just add the function to AnAlien's sidebar_friends.php

Then do a call to the function in the following like this

Code:
echo "<div class=\"tlb\" style=\"margin-top:-15px\"><span><a onclick=\"new Effect.toggle('sidefriends','blind', {queue: 'end'}); \">  <img src=\"".my_base_url."/templates/" . $the_template . "/images/expand.png\"  width=\"30\" height=\"29\"/></a></span><a href=\"".my_base_url."/user.php?login=test&view=viewfriends\">".$main_smarty->get_config_vars('PLIGG_Visual_Friends')."</a></div><div id=sidefriends>";


do_viewfriendsside();
do_viewallside();
echo "<table>";
echo "<tr>";
echo "<td>test</td><td>what</td>";
echo "</tr>";
echo "</table>";
echo "<li class=\"rmore\"><a href=\"".my_base_url."/user.php?view=viewfriends\">".$main_smarty->get_config_vars("PLIGG_Visual_What_Is_Pligg_Read_More")."</a></li>";
echo "</div>";
__________________
iGameit

helpthewriters.com
Reply With Quote