Foren / Cotonti / Support / How to add articles page to homepage?

michael-chung
#31502 21. November 2011, 08:06

Guys please first try than post a comment.I upgraded in 0.6.20 still doesn't work.

Here is the index.tpl code:

<!-- BEGIN: MAIN -->

<div id="lSide">

    {INDEX_NEWS}
    <div class="lboxHD">{PHP.skinlang.index.Newinforums}:</div>
    <div class="lboxBody">{PLUGIN_LATESTTOPICS}</div>
    
</div>
<div id="rSide">

    <div class="rboxHD">{PHP.L.Tags}:</div>
    <div class="rboxBody">
        {INDEX_TAG_CLOUD}
        {INDEX_TAG_CLOUD_ALL_LINK}
    </div>
    
    <div class="rboxHD">{PHP.L.Polls}:</div>
    <div class="rboxBody">{INDEX_NEWS_ARTICLES}</div>
    
    <div class="rboxHD">{PHP.skinlang.index.Recentadditions}:</div>
    <div class="rboxBody">{PLUGIN_LATESTPAGES}</div>
    
    <div class="rboxHD">{PHP.skinlang.index.Online}:</div>
    <div class="rboxBody"><a href="plug.php?e=whosonline">{PHP.out.whosonline}</a> :<br />{PHP.out.whosonline_reg_list}</div>
</div>

<!-- END: MAIN -->

 

In administration panel to category is regular one, cuz i just installed the new version, but still doesn work and didnt show in this case articles that are already created.Here i puted the tag to polls content, but also i have tryed in other contents but still not working.Thanks