Hataz |
|
---|---|
Whats wrong with http://mediaworld.name43.com and how do I fix it?
|
Sergeich |
|
---|---|
news.tpl, delete tag <script> and relax
![]() |
Hataz |
|
---|---|
Ok tell me the DEFAULT code for news.tpl please
|
Sergeich |
|
---|---|
<!-- BEGIN: NEWS -->
<div class="lboxHD">{PHP.L.News}:</div>
<div class="lboxBody">
<!-- BEGIN: PAGE_ROW -->
<div class="newsTitle">
<div class="newsDate">{PAGE_ROW_DATE}</div>
<strong><a href="{PAGE_ROW_URL}">{PAGE_ROW_SHORTTITLE}</a></strong>
</div>
<div class="newsBody">{PAGE_ROW_TEXT} {PAGE_ROW_MORE}</div>
<div class="newsPosted">{PHP.L.Poster}: {PAGE_ROW_OWNER}</div>
<div class="newsOther">{PHP.L.Category}: {PAGE_ROW_CATPATH} {PAGE_ROW_COMMENTS}</div>
<div class="block">
<!-- BEGIN: PAGE_TAGS -->
<hr />
<strong>{PHP.L.Tags}:</strong>
<!-- BEGIN: PAGE_TAGS_ROW -->
<!-- IF {PAGE_TAGS_ROW_TAG_COUNT} > 0 -->, <!-- ENDIF --><a href="{PAGE_TAGS_ROW_URL}" title="{PAGE_TAGS_ROW_TAG}">{PAGE_TAGS_ROW_TAG}</a>
<!-- END: PAGE_TAGS_ROW -->
<!-- END: PAGE_TAGS -->
<!-- BEGIN: PAGE_NO_TAGS -->
{PAGE_NO_TAGS}
<!-- END: PAGE_NO_TAGS -->
</div>
<!-- END: PAGE_ROW -->
<div class="paging">{PAGE_PAGEPREV} {PAGE_PAGENAV} {PAGE_PAGENEXT}</div>
</div>
<!-- END: NEWS --> |
Hataz |
|
---|---|
# Sergeich : I did that and it still doesn't work Added 33 minutes later: Update: I fixed it look http://mediaworld.name43.com The thing is, I want the news to show up? |
|
This post was edited by Hataz (2009-12-26 09:42, 15 years ago) |
pieter |
|
---|---|
You have forgot the tag for news: {INDEX_NEWS}
Your index.tpl is below. If you want it before the latest forumtopics, place it right before <div class="lboxHD">{PHP.skinlang.index.Newinforums}</div>
<div class="lboxBody">{PLUGIN_LATESTTOPICS}</div> Your index.tpl: <div id="lSide">
<div class="lboxHD">{PHP.skinlang.index.Newinforums}</div>
<div class="lboxBody">{PLUGIN_LATESTTOPICS}</div>
</div>
<div id="rSide">
<div class="rboxHD">{INDEX_TOP_TAG_CLOUD} :</div>
<div class="rboxBody">{INDEX_TAG_CLOUD}</div>
<div class="rboxHD">{PHP.skinlang.index.Polls}</div>
<div class="rboxBody">{PLUGIN_INDEXPOLLS}</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 --> ... can we help you ...
|
Hataz |
|
---|---|
<!-- BEGIN: MAIN -->
<div id="lSide"> <div class="lboxHD">{PHP.skinlang.index.Newinforums}</div> <div class="lboxBody">{PLUGIN_LATESTTOPICS}</div> </div> <div id="rSide"> <div class="rboxHD">{INDEX_TOP_TAG_CLOUD} :</div> <div class="rboxBody">{INDEX_TAG_CLOUD}</div> <div class="rboxHD">{PHP.skinlang.index.Polls}</div> <div class="rboxBody">{PLUGIN_INDEXPOLLS}</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 --> Is my current index.tpl for sed dark. Please give the full code to replace |
pieter |
|
---|---|
See my post above.
Just put {INDEX_NEWS} in there? ... can we help you ...
|