design advice

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
evvo
Posts: 4
Joined: Wed 12. Oct 2005, 13:01

design advice

Post by evvo »

hi,

i just came across phpwcms after trying about a dozen others with no real success.

this does llok exactly what im looking for due to its open nature.

i can see some nice designs created by this, and wondered do you create your design in something like dreamweaver then simply place the code in a template?
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Hi evvo ;-)
Answer: Mostly Yes :wink:
Pepe, has created a great quick start article at:
http://www.peperkorn-online.de/quick-st ... -dev.phtml

Have a good start ! 8)
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
evvo
Posts: 4
Joined: Wed 12. Oct 2005, 13:01

Post by evvo »

thanks,

hope i can post a site here soon...

is that page available in english?
jscholtysik

Post by jscholtysik »

Hi evvo,


no, this site is unfortunately not available in english. But the docu-site http://www.phpwcms-docu.de has also english descriptions... :wink:


Joachim
Last edited by jscholtysik on Thu 24. Nov 2005, 10:17, edited 1 time in total.
evvo
Posts: 4
Joined: Wed 12. Oct 2005, 13:01

Post by evvo »

ok no worries, i think i can make it out just be looking at the pictures :)

cheers
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Post by bob332 »

thanks, exacty what i was looking for too :) unfortunately, don't know german....can probably get through on the pics :)

this is an excellent system, thanks for creating it.
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi bob,

pep's working on a new edition of his site, I guess some pple around here will help translating it too

Cheers
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Post by bob332 »

Kosse wrote:Hi bob,

pep's working on a new edition of his site, I guess some pple around here will help translating it too

Cheers
thanks for the info, i used http://babelfish.altavista.com/tr to translate, but the translator puts in some extra spaces, which is not too big of a deal. i really appreciate pepe's work, thanks.

i will post the translated code at least for the template layout in a bit when i have that part setup....
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Post by bob332 »

here is the english translation (for the most part) for the "standard template" layout from pepe's site: (i take no credit for this other than running it through babelfish translator.....) and i don't know german, so please expect issues...you will need to d/l the images from pepe's site

HEADER
<! - -
--- headline ------------------------------------- /->

<table width="750" border="0" cellpadding="0" cellspacing="0" >

<! - - line -->
<tr><td height="1" colspan="2" bgcolor="#666666">
<img src="img/leer.gif" width="1" height="1" old = "" /></td></tr>

<tr>
<! - - header LOGO -->
<td width="175" more align="center" valign="middle" bgcolor="#FFFFFF">
<A href="index.php" target="_top">{IMAGE:logo.jpg}</a></td>

<! - - header picture -->
<td width="575" bgcolor="#999999">
<img src="picture/header_uhr.jpg" width="575" height="75" old = "" />
</td>
</tr>

MAIN
<! - -
--- head ----------------------------------------- /->

<! - - content -->
{SPACER:1x10}<br/>
{CONTENT}<br/>
{SPACER:1x20}

<! - - revision text -->
<align="left div" class="revision">
Revision: {DATE_ARTICLE} - {TIME_ARTICLE} - © Sample GmbH</div>
{SPACER:538x8}

FOOTER(still some german in here but you get the idea)
<! - -
--- footing line -------------------------------------- /->

<! - - menu footing line -->
{SPACER:191x1}[TOP]Seitenanfang[/TOP]
{SPACER:25x1}[BACK]zurueck[/BACK]
{SPACER:25x1}[PRINT]Druckansicht[/PRINT]
{SPACER:25x1}<a href="index.php?suche" target="_self">Suche</a>
{SPACER:25x1}<a href="index.php?sitemap" target="_self">Sitemap</a>
{SPACER:25x1}<a href="index.php?tip" target="_top">Tip</a>
{SPACER:25x1}<a href="login.php" target="_top">LOGIN</a>

<! - - line -->
<tr><td height="1" colspan="5" bgcolor="#999999">
<img src="img/leer.gif" width="1" height="1" old = ""/></td></tr>

<! - - copyright line -->
<tr><td more align="center" bgcolor="#EEEEEE" height="20" colspan="5"
class="copyright">
Copyright © 2003-2005 by sample GmbH ·
<A href="mailto:info@muster gmbh.de" target="_blank">
info@muster gmbh.de</a>
· Tel.: 01234 / 12 21 34
· cms: <A href="http://www.phpwcms.de"
target="_blank">php<strong>wcms</strong></a></td></tr>

<! - - line -->
<tr><td height="1" colspan="5" bgcolor="#cccccc">
<img src="img/leer.gif" width="1" height="1" old = "" /></td></tr>

LEFT
<! - -
--- left - menu --------------------------------- /->

{NAV_TABLE_COLUMN:0}<br/>
{SPACER:175x1}

RIGHT
<! - -
--- right - 325px minimum height with empty sides -- /->

{SPACER:5x325}

ERROR
<! - -
--- error - announcement with sides without contents of ------- /->

<br/><br/>
Erwischt!
<br/><br/>
On this side so far still no contents were deposited.
<br/><br/><br/>
But we work with high pressure on it.
<br/><br/>
In particular the range product range becomes in the future in
regular time intervals extends, so that itself more again
Attendance on our Site will always be worth .
<br/><br/>
Much fun with the Surfen wishes
<br/><br/>
Das team of the samples GmbH
<br/><br/><br/><br/><br/>
Post Reply