This topic is locked

user can choose the style himself

7/26/2009 2:23:21 AM
PHPRunner General questions
Pfeiffer author

Hello support,
I think my last posts shows, that I'm working hard with PHPR .. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=12404&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

Here another suggestion for the next release..
Software is individual..

I would like to offer the user the possibility to choose his favorite colors by himself.

At the moment there are 4 style.css in PHPR. Let the user choose, which of these 4 styles he prefers.

Some like blue...some like green...
Additional to the style colors it's very nice, the the user can choose additional a background picture.

So the whole screen gets another appearance.
I myself changed the layout of the html-templates and use session-variables to control the appearance.

for example in list.htm
chose the style...

<link REL="stylesheet" href="include/style{$sys_style}.css" type="text/css">

where $sys_style is numer 1 to 4.... The user has a form to select this style by himself..
changes in lheader.htm

<link REL="stylesheet" href="include/style{$sys_style}.css" type="text/css">

<body marginheight=0 background="{$sys_wallpaper}" marginwidth=0 {$bodyattrs}>
$sys_wallpaper is a choosen background picture (I offer the user different colours as background in a special form)
If you are interested I can share the source with you.
Best regards

Uwe Pfeiffer

S
swanside 7/26/2009

WHat I did just to get around that is made a project and called it Blue, and built it and saved it.

Copied the project and called it black, made the project in another dir and saved it as black
The only problem this way, is it uses the double of the space intended, but until the user can choose there own skin, thats all I could do.

Pfeiffer author 7/27/2009

WHat I did just to get around that is made a project and called it Blue, and built it and saved it.

Copied the project and called it black, made the project in another dir and saved it as black
The only problem this way, is it uses the double of the space intended, but until the user can choose there own skin, thats all I could do.


Hello,

with a litte change in the templates user can choose his style. My suggestion was to implement this feature into next PHPR.

Best regards

Uwe Pfeiffer

J
Jane 7/27/2009

Uwe,
thank you.

We'll add it to our suggestion list.