Quote:
Originally Posted by Squawell
if user do not select avatar..i want it show the noavatar.gif not text..
how should i change the code?
|
Change this line in the phpinclude_start file:
Code:
$welcomeavatar = "<span class=\"smallfont\">No Avatar<br/ >Specified</span>";
To read as this:
Code:
$welcomeavatar = "<img src=\"$stylevar[imagesfolder]/noavatar.gif\" title=\"\" border=\"0\" />";
And place the attached noavatar.gif file into your forum images folder.