Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Small Picture Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

asp_storm
Average Member

USA
787 Posts

Posted - 15 June 2002 :  12:56:37  Show Profile  Visit asp_storm's Homepage
go ahead and laugh, but all this mod does is remove the icon_photo_none.gif graphic from pop_profile.asp.
i didnt want to waste that space/loading time, so i made a simple change, lol.
here:
change this:around lines 185-195

<tr>
<td bgColor=<% =strPopUpTableColor %> align=center colspan="2">
<% If Trim(rs("M_PHOTO_URL")) <> "" And lcase(rs("M_PHOTO_URL")) <> "http://" Then %>
<a href="<% =ChkString(rs("M_PHOTO_URL"), "displayimage") %>"><img src="<% =ChkString(rs("M_PHOTO_URL"), "displayimage") %>" alt="<% =ChkString(rs("M_NAME"),"display") %>" width="150" height="150" border=0 hspace="2" vspace="2"></a><br><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Click image for full pic</font>
<% Else %>
<img src="icon_photo_none.gif" alt="No Photo Available" width="150" height="150" border=0 hspace="2" vspace="2"></a>
<% End If %>
</td>
</tr>

to this:

<tr>
<td bgColor=<% =strPopUpTableColor %> align=center colspan="2">
<% If Trim(rs("M_PHOTO_URL")) <> "" And lcase(rs("M_PHOTO_URL")) <> "http://" Then %>
<b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>"> My Picture </font></b><br>
<a href="<% =ChkString(rs("M_PHOTO_URL"), "displayimage") %>"><img src="<% =ChkString(rs("M_PHOTO_URL"), "displayimage") %>" alt="<% =ChkString(rs("M_NAME"),"display") %>" width="150" height="150" border=0 hspace="2" vspace="2"></a><br><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Click image for full pic</font>
<% Else %>
</a>
<% End If %>
</td>
</tr>




asp_storm
Average Member

USA
787 Posts

Posted - 15 June 2002 :  12:57:47  Show Profile  Visit asp_storm's Homepage
and that way you can still have pictures on



Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07