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;
}
I'm using the latest version.
Thanks.