|
1. question: why bother making them larger? just shrink them in PS or something to fit. 15x15 is a perfect size, mainly because it then fits the line size in the message body. i would not change the size requirement.
2. if my PHP knowledge serves me correctly, go into block-User_Info.php in the blocks dir and find the line that shows
Read ::
$result2 = sql_query("select to_userid from $prefix"._priv_msgs." where to_userid='$uid' and read_msg='0'", $dbi);
Unread ::
$result3 = sql_query("select to_userid from $prefix"._priv_msgs." where to_userid='$uid' and read_msg='1'", $dbi);
you should just have to edit the path (mikem/cb correct me if im wrong)
3. im not sure about, i dont use the clock option on nuke.
a link to your site may be helpful as well
|