Colors and Layout: E-Cards

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
LPWV
Posts: 34
Joined: Mon 19. Dec 2005, 04:31

Colors and Layout: E-Cards

Post by LPWV »

How can I modify the colors on the E-card form...

Also as a secondary request...Where can I change the layout of the FORM.

Thanks
Michael S. Wilson
jscholtysik

Post by jscholtysik »

Hi LPWV,


try the documentation from the docu site:

german:

http://www.phpwcms-docu.de/ecard_beispiel.phtml

or

english:

http://www.phpwcms-docu.de/e-card.phtml


Joachim
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

The forum search and docusite are your friend :wink:
A "search" on this Forum of all terms "e-card color"" brought up these discussions:
http://www.phpwcms.de/forum/viewtopic.php?t=592
http://www.phpwcms.de/forum/viewtopic.php?t=7163
http://www.phpwcms.de/forum/viewtopic.php?t=6470
LPWV
Posts: 34
Joined: Mon 19. Dec 2005, 04:31

Post by LPWV »

When I open:

Code: Select all

include\inc_tmpl\content\cnt16.inc.php
and change the FORM BG Variable...No change occurs on my site...I cant figure it out...Is is not reading that file cnt16.inc.php

All I want to do is change the FORM colors to match the rest of my template colors...
Michael S. Wilson
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

Try turning off caching for this page - issues usually arise whenever a page with a form is cached.
jscholtysik

Post by jscholtysik »

Hi LPWV,


create a new article, add the content part "e-card" and fill the fields "Form", "Sent" and "Email" with the example from the docu site:

http://www.phpwcms-docu.de/ecard_beispiel.phtml

The example is in german, but you can also use the example to try out how is works. In this code you can see how you can change the colors, the labels and so on... ;-)

Do not change the content part cnt16.inc.php directly, make changes in the content part in the backend.


Joachim
Post Reply