Advertisement:

Author Topic: Hack's Park Color Picker  (Read 14853 times)

Offline Hack's Park Team

  • Semi-Newbie
  • *
  • Posts: 11
Hack's Park Color Picker
« on: January 31, 2009, 04:33:18 AM »

Comments


Support


Screen Shots



Features

  • One pallete with the most common colors and other one with a grayscale
  • Users can use own colors by writing name or the hexadecimal code
  • SMF 2.0: Compatible with WYSIWYG Editor.

Requirements

  • Server-Side:
    - SMF 1.1.x or SMF 2.0.x
     
  • Client-Side:
    - JavaScript (Test: FireFox ~3.x, Opera ~9.x, Safari ~3.x, Internet Explorer ~7.x)

Changelog

  • Version 1.1 Mar 12, 2009
    + New style
    + xHTML improved
    + JavaScript improved
    * Bug: out of square in Opera ~9.x Fixed
     
  • Version 1.0.1 Feb 07, 2009
    + Compatibility with SMF 2.0
    + Compatibility with WYSIWYG Editor
     
  • Version 1.0 Jan 29, 2009
    ~ Modification Release

License

Code: [Select]
###################################################
# Hack's Park Color Picker 1.1: www.hackspark.com #
###################################################

You are free to share, copy, distribute and transmit this work under the following conditions.

(1) You must attribute the work to the respective authors (Hack's Park Team).
(2) You may not use this work for commercial purposes.
(3) You may not alter, transform, or build upon this work.

###################################################
# Hack's Park Color Picker 1.1: www.hackspark.com #
###################################################

#####################################################
# http://creativecommons.org/licenses/by-nc-nd/3.0/ #
#####################################################

Download

« Last Edit: March 11, 2009, 07:53:52 PM by Hack's Park Team »

Offline Marcus Forsberg

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 8,608
  • Gender: Male
    • marcus.t.forsberg on Facebook
    • @marcusforsberg on Twitter
    • marcusforsberg.net
Re: Hack's Park Color Picker
« Reply #1 on: January 31, 2009, 05:12:51 AM »
Swedish translation:

Code: [Select]
// Hack's Park Color Picker -->
$txt['hs_cp_1'] = 'Textfärg';
$txt['hs_cp_2'] = 'Bakgrundsfärg';
$txt['hs_cp_3'] = 'Använd';
$txt['hs_cp_5'] = 'Förhandsgranskning';
$txt['hs_cp_6'] = 'Vald';
$txt['hs_cp_7'] = 'Avbryt';
// <-- Hack's Park Color Picker

Also known as the dreaded cσσкιє мσηѕтєя. Yes, 'twas I who stole your cookies. No, you can't have 'em back.

Twitter | Forrst | Dribbble | Website | Hire me for custom work (mods, themes, installs, upgrades, you name it!)

Offline Succubus Evaligan

  • Jr. Member
  • **
  • Posts: 274
  • Gender: Female
    • Yurilandia
Re: Hack's Park Color Picker
« Reply #2 on: January 31, 2009, 05:48:48 AM »
wiii :D now is oficial this mod. I am happy. ;D
Yuri Goddess

Offline mrtrc266

  • SMF Hero
  • ******
  • Posts: 2,164
  • Gender: Male
    • Monsters Mansion
Re: Hack's Park Color Picker
« Reply #3 on: January 31, 2009, 10:55:58 AM »
Great little MOD! Only one thing it works great on the default template but in buy custome theme it lags when trying to pick a color and I don't see the the "Apply" or "Cancel" buttons. (See attatched)

I looked through the parser and the only edit for themes is Post.template.php which my theme doesn't have?

Any ideas? Thanks in advance.

EDIT: Nevermind my theme does have a Modifications.english.php file  :) LOL
« Last Edit: January 31, 2009, 11:00:51 AM by mrtrc266 »

Offline Özgür

  • SMF Hero
  • ******
  • Posts: 3,920
  • Gender: Male
  • Özgür | jQuery Lover
    • Mnyk
