I added article in admin but why nothing show in index.php?
I added article in admin but why nothing show in index.php?
Hello, I just finished the installation and login to admin, then add article and categories, and can you teach me how to show all content , including site structure ? any page for displaying all the content I added?
thanks a lot!!!!
thanks a lot!!!!
Hi eggidea,
Please look at this post from Pappnase :
http://www.phpwcms.de/forum/viewtopic.php?p=4212#4212
Create a layout, create a template, then put Replacement Tags in your template to show your content. Use it like this :
For a list of replacement tags you can look here :
http://www.phpwcms.de/index.php?id=17,0,0,1,0,0
or here
http://www.fhss.de/replacement/replace_tags.htm
and last but not least use the search function !
cu
Achim
Please look at this post from Pappnase :
http://www.phpwcms.de/forum/viewtopic.php?p=4212#4212
Create a layout, create a template, then put Replacement Tags in your template to show your content. Use it like this :
Code: Select all
{CONTENT}http://www.phpwcms.de/index.php?id=17,0,0,1,0,0
or here
http://www.fhss.de/replacement/replace_tags.htm
and last but not least use the search function !
cu
Achim
ParaDroid
knquadrat edv + marketing
http://www.knquadrat.de
phpWCMS Dokumentation | Deutsch | English
knquadrat edv + marketing
http://www.knquadrat.de
phpWCMS Dokumentation | Deutsch | English
Hi,
create a layout, then a template that uses your layout. If you create a Sitestructure you can assign each structure level to a template. In your template you can put the {CONTENT} Tag in the desired place (main section).
If you create an article in your prepared site structure level, the content will be insertet in the place where you put you {CONTENT} tag.
cu
Achim
create a layout, then a template that uses your layout. If you create a Sitestructure you can assign each structure level to a template. In your template you can put the {CONTENT} Tag in the desired place (main section).
If you create an article in your prepared site structure level, the content will be insertet in the place where you put you {CONTENT} tag.
cu
Achim
ParaDroid
knquadrat edv + marketing
http://www.knquadrat.de
phpWCMS Dokumentation | Deutsch | English
knquadrat edv + marketing
http://www.knquadrat.de
phpWCMS Dokumentation | Deutsch | English
-
Pappnase
how to edit {BREADCRUMB}
Do you know how to edit the root text of {BREADCRUMB}?
As it default the root is Home, just like Home > About Us
How can I change the root text? for example, Main > About Us?
thanks a lot
As it default the root is Home, just like Home > About Us
How can I change the root text? for example, Main > About Us?
thanks a lot
Re: how to edit {BREADCRUMB}
http://www.phpwcms.de/forum/viewtopic.p ... light=homeeggidea wrote:Do you know how to edit the root text of {BREADCRUMB}?
As it default the root is Home, just like Home > About Us
How can I change the root text? for example, Main > About Us?
thanks a lot
http://www.studmed.dk Portal for doctors and medical students in Denmark
Re: how to edit {BREADCRUMB}
Thank you frold and Pappnase, you guys are very helpful!!!frold wrote:http://www.phpwcms.de/forum/viewtopic.p ... light=homeeggidea wrote:Do you know how to edit the root text of {BREADCRUMB}?
As it default the root is Home, just like Home > About Us
How can I change the root text? for example, Main > About Us?
thanks a lot