Custom Template Tutorials
Custom Template Tutorials
Does anyone know where I can find tutorial/documentation for building custom templates?
Hi mnapiork,
I hope I understand you right. In this system at this time we only have custom templates. There is no basic template includet. That is why you see a white page after an installation and first run at the frontend.
But that is no problem:
------------------------------------
One old basic step doc but it works (table based): http://www.phpwcms.de/forum/viewtopic.php?t=2776
The original by O.G. (table based): http://www.phpwcms.de/index.php?id=14,0,0,1,0,0
A good german doc site by pepe (table based): http://www.peperkorn-online.de/quick-st ... -dev.phtml
A german template site by pepe (DIV based): http://www.phpwcms-templates.de/
A Template using YAML. (at this time only in german language): http://yaml-phpwcms.de/
And last but not least seven engl. templates (DIV based): http://www.128.weitzelmedia.de/index.php?templates
------------------------------------
Documentations: http://www.phpwcms.de/forum/viewtopic.php?p=77825#77825
Regards Knut
I hope I understand you right. In this system at this time we only have custom templates. There is no basic template includet. That is why you see a white page after an installation and first run at the frontend.
But that is no problem:
------------------------------------
One old basic step doc but it works (table based): http://www.phpwcms.de/forum/viewtopic.php?t=2776
The original by O.G. (table based): http://www.phpwcms.de/index.php?id=14,0,0,1,0,0
A good german doc site by pepe (table based): http://www.peperkorn-online.de/quick-st ... -dev.phtml
A german template site by pepe (DIV based): http://www.phpwcms-templates.de/
A Template using YAML. (at this time only in german language): http://yaml-phpwcms.de/
And last but not least seven engl. templates (DIV based): http://www.128.weitzelmedia.de/index.php?templates
------------------------------------
Documentations: http://www.phpwcms.de/forum/viewtopic.php?p=77825#77825
Regards Knut
Last edited by flip-flop on Mon 5. Feb 2007, 18:33, edited 4 times in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
KH_Vorlage / KH_Template
That isn´t the right way. You must plug your template into phpWcms.mnapiork wrote:I want to design my own template/layout and plug Phpwcms into it.
Admin:
-> page layout for custom template: e.g.
-> custom template into the main block: e.g.
You can fill in what you want between <body> and </body>
Please generate a little little testpage, fill in only into the main block e.g.
Code: Select all
<div class="box1">
<div class="box2">
<p style="list-style:none;margin-left:20px;margin-top:50px;">
{NAV_LIST_UL:F}</p>
</div>
<div class="box3">
<p>My Content</p>
{CONTENT}
</div>
Code: Select all
.box1{
color:black;
background:gray;
border:1px solid black;}
.box2{
margin:0;
padding:10px;
float:left;
width:200px;}
.box3{
margin-left:215px;
margin-right:40px;
padding:10px;
background:silver;}
You will see.
{CONTENT} normaly are the placeholder for any articles you generate.
Regards Knut
Last edited by flip-flop on Sat 15. Sep 2007, 23:03, edited 4 times in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
stcik to div and webstandards
to be frank, this is not really the question. If ever you can us webstandards, this means tableless design where ever possible. so xhtml and css
where do the files go?
Hello, I'm a graphic designer and not a programmer, so I haven't a clue when it comes to php or any other language. Setup was painless in Fantastico, I read the few posts I could find in English on Templates.
So, i get how to use the software to make templates with just HTML or CSS, but if I want to design with pixels in Photoshop / Image Ready and then make a page layout in Dreamweaver, I get that i copy my code from Dreamweaver into the phpwcms admin interface, but where do I place the image files on my server? What is the URL that I put in my code to point to them?
So, i get how to use the software to make templates with just HTML or CSS, but if I want to design with pixels in Photoshop / Image Ready and then make a page layout in Dreamweaver, I get that i copy my code from Dreamweaver into the phpwcms admin interface, but where do I place the image files on my server? What is the URL that I put in my code to point to them?
The only limits that exist, are those we impose on ourselves!
-me
-me
I would really like to learn how to make this dreamweaver template work on the phpwcms. http://www.(removed).com/index.html
This is basically a two-column layout with a header and footer, but no left or right nav bar.
I guess I really just need to know how to make that layout in the admin/page layout and admin/templates.
I have uploaded the template http://www.128.weitzelmedia.de/index.php?install_tmpl3 and have edited to make it usable for me. But, I am wondering why only the "main" table is used? I am having to edit the css to make the changes.
Can anyone help?
This is basically a two-column layout with a header and footer, but no left or right nav bar.
I guess I really just need to know how to make that layout in the admin/page layout and admin/templates.
I have uploaded the template http://www.128.weitzelmedia.de/index.php?install_tmpl3 and have edited to make it usable for me. But, I am wondering why only the "main" table is used? I am having to edit the css to make the changes.
Can anyone help?
Last edited by zeta1600 on Thu 15. Jul 2010, 03:51, edited 1 time in total.
v. 1.3.3
Server: Linux 2.6.18
Local: OS 10.4.9
Browser: Safari 2.0.0.6
Server: Linux 2.6.18
Local: OS 10.4.9
Browser: Safari 2.0.0.6