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)
 Style/Theme Changer MOD
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 9

WML
Starting Member

9 Posts

Posted - 23 September 2002 :  16:42:07  Show Profile
quote:
Originally posted by bonkers

OK so what do you mean by Is it possible to change the color scheme of one forum, can you give more detail on what you want?



Sure let me try. This is the board in question http://www.rockslax.com/forum/default.asp

I'd like to be able to change the colour schme of one forum "Rumour Mill" http://www.rockslax.com/forum/forum.asp?FORUM_ID=30 to match the colour scheme of this other sub-domain: http://www.rockslax.com/nll/
Go to Top of Page

bonkers
Junior Member

United Kingdom
122 Posts

Posted - 23 September 2002 :  17:29:33  Show Profile  Visit bonkers's Homepage
WML
Before you do anythig else you need to fix this in inc_footer

'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write "<a href=""http://forum.snitz.com"" target=""_blank"" tabindex=""-1""><acronym title=""Powered By: " & strVersion & """>"
if strShowImagePoweredBy = "1" then
Response.Write getCurrentIcon("logo_powered_by.gif||","Powered By: " & strVersion,"")
else
Response.Write "Snitz Forums 2000"
end if
Response.Write "</acronym></a></font></td>" & vbNewline
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT

The text in red would seem to be missing It only diplays powered by this needs correcting.
Then post your questions in the graphics and style forum

Go to Top of Page

WML
Starting Member

9 Posts

Posted - 23 September 2002 :  17:45:21  Show Profile
quote:
Originally posted by bonkers

WML
Before you do anythig else you need to fix this in inc_footer



First off I've never intentionally hacked any code in my life and I resent the implication.

But you say we've hacked this file: http://www.rockslax.com/forum/inc_footer.asp
this is same code snippet from that file:

<%
'## START - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT
Response.Write " <a href=""http://forum.snitz.com""><acronym title=""Powered By: " & strVersion & """>"
if strShowImagePoweredBy = "1" then
Response.Write "<img src=""logo_powered_by.gif"" border=0>"
else
Response.Write "Snitz Forums 2000"
end if
Response.Write "</acronym></a>" & vbNewline
'## END - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT
%>

So please point out where and how we've broken the Copyright?

Fyi the only thing we added to inc_footer is a server side include.


Edited by - WML on 23 September 2002 18:03:04
Go to Top of Page

bonkers
Junior Member

United Kingdom
122 Posts

Posted - 24 September 2002 :  15:16:57  Show Profile  Visit bonkers's Homepage
quote:

First off I've never intentionally hacked any code in my life and I resent the implication.

But you say we've hacked this file: http://www.rockslax.com/forum/inc_footer.asp
this is same code snippet from that file:

So please point out where and how we've broken the Copyright?


Click the link to your inc_footer then hover over the snitz forums 2000 link it only says powered by:
Now hover over the powered by link on this page It says powered by: snitz forum 2000 version 3.4.03
yours should say the same

Edited by - bonkers on 24 September 2002 15:19:12
Go to Top of Page

WML
Starting Member

9 Posts

Posted - 24 September 2002 :  17:22:27  Show Profile
quote:
Originally posted by bonkers
Click the link to your inc_footer then hover over the snitz forums 2000 link it only says powered by:
Now hover over the powered by link on this page It says powered by: snitz forum 2000 version 3.4.03
yours should say the same



I disagree! We are running the previous version 3.3.03, so doing what you suggest would be a hack in our opinion. The only other thing I suppose you could perhaps be in a twist over is that this veriable is not working and never has "title=""Powered By: " & strVersion & """>""

If you are finally satisfied I wonder if I could trouble you for the answer to my previous question with regard to changing colors, thank you.

I read somewhere else on this board about the great customer service. If you hastling me over this is any example I am not impressed.

Edited by - WML on 24 September 2002 17:34:16
Go to Top of Page

Serevinus
Junior Member

United Kingdom
124 Posts

Posted - 24 September 2002 :  17:35:39  Show Profile  Visit Serevinus's Homepage  Send Serevinus an AOL message  Send Serevinus an ICQ Message  Send Serevinus a Yahoo! Message
Can we keep this thread a discussion about the MOD please, and not any other problems you may have
Go to Top of Page

RancidLM
Starting Member

2 Posts

Posted - 24 September 2002 :  17:37:47  Show Profile
first off we did a fresh install of sf2k_v33_033
this code was NEVER touched infact its being copied strate from the actual file

