Last update display - v 1.3 *RESOLVE*

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
lpsoleil
Posts: 17
Joined: Sun 25. Dec 2005, 23:04
Location: Montreal, Canada
Contact:

Last update display - v 1.3 *RESOLVE*

Post by lpsoleil »

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... :oops:

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.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

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:

Code: Select all

<strong>{DATE:Y-m-d:EN}</strong>
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:

Thank you

Post by lpsoleil »

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 »

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 »

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
Post Reply