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: General / Classic ASP versions(v3.4.XX)
 Help in Moving logo to the right...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sabillondesigns
Starting Member

18 Posts

Posted - 27 February 2005 :  17:37:54  Show Profile
Hi, I searched through the topics for help but could not find answer..

here is my forum
http://n.domaindlx.com/SabillonDesign/snits/default.asp


all I want to do is to make the location of my logo to match the forum,

so I just want to move my logo to the right a couple of spaces..


How can I do this?

Thanks

Edited by - sabillondesigns on 27 February 2005 17:38:15

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 28 February 2005 :  01:12:26  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
Look for this code in inc_header:

" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _

Should be line 281 in an unmodified version. Adding a few & nbsp; between 50%""> and <a href="" should do it. (Lose the space between the & and the n)

eXtremeGossip
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 28 February 2005 :  06:42:26  Show Profile
Easier and cleaner way to do this is to find the following 2 lines above what Jorrit posted (line 279) and change the 100% value for the width to 95%.
"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _

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

sabillondesigns
Starting Member

18 Posts

Posted - 28 February 2005 :  18:06:33  Show Profile
quote:
Originally posted by Jorrit787

Look for this code in inc_header:

" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _

Should be line 281 in an unmodified version. Adding a few & nbsp; between 50%""> and <a href="" should do it. (Lose the space between the & and the n)



Jorrit787 Thanks! I did what you said and now it looks how i wanted!