Re: Hack's Park Color Picker
« Reply #4 on: January 31, 2009, 10:59:12 AM »
Great little MOD! Only one thing it works great on the default template but in buy custome theme it lags when trying to pick a color and I don't the the "Apply" or "Cancel" buttons. (See attatched)

I looked through the parser and the only edit for themes is Post.template.php which my theme doesn't have?

Any ideas? Thanks in advance.

open
modification.your language.php and add
Code: [Select]
// Hack's Park Color Picker -->
$txt['hs_cp_1'] = 'Text color';
$txt['hs_cp_2'] = 'Background color';
$txt['hs_cp_3'] = 'Apply';
$txt['hs_cp_5'] = 'Sample';
$txt['hs_cp_6'] = 'Selected';
$txt['hs_cp_7'] = 'Cancel';
// <-- Hack's Park Color Picker
Yeni forum projem: Android Yardımlaşma & Çeviri (Üye kaydı açıldı) | Android & jQuery Lover | MiUI Türkçe Çeviri Projesi
Don't depend too much on anyone in this world. Because even your shadow leaves you when you're in darkness!
Twitter @ OzgurceFacebook @ Ozgurce
Özgür Yalçın | http://blog.mnyk.net/

Offline mrtrc266

  • SMF Hero
  • ******
  • Posts: 2,164
  • Gender: Male
    • Monsters Mansion
Re: Hack's Park Color Picker
« Reply #5 on: January 31, 2009, 11:02:15 AM »
Yeah I got it right after I posted, tvm for the quick response though :-)

Offline Hack's Park Team

  • Semi-Newbie
  • *
  • Posts: 11
Re: Hack's Park Color Picker
« Reply #6 on: January 31, 2009, 02:11:21 PM »
Thank you Nas for Swedish translation :)

Offline Özgür

  • SMF Hero
  • ******
  • Posts: 3,920
  • Gender: Male
  • Özgür | jQuery Lover
    • Mnyk
Re: Hack's Park Color Picker
« Reply #7 on: January 31, 2009, 02:31:19 PM »
@Hack's Park Team
2.0 compability version pls =)
Yeni forum projem: Android Yardımlaşma & Çeviri (Üye kaydı açıldı) | Android & jQuery Lover | MiUI Türkçe Çeviri Projesi
Don't depend too much on anyone in this world. Because even your shadow leaves you when you're in darkness!
Twitter @ OzgurceFacebook @ Ozgurce
Özgür Yalçın | http://blog.mnyk.net/

Offline makito

  • Semi-Newbie
  • *
  • Posts: 43
  • Gender: Male
Re: Hack's Park Color Picker
« Reply #8 on: February 04, 2009, 08:26:04 AM »
@Hack's Park Team
2.0 compability version pls =)

Comming :)
« Last Edit: February 06, 2009, 02:42:28 AM by makito »
Do not PM me for support, make a post if you need help.

Offline diamanda

  • Jr. Member
  • **
  • Posts: 154
Re: Hack's Park Color Picker
« Reply #9 on: February 05, 2009, 01:21:27 PM »
Por mi theme aparece flotando con fondo transparente y quiero con fondo del color respectivo al foro :'(

ayuda por favor!!!!!!!
« Last Edit: February 05, 2009, 01:27:33 PM by Peranbury »

Offline Hack's Park Team

  • Semi-Newbie
  • *
  • Posts: 11
Re: Hack's Park Color Picker
« Reply #10 on: February 07, 2009, 09:45:15 PM »
@Hack's Park Team
2.0 compability version pls =)

Done

Offline Özgür

  • SMF Hero
  • ******
  • Posts: 3,920
  • Gender: Male
  • Özgür | jQuery Lover
    • Mnyk
Re: Hack's Park Color Picker
« Reply #11 on: February 08, 2009, 01:59:45 PM »
Thanks, work fine for me. This is great idea. Thank you @HPT.
Yeni forum projem: Android Yardımlaşma & Çeviri (Üye kaydı açıldı) | Android & jQuery Lover | MiUI Türkçe Çeviri Projesi
Don't depend too much on anyone in this world. Because even your shadow leaves you when you're in darkness!
Twitter @ OzgurceFacebook @ Ozgurce
Özgür Yalçın | http://blog.mnyk.net/

