Page 1 of 1

Two little problems: date in article and admin indicator

Posted: Tue 1. May 2007, 08:47
by sustia
Hi, in a new site under construction I have two little problems.

When I Insert an article, I don't want the date to show, so I deleted the [DATE] tag from /template/inc_cntpart/articlesummary/article/sample.tmpl but anyway the date is still here after inserting a new article, as you can see in this page:

http://www.elsaltaor.com/index.php?id=17,9,0,0,1,0

Another little problem is that I'm unable to see the Visual mode indicator in the front page to directly modify that page (when logging like administrator)..anyway in my css I have the code:

Code: Select all

#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}
Any solution?
I'm using the latest version.
Thanks.

Posted: Tue 1. May 2007, 09:29
by antonis
You should edit:

template\inc_default\article_summary.tmpl

and

template\inc_default\article_summary_list.tmpl

for default article templates.

Posted: Tue 1. May 2007, 09:52
by sustia
Thank antonis, you are right, I had made confusion and modified the wrong file.
Anyway, the other problem remain..and it's strange because before the upgrade it was visible.

Posted: Tue 1. May 2007, 11:10
by Oliver Georgi
you need to enable frontend session support which is defined in var

Code: Select all

$phpwcms['SESSION_FEinit'] = 1;
Oliver

Posted: Tue 1. May 2007, 11:23
by sustia
Thanks Oliver, that value missing because of the upgrade, and the conf.inc.php was the old.