Templates??

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
dfault
Posts: 10
Joined: Fri 7. Nov 2003, 03:18

Templates??

Post by dfault »

I'm really loving the professional look and feel of this CMS, it's really nice.

My question, Is it possible to make your own templatefile (template.php) and add the replacement tags In that and use that as the sites template?? I'm haveing a really bad time designing looks with the admin way... I use alot of spacers and images, backgrounds in my designs so..?

p.s once again a really great script! then I mean REALLY :mrgreen:
User avatar
Oliver Georgi
Site Admin
Posts: 9928
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

Here is a handy trick - workaround that problem - maybe this can help you. Think about the system

this is the main block content I used for this: manual close a table and open a table manual:

Code: Select all

</td></tr></table>HERE MY CONTENT<table border="0" cellspacing="0" cellpadding="0"><tr><td>
Example frontend page: http://phpwcms.webverbund.de/index.php (check source)

pagelayout setting: http://www.phpwcms.de/picture/workaround.gif


Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
dfault
Posts: 10
Joined: Fri 7. Nov 2003, 03:18

Post by dfault »

OK your saying that I can make the look in Dreamweaver and add images... Then just copy the code from <BODY> to </BODY>?
User avatar
Oliver Georgi
Site Admin
Posts: 9928
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

No not between <body></body>!! Have you downloaded one of my example templates - better the pages results from templates where every cell of the table contains block contents?

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Post Reply