Форуми / Cotonti / Support / How do i edit the home page?

i dunno how in admin

pieter
#9557 08.03.2009 18:42
Here locally I guess they added a part to the index.tpl
It is static.

They added a block like there is one already:
<div class="lboxHD">{PHP.skinlang.index.Newinforums}</div>
<div class="lboxBody">{PLUGIN_LATESTTOPICS}</div>
Change it to this:
<div class="lboxHD">Title you want</div>
<div class="lboxBody">Text you want, this is the body</div>

And add it above {INDEX_NEWS}.

<div id="lSide">
	<div class="lboxHD">Title you want</div>
	<div class="lboxBody">Text you want, this is the body</div>

	{INDEX_NEWS}

	<div class="lboxHD">{PHP.skinlang.index.Newinforums}</div>
	<div class="lboxBody">{PLUGIN_LATESTTOPICS}</div>
	
</div>
... can we help you ...