Author |
Topic |
Nathan
Help Moderator
USA
7664 Posts |
Posted - 29 December 2001 : 13:42:08
|
Remind me to take that "new" of in about a week, else I'll forget and it will be "new" forever
Title: Advanced Color Control Author: Nathan Bales of ls3k.com Download: http://www.ls3k.com/snitz/ Support: http://forum.snitz.com/forum/
Features:
- Color Chooser lets you choose from 216 hex colors.
- Preview Box lets you see and compare colors.
- Now using images in headers and background is easy!
Ease of Installation (1-Hard, 10-Easy): 9
Demo: http://www.ls3k.com/snitz/ (Not much to see though )
README: Readme.html
Please post bug fixes here.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource
Edited by - Nathan on 29 December 2001 13:47:15
Edited by - Nathan on 31 December 2001 02:20:28 |
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 29 December 2001 : 13:46:44
|
Heres a screen shot of it in action
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource
Edited by - Nathan on 10 January 2002 21:04:50
Edited by - Nathan on 10 January 2002 21:05:10 |
|
|
avs
New Member
USA
83 Posts |
Posted - 29 December 2001 : 17:07:19
|
Awesome! I don't have to spend hours doing it manually anymore. Just FYI though, pop_colorchooser.asp opens fine in explorer but shows up really odd in netscape. That's ok though, I can live with that.
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 29 December 2001 : 17:56:29
|
Nice to hear it. I dont expect many users to be using Netscape 4.x
I would normally have tested the mod in Netscape 4.7 before I released it. . . but I cant even log into the snitz exchange with it anymore.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Sylense
Starting Member
32 Posts |
Posted - 29 December 2001 : 17:58:52
|
i cant figure out why it doesnt work for me? does it work with huwr customized forums? i had to alter a bit because i got a error but the error's gone but it the background image doesnt show up
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 29 December 2001 : 18:11:25
|
I never tested it on HuwR's. . . I would expect that it might cause conflicts though because HuwR has those color templates.
Can you give me a link to your forum?
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Sylense
Starting Member
32 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 29 December 2001 : 18:20:08
|
Did you get the lines in Config.asp??? Looks like your problem is there.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Sylense
Starting Member
32 Posts |
Posted - 29 December 2001 : 18:26:35
|
yea i put everything in. but on the admin config colors file...
i had changed this
quote: <% if Request.Form("Method_Type") = "Write_Configuration" then for each key in Request.Form if left(key,3) = "str" or left(key,3) = "int" then strDummy = SetConfigValue(1, key, ChkString(Request.Form(key),"SQLstring")) end if next
Application(strCookieURL & "ConfigLoaded") = ""
%>
to this because when i left it your way i got an error: quote: <% if Request.Form("Method_Type") = "Write_Configuration" then for each key in Request.Form if left(key,3) = "str" or left(key,3) = "int" then strSql = "UPDATE " & strTablePrefix & "CONFIG_NEW " strSql = strSql & " SET C_VALUE = '" & ChkString(Request.Form(key),"SQLstring") & "'" strSQL = strSQL & " WHERE C_VARIABLE = '" & key & "' " my_Conn.Execute (strSql) end if next
Application(strCookieURL & "ConfigLoaded") = ""
%>
other than that i did everything to the T
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 29 December 2001 : 19:07:25
|
Is that how it is in HuwR's admin_config_colors?
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Sylense
Starting Member
32 Posts |
Posted - 29 December 2001 : 19:16:10
|
for that bit of coding, yes
|
|
|
Sylense
Starting Member
32 Posts |
Posted - 29 December 2001 : 19:16:48
|
for that bit of coding, yes
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 29 December 2001 : 19:23:46
|
You might have to ask him about it then.
HuwR's forum already has a color chooser, so the big advantage of this mod is the added support for image background.
I achieved this by taking the two variables backgroundColor and backgroundImage and putting them together
backgroundColor = backgroundColor & """ background=""" & backgroundImage
You can accomplish this same hack by just doing that in your background color input box on HuwR's config_colors
Just put inquote: colorname" background="backgroundimage.gif
It will accomplish the same thing. The disadvantage to this method is that each time you go back to edit the colors you have to put that info in again .
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Sylense
Starting Member
32 Posts |
Posted - 29 December 2001 : 19:33:14
|
oh, well ive done that b4 but when i did that, it said error at the bottom of the Internet Explorer pages, tha forums still worked but it was reading error so i didnt use it
|
|
|
avs
New Member
USA
83 Posts |
Posted - 30 December 2001 : 13:21:59
|
quote:
I dont expect many users to be using Netscape 4.x
Yeah I wouldn't worry about that. Thanks to your active users mod I see that so far I'm the only person on my entire board using Netscape 4.x! (out of 80 or so members)
|
|
|
Rob Poretti
Junior Member
Canada
435 Posts |
Posted - 10 January 2002 : 15:15:08
|
Hi,
Could you put your download link directly to a zip file? Right now, it simply points to your forum. I went looking in a Forum called Ls3k Mods (the obvious spot), but it wasn't there. Should we really be searching all over the place?
Hate to be critical about this kind of thing when you provide a mod for the community, but if we can't download it, what's the point?
Cheers!
Rob Poretti Sascom Marketing Group ~ Toronto Cube-Tec Forums vox.905.825.5373 fax.905.825.5960 |
|
|
Topic |
|