friends , anyideas abt how to make available only uploading pictures or image files in a lavalair forum which would b visible as thumbnail not as attachment. Along with the topic
showing pictures as thumbnails in forums for lavalair
Collapse
X
-
Originally posted by nclemale36 View Postadd this to action=viewtpc
Code:$avatar = getavatar($uid); if ($avatar=="") { echo"<img src=\"../images/default.gif\" width=\"60\" height=\"60\" alt=\"avatar\"/>"; }else{ echo"<img src=\"$avatar\" width=\"60\" height=\"60\" alt=\"avatar\"/>"; }
Comment
Comment