Author |
Topic |
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 14 July 2003 : 15:54:25
|
Someone know where to find this?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 14 July 2003 : 16:02:26
|
We don't use a CSS file for this forum. |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 14 July 2003 : 18:54:17
|
Actually a very small amount of CSS is used on this forum, its inline and can be found in inc_header.asp, basically it's user for just some of the <a> tags. As the others have said though everything else is non css, to change colours etc you use your admin settings. |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 15 July 2003 : 00:17:27
|
Thanks for all your answers.
quote: Originally posted by D3mon
Try my Low Bandwidth version of Snitz, which does.
I'm newbee and I'm not sure that I can use your css because as you can see in my signature I use a danish translated version and I don't know how to go further from here?
quote: Originally posted by Gremlin
Actually a very small amount of CSS is used on this forum, its inline and can be found in inc_header.asp, basically it's user for just some of the <a> tags. As the others have said though everything else is non css, to change colours etc you use your admin settings.
In my file inc_header.asp I can't see any css?
Could someone please help me started here or maybe I just schould use admin settings.
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
Posted - 15 July 2003 : 00:20:07
|
lines 263-276 of inc_header.asp:
"<style type=""text/css"">" & vbNewLine & _
"<!--" & vbNewLine & _
"a:link {color:" & strLinkColor & ";text-decoration:" & strLinkTextDecoration & "}" & vbNewLine & _
"a:visited {color:" & strVisitedLinkColor & ";text-decoration:" & strVisitedTextDecoration & "}" & vbNewLine & _
"a:hover {color:" & strHoverFontColor & ";text-decoration:" & strHoverTextDecoration & "}" & vbNewLine & _
"a:active {color:" & strActiveLinkColor & ";text-decoration:" & strActiveTextDecoration & "}" & vbNewLine & _
".spnMessageText a:link {color:" & strForumLinkColor & ";text-decoration:" & strForumLinkTextDecoration & "}" & vbNewLine & _
".spnMessageText a:visited {color:" & strForumVisitedLinkColor & ";text-decoration:" & strForumVisitedTextDecoration & "}" & vbNewLine & _
".spnMessageText a:hover {color:" & strForumHoverFontColor & ";text-decoration:" & strForumHoverTextDecoration & "}" & vbNewLine & _
".spnMessageText a:active {color:" & strForumActiveLinkColor & ";text-decoration:" & strForumActiveTextDecoration & "}" & vbNewLine & _
".spnSearchHighlight {background-color:" & strSearchHiLiteColor & "}" & vbNewLine & _
"input.radio {background:" & strPopUpTableColor & ";color:#000000}" & vbNewLine & _
"-->" & vbNewLine & _
"</style>" & vbNewLine & _ |
My MODs: Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch
Useful stuff: Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
|
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 15 July 2003 : 02:50:17
|
OK now I use the "admin settings" and first start using it on my localhost trying to learn this forum and how it works. I change "Base Background Color" to another and it's look fine but how do I know what file to upload to the server - where can I see this? I have uploaded inc_header.aps and several others but nothing happends.
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 15 July 2003 : 04:08:35
|
quote: Originally posted by tinem
quote: Originally posted by D3mon
Try my Low Bandwidth version of Snitz, which does.
I'm newbee and I'm not sure that I can use your css because as you can see in my signature I use a danish translated version and I don't know how to go further from here?
Ah of course. Sorry about that. |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 15 July 2003 : 06:56:59
|
quote: Originally posted by OneWayMule
You'll have to make that change in the admin options of the forum on your server too; The configuration isn't stored in a asp file but in the database.
I have tried uploading the /db/ from localhost to online server and nothing happends. :-( Do I really have to make all the changes online again?
Where can I find the original buttons in psd-format? I'm thinking about for instance "logon" "logout" "search" and if not what font shall I use to get exactly the same? And what about the logo for Snitz - it's not looking good now. Can I use just a text instead and what file shall I make the changes in?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
Edited by - tinem on 15 July 2003 07:02:06 |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 15 July 2003 : 09:00:24
|
I'm really happy for all the help. I'm now beginning to understand a little more how this forum works.
I think that you have misunderstood me because I have made some changes to the code you are mentioned on my site. It's the logo at the end of the forum linking to Snitz
I would like it to look just as it does here http://www.dukker.dk/forum/default.asp?Snitz00HideCat4=N at the bottom to the right. |
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
|
Topic |
|