Hi,
how do I make it appears not on top but on the bottom of the sidebar panel ? I want it just right before the vanilla credit ... I tried to figure it out by myself but in vain ...
open SocialBookmarks/default.php and change this line
$Panel->AddString($socialmarks,-1);to
$Panel->AddString($socialmarks,99);If its still not low enough, increase the number even more.
It seems like http://imagepile.net/ keeps going down leading to disfigurement on the page. Any chance that you could include the images with the extention and point the img src path to those?
Comments
$Panel->AddString($socialmarks,-1);
to$Panel->AddString($socialmarks,99);
If its still not low enough, increase the number even more.