Two little problems: date in article and admin indicator

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Two little problems: date in article and admin indicator

Post 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.
Campeones del mundo!
Vegetables!
antonis
Posts: 35
Joined: Mon 7. Jun 2004, 14:55

Post by antonis »

You should edit:

template\inc_default\article_summary.tmpl

and

template\inc_default\article_summary_list.tmpl

for default article templates.
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post 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.
Campeones del mundo!
Vegetables!
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

you need to enable frontend session support which is defined in var

Code: Select all

$phpwcms['SESSION_FEinit'] = 1;
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post by sustia »

Thanks Oliver, that value missing because of the upgrade, and the conf.inc.php was the old.
Campeones del mundo!
Vegetables!
Post Reply