moondood
|
how to get ridHow can i get rid of the top posters on my forum , the top poster section was supposed to go on the index page , but as you see it didnt
help please guys?
http://leedspeeps.myfastforum.org...=e2d99378af14203c67c6aff6539cf1f7
thanks
|
Brandon
|
Can you not just remove the code you put in to get it there?
|
moondood
|
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<!--BEGIN switch_topposters_title -->
<tr>
<th colspan="2" class="thCornerL" nowrap="nowrap">{TOPPOSTERS_TITLE}</th>
</tr>
<!--END switch_topposters_title -->
<!-- BEGIN topposters -->
<tr>
<td class="row2"><span class="topictitle"><a href="{topposters.U_PROFILE}" class="topictitle">{topposters.NAME}</a></span></td>
<td class="row2"><span class="topictitle">{topposters.POSTS}</a></span></td>
</tr>
<!-- END topposters -->
</table>
i deleted that , and the template crashed
|
admin (no pm's please)
|
What do you mean crashed?
I think I can guess, as the system does not like empty files.
But yoiu need to edit cms_indexbody.tpl to remove the TOPPOSTERS component.
|
CodyT07
|
You never start
<!--BEGIN.....--> As thats a phpbb switch and can cause errors if not careful......
Log in at http://www.myfreeforum.org or http://www.myfastforum.org log in your forum and from there change you style back to subsilver. And try again
|
moondood
|
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" width="150" valign="top"><span class="topictitle">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.MAINMENU}</td>
</tr>
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.LATEST}</td>
</tr>
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.LINKSMENU}</td>
</tr>
</table>
</span>
</td>
<td valign="top">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr><td>{MYFF.DESCRIPTION}</td></tr>
<tr><td>
{MYFF.COMPONENT}
</td>
</tr>
</table>
</td>
<td align="left" width="150" valign="top"><span class="topictitle">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.CATEGORIES}</td>
</tr>
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.POPULAR}</td>
</tr>
</table>
</span>
</td>
</tr>
</table>
I tried that but its not there:-( any other ideas please ?
Thanks for your help [/i]
|
admin (no pm's please)
|
| 456Sm wrote: | | Can you not just remove the code you put in to get it there? |
I think this reply is to the point, you put it in some file probaby overall_footer.tpl, and so need to remove it.
|
moondood
|
If I reset it to subsilver will i lose my template that i have already made?
|
admin (no pm's please)
|
What do you mean "reset it".
Unless you use the :
Create one of your Forum Templates from an existing template
button, then you will not destroy a template you have created.
|
moondood
|
Sorted guys thanks alot
|
Nick(NR)
|
just check in the following files for the {TOPPOSTERS} component and rmove it:
overall_footer.tpl
Index_body.tpl
cms_index_body.tpl
look in them to find it, then just as Brandon said delete it.
|
|
|