MyBB Community Forums

Full Version: help: most of the plugins display twice
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Most of my plugins display twice on index, how can i change this?
editing the template that was edited by the plugin
there are so many templates, which one should i beginn first?
maybe postbit (top side, the actual in this forums)
and postbit classic (left side)
i
index?
header?

Maybe if you tell the names of the plugins that you are using we could help you more
ProStats
Closed Thread Title Decoration
User Guestbook
Notify of Join Request
Random Slogan
Attachment watcher
Wanum box
Event on Index
Additional Stats in Index Page

and thank you so much, i do know how to beginn now
i just installed random slogan some minutes ago

if it's not showing find in Index
{$myslogan} and add it
if you find it twice delete it


anyway this is my customized myslogan box
try
it
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
        <td class="trow3" align="center" valign="middle">Random Quotes: <br>{$myslogan}</td>      
</tr>

</table>

Prostats goes in index too
and it's code is {$ps_header_index}

i can be wrong with this one but try it anyway
Index_stats .....=> {$adstats}
it's for Additional stats in index page


^^ that's all the ones i know

i hope i helped you
thx much