Previous Thread
Next Thread
Print Thread
Rate Thread
#148908 12/14/2001 8:40 PM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
Name: Color Picker

Description: This hack makes "Color Options" at the top of edit/view Templates link to color.htm in your NonCGI folder. Check the demo out to see what I mean.

Demo: Here

Hack By: vir

Download: Here

MultiHack: Here

[ 12-15-2001 01:12 PM: Message edited by: vir ]

Sponsored Links
#148909 12/14/2001 9:12 PM
Joined: Jan 2001
Posts: 1,309
Member / Blamoholic
Member / Blamoholic
Offline
Joined: Jan 2001
Posts: 1,309
Great idea, sure would help when making color schemes.

[ 12-14-2001 08:12 PM: Message edited by: Bookie ]

#148910 12/14/2001 9:32 PM
Joined: Sep 2001
Posts: 239
Member
Member
Offline
Joined: Sep 2001
Posts: 239
Nice, very useful...

[ 12-14-2001 08:33 PM: Message edited by: RANCH4x4 ]

#148911 12/14/2001 9:37 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Doesn't seem to like IIS 5.0 servers.

#148912 12/14/2001 9:42 PM
Joined: Jun 2000
Posts: 536
Member
Member
Offline
Joined: Jun 2000
Posts: 536
Wow, very very nice feature. This is a great mod, and like said above, great for color schemes, ect smile


//i wanna scream, show the world i have an inside.
i wanna bleed, let the blood flow, that keeps me alive.
Sponsored Links
#148913 12/14/2001 10:11 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
The demo looks great, but I get an error when I put it on my IIS server that it can't find the colorpicker.class...

Any suggestions? I tried changing the applet=xxx line and I haven't gotten it to work.

#148914 12/14/2001 10:22 PM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
quote the error message X

#148915 12/14/2001 11:03 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
"Unable to load class colorpicker"

http://www.netwerkin.org/noncgi/color/color.htm

This is on one of my boards.

#148916 12/14/2001 11:18 PM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
Try to redownload the file.

I don't know much about IIS 5.0 but check ur java settings.

#148917 12/14/2001 11:41 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Nope, no go, it says...

Load: class colorpicker not found

I run a lot of servers, and I'm a Senior Systems Engineer by trade. I have found that there are some applets that don't like IIS, but not many.

I tried changing that line to;

code="/colorpicker.class" and also to code="/noncgi/color/colorpicker.class" hoping that the path was the issue but no luck. I'll keep playing around with it and if I find the resolution I'll post it here.

Sponsored Links
#148918 12/14/2001 11:47 PM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
try
code="./noncgi/color/colorpicker.class

sorry man. I can't think of anything esle off the top of me head.

#148919 12/14/2001 11:50 PM
Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
Try

code="colorpicker.class" codebase="/noncgi/color"

#148920 12/14/2001 11:50 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Nope, but I really appreciate the effort. I'll find the solution and let you know. It's a great hack for those of us that play with the style templates a lot.

#148921 12/15/2001 12:06 AM
Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
Same error for Unix server. I believe the file colorpicker.class is corrupted. Make sure you upload it as binary.

#148922 12/15/2001 12:11 AM
Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
Vir, my suspicion was confirmed. I went to your demo page and download the class files as binary and upload them to my server. All is fine now.

DEMO

Xpert, just replace the 3 files below, it should fix your problem:

CanvasB.class

CanvasHS.class

colorpicker.class

[ 12-14-2001 11:20 PM: Message edited by: freeTV ]

#148923 12/15/2001 12:26 AM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
hmm
Ill reupload it, but im sure i did it in binary.

ok done. Should work now. Sorry about that.

[ 12-14-2001 11:30 PM: Message edited by: vir ]

#148924 12/15/2001 12:37 AM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Yeehaa...fixed it.

#148925 12/15/2001 12:40 AM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
I've been using this one to stay web color safe...

http://www.netwerkin.org/webcolor.htm

#148926 12/15/2001 12:50 AM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
seems like everything there is in groups of 2 or 4
IE: #224455, #222266, ect. Is there something about #124056 that would make it unsafe?

#148927 12/15/2001 7:55 AM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
It's just a way to make sure that no matter what the color depth someone is using your pages look right in their browser (color wise). These days it's not really as important anymore.

#148928 12/15/2001 8:04 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Very cool, did you make the applet yourself?

#148929 12/15/2001 8:27 AM
Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
LK, I think he got it from freeware applets at http://navsurf.com

Anyway, very useful stuff. Thanks, vir!

[ 12-15-2001 08:37 AM: Message edited by: freeTV ]

#148930 12/15/2001 9:04 AM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
quote:
Originally posted by LK:
Very cool, did you make the applet yourself?



no

quote:
Originally posted by freeTV:
LK, I think he got it from freeware applets at http://navsurf.com



yes

#148931 12/15/2001 12:05 PM
Joined: Sep 2001
Posts: 58
vir
Offline
Member
Member
Offline
Joined: Sep 2001
Posts: 58
quote:
Originally posted by freeTV:
Anyway, very useful stuff. Thanks, vir!



quote:
Originally posted by M_E_W:
[QB]Wow, very very nice feature. This is a great mod, and like said above, great for color schemes, ect smile



thx

#148932 04/08/2002 9:28 AM
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
I just came upon this thread; this is something I could really use since I want my moderators to help give suggestions for changing color schemes on our templates, etc., but it's really hard because they know zero about UBB (hence, I don't let them near the control panel laugh )

The links to the zip & Multihack aren't there; neither is Netwerkin's page. Anyone still have these files and care to share?

Thanks!


Sue
adwoff.com

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)