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)
 Content Display 3.4.03.08 Beta
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 24

shaft
Starting Member

United Kingdom
42 Posts

Posted - 07 January 2003 :  02:25:38  Show Profile  Send shaft an ICQ Message  Send shaft a Yahoo! Message
jkmcgrath I have added avatars by just adding
Call WritePhotoAvatar(Member_Avatar_URL)
above
Call WriteMessage(SafeMode, MessageLength)

if you or anyone else knows of a better way to do it please post it. Mine works fine at the moment though

Edited by - shaft on 07 January 2003 02:26:44
Go to Top of Page

jkmcgrath
Junior Member

USA
145 Posts

Posted - 07 January 2003 :  08:37:34  Show Profile  Visit jkmcgrath's Homepage
FuninBC here is the link to what mine looks like which is different than what you have. Are you selecting 3 as your display option? THat is all I can think of that would make it
I just compared our content files and they are identical so that is all I can think of.

http://dfseals.com/forum/test_portal.asp

Shaft I like the looks of yours alot bro. I am trying to keep the images out of mine for faster load time. I host a game server so every "bit" counts lol

Delta Force Seals
Go to Top of Page

jkmcgrath
Junior Member

USA
145 Posts

Posted - 07 January 2003 :  09:18:24  Show Profile  Visit jkmcgrath's Homepage
Hey I was able to get a space after the header with the following code and enclose the header with a line matching the forums colors.


Sub WriteHeader(HeaderText) ' Writes text and selected color to Header. Yours to easily customize //////////////////////////

Response.Write "	<tr>" & vbCrlf & _ 
		"		<td valign=""top"" align=""center"" colspan=""99"" width=""100%"">" & vbCrlf & _
		"		<table border=""0"" cellspacing=""0"" width=""100%"" cellpadding=""4"" bgcolor=""" & strTableBorderColor & """>" & vbCrlf & _
		"			<tr>" & vbCrlf & _
		"			<td valign=""top"" align=""center"" bgcolor=""" & strHeadCellColor & """>" & vbCrlf & _
		"			<font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>" & vbCrlf & _
		"			<b>" & HeaderText & "</b>" & vbCrlf & _
		"			</font>" & vbCrlf & _
		"			</td>" & vbCrlf & _
		"			</tr>" & vbCrlf & _
		"			<TR><TD bgcolor=""" & strTableBorderColor & """ width=""100%"" height=""1""></TD></TR>" & vbNewLine & _ 
		"			<TR><TD bgcolor=""" & strForumCellColor & """ width=""100%"" height=""3""></TD></TR>" & vbNewLine & _ 
		"		</table>" & vbCrlf & _
		"		</td>" & vbCrlf & _
		"	</tr>" & vbCrlf
End Sub

Delta Force Seals
Go to Top of Page

jkmcgrath
Junior Member

USA
145 Posts

Posted - 07 January 2003 :  09:36:36  Show Profile  Visit jkmcgrath's Homepage
Did I say this mod rocks????


THANKS @TOMIC!

Delta Force Seals
Go to Top of Page

shaft
Starting Member

United Kingdom
42 Posts

Posted - 07 January 2003 :  10:10:01  Show Profile  Send shaft an ICQ Message  Send shaft a Yahoo! Message
Thanks jkmcgrath I love it with the avatars in too.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 07 January 2003 :  13:46:48  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
quote:
Call WritePhotoAvatar(Member_Avatar_URL)
above
Call WriteMessage(SafeMode, MessageLength)

That is exactly how you do it. Obviously you can play around with alignment etc. to make it work with your layout.

@tomic

SportsBettingAcumen.com
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 07 January 2003 :  14:27:33  Show Profile  Visit HuwR's Homepage
@tomic,
do you think you could start a new topic for this, it is getting a bit long.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 07 January 2003 :  18:45:06  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
All right, go ahead and lock it. I was thinking it was about that time myself.

funinbc I think I may have discovered the problem. It's in the font definitions. Theye are all set as strDefaultFontColor. Do a search and replace and change them to strForumFontColor and see how it works. A few font definitions have no color at all and you may or may not want to add the color to them.

@tomic

SportsBettingAcumen.com
Go to Top of Page

atracht
Starting Member

30 Posts

Posted - 24 January 2003 :  07:00:59  Show Profile
This looks like a great MOD, but if it has no security then why is everyone using it?

Thanks!
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page
 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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07