I was talkin' about the pic, lol
btw, why the hell put "" or '' instead?
Just replace:
$MainButtons = qq!
$vars_wordlets{profile_link} $RegisterLink $SearchLink |
$vars_wordlets{faq_link} |
$vars_wordlets{forum_home_link}!;
return($MainButtons);
by:
$MainButtons = qq!
!;
} # end mainbuttonoptions
Geezzz, I'm doing a better job on this then you's and the only way I learned cgi is by fixxing ubb all the time cause the modifications (etc..) are ****ed up.