Offline Blinker

  • Full Member
  • ***
  • Posts: 472
  • Gender: Male
Re: Hack's Park Color Picker
« Reply #12 on: February 11, 2009, 02:49:45 AM »
Awesome mod, thanks guys.

Any idea how I could enable it for my Enhanced Quick Reply?

Offline Kimmie

  • Sophist Member
  • *****
  • Posts: 1,258
Re: Hack's Park Color Picker
« Reply #13 on: February 18, 2009, 11:18:15 PM »
installed fine but it runs really choppy. Like it is having a hard time loading. It takes 6-7 clicks on one of the buttons to even get the palette to load and then when it does it look like this:




When I click the cancel button the box wont entirely go away..lol


Offline Cobra97

  • Semi-Newbie
  • *
  • Posts: 69
  • Gender: Male
    • Bachelor's Grove Paranormal Forums
Re: Hack's Park Color Picker
« Reply #14 on: March 05, 2009, 12:08:33 PM »
Love the mod, the best color picker I've seen.

The only problem I seem to have is in a PM (not in posts)when you click on the color picker the box will appear part way off the screen....you need to stretch your screen to use it.  Is there anyway to make it open a bit more to the left?

Offline Hack's Park Team

  • Semi-Newbie
  • *
  • Posts: 11
Re: Hack's Park Color Picker
« Reply #15 on: March 11, 2009, 07:56:11 PM »
installed fine but it runs really choppy. Like it is having a hard time loading. It takes 6-7 clicks on one of the buttons to even get the palette to load and then when it does it look like this:




When I click the cancel button the box wont entirely go away..lol



~Fixed

Love the mod, the best color picker I've seen.

The only problem I seem to have is in a PM (not in posts)when you click on the color picker the box will appear part way off the screen....you need to stretch your screen to use it.  Is there anyway to make it open a bit more to the left?

~Fixed

Offline Cobra97

  • Semi-Newbie
  • *
  • Posts: 69
  • Gender: Male
    • Bachelor's Grove Paranormal Forums
Re: Hack's Park Color Picker
« Reply #16 on: March 11, 2009, 08:30:12 PM »

Love the mod, the best color picker I've seen.

The only problem I seem to have is in a PM (not in posts)when you click on the color picker the box will appear part way off the screen....you need to stretch your screen to use it.  Is there anyway to make it open a bit more to the left?

~Fixed

Thanks, that did the trick!   :)

Offline problemwt2.0

  • Semi-Newbie
  • *
  • Posts: 87
Re: Hack's Park Color Picker
« Reply #17 on: March 11, 2009, 08:30:57 PM »
omg this new version is so smooth :D thanxxxxxxxx a lot :)

Offline Garry1953

  • Jr. Member
  • **
  • Posts: 118
    • Artists Online Australia Art Forum
Re: Hack's Park Color Picker
« Reply #18 on: March 11, 2009, 10:12:35 PM »
New v1.1 Works Great in IE.

However I'm unable to get it to operate correctly in FireFox.
(All functions except Apply work.)

So I've gone back to v1.0.1 for now.


I checked my site with a fresh install. It seems this was an error on my site not the Mod.

This Mod works perfect.
Thanks
« Last Edit: March 14, 2009, 04:54:42 PM by Garry1953 »

Offline Blinker

  • Full Member
  • ***
  • Posts: 472
  • Gender: Male
Re: Hack's Park Color Picker
« Reply #19 on: April 22, 2009, 05:46:23 AM »
I use a dark background.

Is it possible to get a white box to appear around the colour picker like it appears on default theme. Also the same for the two empty spaces next to the BBC buttons (where the chosen colours appear).

Right now it just looks really weird kinda floating in space. I notice in Cobra's screenshot he's got a pink or red border. That's what I'm talking about.