|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Apr 2007
Posts: 983
|
Here's a tricky one. Web pros inside...
I gave my subscribers access to their site CSS files. The templates are pure CSS, no tables. They can redesign their website with the stylesheet. However, I didn't think about the people that had no clue with CSS. It is now the biggest issue.
Is there a way to create a page where all of the stylesheet information is displayed in plain English? It will just say background and allow them to either upload an image or choose a color and it automatically edits the stylesheet. |
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: May 2003
Posts: 3,765
|
yeah it's possible...
if they're editing actual CSS files, you'd have to build a php form that will modify the files. look up fopen, fread, fwrite, etc on php.net and i'm just touching the tip of the iceberg here... there are existing open source scripts out there you can use storing the info in a DB would be a lot easier and less load than the file writing option edit : sorry i just realized you didn't even mention PHP lol... but yeah it's possible with most all languages
__________________
flexx [dot] aeon [at] gmail |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Apr 2007
Posts: 983
|
Thanks, it will be in php. I'd rather not reinvent the wheel. Can you recommend a good script? It doesn't matter if it's open source or not.
__________________
Skype: Triplexprint |
|
|
|
|
|
#4 | |
|
Confirmed User
Industry Role:
Join Date: May 2003
Posts: 3,765
|
Quote:
__________________
flexx [dot] aeon [at] gmail |
|
|
|
|