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)
 Adding Avatars to Private Messages
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 25 June 2003 :  14:18:06  Show Profile
I am trying to add avatars into private messages.
Looking at this page: privateread.asp

I have already added signatures into this, but am now mid way through trying to add avatars.
I have added the required information into the areas I think it should go.
When I view the page, I can see the image holder where the avatar should appear, but instead get the box with a red cross. I right click to see where the page is looking for the url of the avatar, and it just looks for www.my-forum-url/forums


I have added a txt version of the file in anyone is willing to have a look.
www.harchester.net/privateread.txt" target="_blank">http://www.harchester.net/privateread.txt

cheers

Image
Average Member

Canada
574 Posts

Posted - 25 June 2003 :  17:08:38  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
Change Member_Avatar for strMAvatar

if Member_Avatar <> "noavatar.gif" then
response.write" <img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />"
end if

FOR
if strMAvatar <> "noavatar.gif" then
response.write" <img src=""" & strMAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />"
end if
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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07