![]() |
script that let users customise your website
looking for a script that letīs users customize the website, nothing special ... just let them choose their colors and stuff ... help me out !!
|
Maybe somthing like this?
http://www.scriptbreaker.com/examples/bgcchanger.asp And over "the rest"what do you mean? That they can manage their bookrmarks and stuff or something? Amdre |
... no,no ... I just want to give them different layouts to choose from, somethin like http://www.alltheweb.com/help/alchemist/gallery.html ... but not that comlicated, only different color settings (bgcolor/linkcolor ... etc.)
I think itīs called "XML based on cookies" , so everytime they come back they will see the website like they want to ... I just canīt find anything. |
function barf($stylesheet)
{ switch($stylesheet) { case 'red': return 'red.css'; case 'blue': return 'blue.css'; case 'ugly': return 'ugly.css'; default: return 'normal.css'; } } Then <link rel="stylesheet" type="text/css" href="<?php echo barf($_COOKIE['my_style'])?>"> (sorry: php coding don't show up too pretty here) Then have fun making style sheets. :) |
All times are GMT -7. The time now is 10:31 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123