Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
lpsoleil
Posts: 17 Joined: Sun 25. Dec 2005, 23:04
Location: Montreal, Canada
Contact:
Post
by lpsoleil » Thu 15. Mar 2007, 15:39
I lately made another site using Phpwcms and there is a lot of new tricks that i don't really know how to manage , one of it is to get rid of the last update display in the frontend.
Can you help me with it please. Probably is really simple...
Thank You
site url
http://www.enlumination.ca/index.php?id=8,0,0,1,0,0
Last edited by
lpsoleil on Thu 15. Mar 2007, 15:59, edited 1 time in total.
juergen
Moderator
Posts: 4556 Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:
Post
by juergen » Thu 15. Mar 2007, 15:55
hello
in : template/inc_cntpart/articlesummary/article/sample.tmpl
Code: Select all
<!--
sample custom full article summary template
===========================================
TITLE = article title
SUB = article subtitle
SUMMARY = article summary text
IMAGE = summary image, also click zoomable
CAPTION = summary image caption
DATE = show article date {DATE:FORMAT:LANG} or {DATE:FORMAT}
//-->
<div>
[TITLE]<h1 style="margin:0 0 5px 0;">{TITLE}</h1>[/TITLE]
[SUB]<h3 style="margin:0 0 5px 0;">{SUB}</h3>[/SUB]
<p style="margin:0">[IMAGE]<span style="float:left;margin:2px 10px 8px 0;">{IMAGE}[CAPTION]<br>{SPACER:1x3}<br>{CAPTION}[/CAPTION]</span> [/IMAGE]
<strong>{DATE:Y-m-d:EN}</strong>{SUMMARY}</p>
</div>
delete the:
You should as well look for the other templates....or define your own ...
greetz
lpsoleil
Posts: 17 Joined: Sun 25. Dec 2005, 23:04
Location: Montreal, Canada
Contact:
Post
by lpsoleil » Thu 15. Mar 2007, 15:59
Well, that will now be really easy to correct. Thank you very much!
MadDoctor
Posts: 18 Joined: Tue 25. Jul 2006, 00:46
Contact:
Post
by MadDoctor » Mon 19. Mar 2007, 00:21
Or if you want to change the default article template, edit:
Code: Select all
/public_html/template/inc_default/article_summary.tmpl
lpsoleil
Posts: 17 Joined: Sun 25. Dec 2005, 23:04
Location: Montreal, Canada
Contact:
Post
by lpsoleil » Mon 19. Mar 2007, 13:51
I figure that out and I think now that you send me there, that phpWcms it's a really flexible tool. Even more than I imagine... Thanks you