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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 show a picture below avatar (fixed picture)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

realnus
New Member

Turkey
77 Posts

Posted - 13 October 2005 :  04:05:43  Show Profile
Hi , I am using snitz 3.4.0.4 version ... I have avatar mod installed . Works great ...

I have decided to place one more small picture to the bottom of the avatar . where must I put the imagelink code?

Thanks

Ranko
Junior Member

400 Posts

Posted - 13 October 2005 :  05:51:47  Show Profile
Go to the read me of the Avatar mod. Look for the changes in topic.asp you are looking for the bit of code that inserts avatar image into topic.asp (it will have <img somethingorother in it). You can slap the image right below that.
Go to Top of Page

realnus
New Member

Turkey
77 Posts

Posted - 13 October 2005 :  06:20:05  Show Profile
Yes , I have found by the read me file ... Here it is ;
if Member_Avatar <> "noavatar.gif" then
response.write" <img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />"
end if

One more question , how must I write the code below to work with snitz ?
<img src="pictures/image1.gif" width="64" height="26">

I get error with " " symbols
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 13 October 2005 :  06:31:07  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
I just try with double "" "" or even triple """ """ sometimes =) But someone that's more qualified can probably tell you why you should NOT follow my example ;)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 13 October 2005 :  06:32:12  Show Profile
Do you only want to to show up for members with an avatar selected or for all members?


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

realnus
New Member

Turkey
77 Posts

Posted - 13 October 2005 :  13:55:34  Show Profile
I want show up it for all the members infact but as we see in avatar code
if Member_Avatar <> "noavatar.gif" then
only the users that have selected their avatars will be shown...

Firstly I prefer to learn about the code implementation below.
<img src="pictures/image1.gif" width="64" height="26">

After that I would like to learn to show for all members ..

Thanks
Go to Top of Page

Ranko
Junior Member

400 Posts

Posted - 14 October 2005 :  03:45:10  Show Profile
<img src=""pictures/image1.gif"" width=""64"" height=""26""> no idea where to put it for all members to see; right below the code from the readme would be a good guess (I haven't the mod at hand).
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 14 October 2005 :  05:20:48  Show Profile
if Member_Avatar <> "noavatar.gif" then
	response.write	"<img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """ /><br />"
end if
response.write	"<img src=""pictures/image1.gif"" width=""64"" height=""26"" alt="""" /><br /><br />"

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07