I was checking out your forum and good job, looks nice, what Mods do you have installed? Do you use the Site Integration Mod to change the header? and also I saw some avatars that were diferent sizes, how you do that?
ok Thank for the help (:
Joel
Go to Top of Page

sabillondesigns
Starting Member

18 Posts

Posted - 28 February 2005 :  18:12:06  Show Profile
quote:
Originally posted by Shaggy

Easier and cleaner way to do this is to find the following 2 lines above what Jorrit posted (line 279) and change the 100% value for the width to 95%.
"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _




thanks Shaggy, I'll write this down for future reference!
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 28 February 2005 :  21:16:07  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
quote:
Originally posted by sabillondesigns

quote:
Originally posted by Jorrit787

Look for this code in inc_header:

" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _

Should be line 281 in an unmodified version. Adding a few & nbsp; between 50%""> and <a href="" should do it. (Lose the space between the & and the n)
Jorrit787 Thanks! I did what you said and now it looks how i wanted!

I was checking out your forum and good job, looks nice, what Mods do you have installed?
Thanks for the compliments, feel free to join Right now I have about 30 MODs installed, including Active Users, Avatars (including the My Avatar Addon), Custom Policy, FAQ & Rules Administration, IP Gate, Private Messages, Polls, Smile Manager, Usergroups and Weblogs, and a fair share of modifications I made myself, like a dynamic banner rotator (which I don't use, but it is there), Welcome Message MOD, and some custom PM functions.
quote:
Do you use the Site Integration Mod to change the header?
No, I have it installed, but I don't use it for that purpose. I got the menu to look this way by editing inc_header. I split the menu into 4 different lines - 2 are displayed in inc_header (the standard upper row, and when you are logged in it shows an additional row with member-only items like My Profile and Private Messages), and the other two lines are the Moderator and Admin tools lines, which appear on various pages.
quote:
and also I saw some avatars that were diferent sizes, how you do that?
I removed the image size on topic.asp so that the forum uses the image's original size. This is however not the best solution to images being pulled out of shape, as 1000 x 1000 images are displayed as 1000 x 1000, still working on a fix for that

Now all I want to do is improve the look, but I'm not very good at that.

eXtremeGossip
Go to Top of Page

sabillondesigns
Starting Member

18 Posts

Posted - 01 March 2005 :  00:08:38  Show Profile
30 Mods wow. I just got the snitz forum last week and havent stop installing mods, I won't install as many as you since I won't need them, but some I will. That IP Gate Mod, can you ban IPs with that Mod?

Alright thanks for answering my questions, If you fix that problem with the images let me know
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 01 March 2005 :  16:48:11  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
quote:
Originally posted by sabillondesigns

That IP Gate Mod, can you ban IPs with that Mod?
Yes, it allows you to do a variety of things with user IPs - Ban, watch etc.
quote:
Alright thanks for answering my questions, If you fix that problem with the images let me know
The solution is probably right there, but I don't see it just yet

eXtremeGossip
Go to Top of Page

sabillondesigns
Starting Member

18 Posts

Posted - 01 March 2005 :  16:58:52  Show Profile
quote:
Originally posted by Jorrit787

Yes, it allows you to do a variety of things with user IPs - Ban, watch etc.



oh so I will need to install that Mod, cuz thats feature that i will need.

quote:
The solution is probably right there, but I don't see it just yet



is it easy to change the code to make it any size? what changes you do?
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 01 March 2005 :  17:03:06  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
There are several instances of this code:

		 	if Reply_MemberAvatar <> "noavatar.gif" then
				if (strMyAvatarLink + strMyAvatarTooltip) > 0 then
					Response.Write	getMyAvatar(Reply_MemberAvatar,Reply_Author,Reply_MemberName,Reply_MemberHomepage) & "<br />" & vbNewLine
				else
					Response.Write	"<img src=""" & Reply_MemberAvatar & """ border=""" & intAvatarBorder & """><br />"
				end if
		 	end if
I simply removed the height= and width= from the img src= tags.

eXtremeGossip
Go to Top of Page

sabillondesigns
Starting Member

18 Posts

Posted - 01 March 2005 :  17:07:15  Show Profile
quote:
Originally posted by Jorrit787

There are several instances of this code:

		 	if Reply_MemberAvatar <> "noavatar.gif" then
				if (strMyAvatarLink + strMyAvatarTooltip) > 0 then
					Response.Write	getMyAvatar(Reply_MemberAvatar,Reply_Author,Reply_MemberName,Reply_MemberHomepage) & "<br />" & vbNewLine
				else
					Response.Write	"<img src=""" & Reply_MemberAvatar & """ border=""" & intAvatarBorder & """><br />"
				end if
		 	end if
I simply removed the height= and width= from the img src= tags.




ok Thanks I will try that!

i have another question, I installed the active user Mod, ok so in the Active User Panel, the font color is white and the background is white too.
For some reason the font color is the same a the Forum Default.
here take a look:
http://n.domaindlx.com/SabillonDesign/snits/default.asp

how can i make the font color (in the active user panel) to darkblue?
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 01 March 2005 :  20:00:00  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
I don't see the Active Users page/panel. You need to give permission for everyone to see it before guests can take a look at it.

eXtremeGossip
Go to Top of Page

sabillondesigns
Starting Member

18 Posts

Posted - 01 March 2005 :  20:04:08  Show Profile
quote:
Originally posted by Jorrit787

I don't see the Active Users page/panel. You need to give permission for everyone to see it before guests can take a look at it.



yes i forgot, log on as "Lelo" and password "perro"
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 01 March 2005 :  20:31:10  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
quote:
Originally posted by sabillondesigns

quote:
Originally posted by Jorrit787

I don't see the Active Users page/panel. You need to give permission for everyone to see it before guests can take a look at it.

yes i forgot, log on as "Lelo" and password "perro"
I checked the page source and it comes up with a <font face="Verdana, Arial, Helvetica" size="2" color="white"> tag near the active users panel - Check your Font/Table Color Code Configuration and see if you have any text colors set to white.

eXtremeGossip

Edited by - Jorrit787 on 01 March 2005 20:33:58
Go to Top of Page

sabillondesigns
Starting Member

18 Posts

Posted - 01 March 2005 :  20:59:52  Show Profile
quote:
Originally posted by Jorrit787

quote:
Originally posted by sabillondesigns

quote:
Originally posted by Jorrit787

I don't see the Active Users page/panel. You need to give permission for everyone to see it before guests can take a look at it.

yes i forgot, log on as "Lelo" and password "perro"
I checked the page source and it comes up with a <font face="Verdana, Arial, Helvetica" size="2" color="white"> tag near the active users panel - Check your Font/Table Color Code Configuration and see if you have any text colors set to white.



I have the Default Font Color to White. That is for the title of my forum on top of the page and also the :You are logged on as" since my background is dark blue.

So the active panel is reading the Defaul font color instead of the In Forum Font Color, which is DarkBlue..

is there a way to hardcode the font color to Darkblue to the active users panel?


Thanks for the help man!
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 01 March 2005 :  22:35:31  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
You will have to find the font tag in inc_activeusers that sets the font. You may be able to set it to 'darkblue', if not you will have to find the corresponding RGB code.

eXtremeGossip
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.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07