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
-
hey bro i dnt want to add avatar , but i want to be able to post pictures along with text in images , but tht pic shud b shown as thumbnailOriginally 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