<%
'## START - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT
Response.Write " <a href=""http://forum.snitz.com""><acronym title=""Powered By: " & strVersion & """>"
if strShowImagePoweredBy = "1" then
Response.Write "<img src=""logo_powered_by.gif"" border=0>"
else
Response.Write "Snitz Forums 2000"
end if
Response.Write "</acronym></a>" & vbNewline
'## END - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT
%>

This has never been touched.. the only thing that was Added to inc_footer.asp was at the very very bottom

after:
<%
my_Conn.Close
set my_Conn = nothing
%>

was added:
<!--#include "BottomHTML" -->


Now what i think is by some odd twist of fait that in that version the strVersion isn't working correctly.. i could trace it back and Figure out whats not working but thats not my job since nothing was mofied.. we might install the new snitz version if agreed apon.. any ways i hope this clears up any strange misconseptions

Thnx
Go to Top of Page

WML
Starting Member

9 Posts

Posted - 24 September 2002 :  17:39:13  Show Profile
quote:
Originally posted by Serevinus

Can we keep this thread a discussion about the MOD please, and not any other problems you may have



I asked a question I thought related to the MOD. I stated clearly it's my first post here and aplogized in advance if I was in the wrong place. Bonkers in effect accused us of copyright infringement. If someone will kindy answer my question I'll be more than happy to be gone.
Go to Top of Page

Serevinus
Junior Member

United Kingdom
124 Posts

Posted - 24 September 2002 :  17:51:36  Show Profile  Visit Serevinus's Homepage  Send Serevinus an AOL message  Send Serevinus an ICQ Message  Send Serevinus a Yahoo! Message
If you want to change the colours of the forum you should use Font/Table Color Code Configuration in the admin pages
My mod simply allows you to have more than one scheme that members can select, along with making it a little easier to design
Does that help at all?

Edited by - Serevinus on 24 September 2002 17:53:06
Go to Top of Page

WML
Starting Member

9 Posts

Posted - 24 September 2002 :  18:05:01  Show Profile
No it does not help. What you are suggesting is Global, it changes all the forums, the whole baord. I want to change the colors in one forum not the whole board.

Thxs
Go to Top of Page

Serevinus
Junior Member

United Kingdom
124 Posts

Posted - 24 September 2002 :  19:04:35  Show Profile  Visit Serevinus's Homepage  Send Serevinus an AOL message  Send Serevinus an ICQ Message  Send Serevinus a Yahoo! Message
Oh, right, I get you now
So far as I know there are no mods that do what you want, I might be mistaken
I'm sure it wouldnt be too hard to create a mod that lets you do this though
Go to Top of Page

WML
Starting Member

9 Posts

Posted - 24 September 2002 :  19:36:36  Show Profile
quote:
Originally posted by Serevinus
I'm sure it wouldnt be too hard to create a mod that lets you do this though



Thxs! One last question how would I go about finding an author to write such a MOD?
Go to Top of Page

Serevinus
Junior Member

United Kingdom
124 Posts

Posted - 24 September 2002 :  19:47:22  Show Profile  Visit Serevinus's Homepage  Send Serevinus an AOL message  Send Serevinus an ICQ Message  Send Serevinus a Yahoo! Message
I could probably do it, but I am still busy writing the css convertion
Someone like @tomic or D3mon would know how to do it
Go to Top of Page

WML
Starting Member

9 Posts

Posted - 24 September 2002 :  20:03:16  Show Profile
quote:
Originally posted by Serevinus

I could probably do it, but I am still busy writing the css convertion
Someone like @tomic or D3mon would know how to do it



Thxs sorry for butting in and I'll leave you be now.
Go to Top of Page

Raziel
New Member

97 Posts

Posted - 29 September 2002 :  07:30:27  Show Profile
Okay.. I Got this error, when I Tried step 29:

---------------
error '80020009'
Exception occurred.

/inc_func_common.asp, line 1556
-------------------------------

- that's when I try to add a new theme for the first time...

Now everything is just WHITE... and I see no table...

I have some MODS installed already, like Active Users, Avatars, PM, and some small ones... Does it have something to do with them?

Please help!!

Edited by - Raziel on 29 September 2002 07:35:31
Go to Top of Page
Page: of 9 Previous Topic Topic Next Topic  
Previous Page | Next 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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07