TikiThemeGenerator

Tiki theme generator project



Proposed steps to building a Tiki theme generator:

Please first read an idea for generating a custom css style from a photo / logo.

Step #1
Modify one of the current CSS (style) to have a small number (3-6) of basic colors. Maybe Simple as the first one.

changing colors:
you can list them with:
  grep -i " #[0-9a-f]\{3,6\};" styles/simple.css | cut -d\# -f2 | sort | uniq -c
and change them with:
  perl -pi -e 's/AAAAAA/bbbbbb/g' styles/simple.css
*/


Step #2
Turn these colors into variables, for example $background, $basecolor, $highlight, etc

Step #3
Use a Generated Color Scheme (like Step 3 of WordPress Index Builder (cache))

Step #4
See the theme in action, and

Step #5
Save CSS


Alternate step #3 (nice to have)
Generate colors from a photo / logo. There is a "Random From Image" button. So the user could try several times until he finds something pleasing. (like StrangeBanana) http://www.colr.org/

Alternate step #3 (nice to have)
Generate colors which contrast well (for text over backgound) http://www.barelyfitz.com/projects/csscolor/

Step #6 (nice to have)
For cases where we need a gradient (example, calendar event importance), we could have a formula which generates them. Please see "Generating Palettes With PHP" from site above for an example. #Another possible tool: http://www.meyerweb.com/eric/tools/color-blend/

Step #7 (nice to have)
For all the images, logos, etc in Tiki, we should try to make sure they are all transparent so they look good with different backgrounds.

Step #8 (nice to have)
Use ImageMagick or GD to manipulate graphics HSV values so that multiple graphics themes such as *metal can be combined into a single metal theme that can be colourised to any hue and saturation the administrator desires. Step 8 would allow the colours of any graphical theme (eg new tiki themes such as the default tikithemes theme and kubrick) to be modified.

Step #9 (nice to have)
Create some nice on the fly logo like: http://cooltext.com/

Previous forum post about Tiki theme generator idea:
tiki-view_forum_thread.php?forumId=3&comments_parentId=2

Related links:
I Like Your Colors!

WordPress Index Builder (cache)
Step 3 offers a color picker and Generated Color Scheme.

Drupal CMS Theme Generator (cache)
In Excel
http://www.positioniseverything.net/articles/pie-maker/pagemaker_form.php
http://www.maketemplate.com/form/

Theme developer module for Drupal 6 - Screencast (cache) "We have built Firebug for Drupal Theming. You may now click on any part of the page and a sexy popup display shows which theme function/template outputted the HTML, and what other files could have done so. Armed with this info, a themer may quickly and accurately override the presentation. Further, all the variables passed into the template/function are presented for review."

WordPress, MT and Drupal: Template Generators (cache)

CSS Constants
http://www.icant.co.uk/articles/cssconstants/
Dynamic CSS
http://www.stylehack.com/wordpress/index.php?p=71&page=3

CSS Tools:
http://www.soxiam.com/Notes/CSSTools
http://www.alvit.de/handbook/

Wordpress theme browser

Related:
http://ui.jquery.com/themeroller/
http://www.webappers.com/2008/04/14/colortoy-20-flash-based-color-scheme-generator/

Created by: marclaporte1406 points  last modification: Thursday 12 of June, 2008 [07:22:29 UTC] by marclaporte1406 points 

Menu

Theme-o-rama

Now using fluidindex.css.
Select a theme!
New themes:
Legacy themes:
Tiki-bundled themes:

To register

To have an account at this site, please register at Tikiwiki.org, and then use that user name and password to log in here.

This site gets user information from Tikiwiki.org with the InterTiki feature.

Shoutbox

chibaguy2963 points , 00:39 UTC, Tue 01 of Jul, 2008: chynazoey, see this page: How+To+Add+a+New+Theme . Then ask in the forum if you have any questions.
chynazoey45 points , 16:21 UTC, Mon 30 of Jun, 2008: Hi, I'm new to tikiwiki and not a coder, that being said I love tikiwiki and would like to learn how to take advantage of all its features. First I need to know how to manually load themes. Any help would be greatly appreciated.
anthony86 points , 07:01 UTC, Fri 27 of Jun, 2008: nevermind ;)
anthony86 points , 01:05 UTC, Fri 27 of Jun, 2008: Chiba, do horizontal menu's work with Mittwoch? I can get them to work in the Default theme, but not in Mittwoch. It's like they are hidden behind other layers or something.
nmella2 points , 15:33 UTC, Thu 26 of Jun, 2008: thank you chibaguy ! It worked OK.
chibaguy2963 points , 00:48 UTC, Thu 26 of Jun, 2008: nmella, see http://doc.tikiwiki.org/PluginModule .
nmella2 points , 16:20 UTC, Wed 25 of Jun, 2008: Hi, How can I add the shoutbox module inside a wiki page as here: http://themes.tikiwiki.org/tiki-shoutbox.php
chibaguy2963 points , 00:43 UTC, Tue 17 of Jun, 2008: iulian, those old versions have security holes and shouldn't be used.
iulian11 points , 00:12 UTC, Tue 17 of Jun, 2008: TikiPedia 1.9.11 http://www.bloguri.eu/tikiwiki/tiki-index.php chibaguy says " It's been tested with Tiki 1.9.2 and 1.9.3.1".... Where can be downloaded those versions?
chibaguy2963 points , 01:02 UTC, Thu 12 of Jun, 2008: Oswaldo1965, did you get my last email? Did you see the pages here about installing new themes?

Search Wiki PageName

Last update from CVS: Saturday 24 of November, 2007 [17:54:48 UTC]