Bueno les comento, estube intentando isntalar el Mod "Expand categories 1.0.3", pero el problema me surge al instalarlo en mi plantilla >.< la que uso es Attriuum, aclaro aunque ya esta en datos de soporte. Estube probando pero no consegui nada

Les dejo el codigo de mi forumlist_body.html ya que tiene varios cambios.
Código: Seleccionar todo
<!-- BEGIN forumrow -->
<script type="text/javascript">
function show_details(id)
{
document.getElementById(id).style.display = (document.getElementById(id).style.display=='none') ? 'block' : 'none';
}
</script>
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
<br />
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></dt>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="topics">{L_POSTS}</dd>
<dd class="topics">{L_TOPICS}</dd>
</dl>
</li>
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
<!-- ENDIF -->
<ul class="topiclist">
<!-- IF not forumrow.S_IS_CAT -->
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- IF forumrow.FORUM_IMAGE -->
<dl class="icon" style="background-image: url({forumrow.FORUM_IMAGE_SRC}); background-repeat: no-repeat;">
<!-- ELSE -->
<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<!-- ENDIF -->
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle" <!-- IF forumrow.S_UNREAD_FORUM -->{forumrow.NEW_POSTS_LINK}<!-- ENDIF -->>{forumrow.FORUM_NAME}</a><!-- IF forumrow.S_UNREAD_FORUM --><img src="http://blisse-games.com.ar/images/new.png" alt="Nuevos Post" width="16" height="16" /><!-- ENDIF --><br />
{forumrow.FORUM_DESC}
<!-- IF forumrow.MODERATORS -->
<br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><br /><strong><img src="http://www.blisse-games.com.ar/images/categorie.gif" border="0" title="Subforos" /><u>{forumrow.L_SUBFORUM_STR}</u></strong>
<!-- IF forumrow.S_SUBFORUM_DISPLAY === '1' -->
<!-- BEGIN subforum -->
<div class="<!-- IF forumrow.subforum.S_ROW_COUNT is odd -->column2<!-- ELSE -->column1<!-- ENDIF -->"><a href="{forumrow.subforum.U_SUBFORUM}" class="subforum <!-- IF forumrow.subforum.S_UNREAD is odd -->unread<!-- ELSE -->read<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a></div>
<!-- END subforum -->
<!-- ELSEIF forumrow.S_SUBFORUM_DISPLAY === '2' --><br />
<!-- BEGIN subforum -->
<a href="{forumrow.subforum.U_SUBFORUM}" class="subforum"><!-- IF forumrow.subforum.S_UNREAD is odd --><img src="http://www.blisse-games.com.ar/images/newposts.gif" title="Nuevos Mensajes" border="0" /><!-- ELSE --><img src="http://www.blisse-games.com.ar/images/nonewpost.gif" title="Sin mensajes nuevos" border="0" /><!-- ENDIF -->{forumrow.subforum.SUBFORUM_NAME}</a><br />
<!-- END subforum -->
<!-- ELSE -->
{forumrow.SUBFORUMS}<!-- If it's neither 1 nor 2, let's go with default -->
<!-- ENDIF -->
<!-- ENDIF -->
</dt>
<!-- IF forumrow.CLICKS -->
<dd class="redirect"><span>{L_REDIRECTS}: {forumrow.CLICKS}</span></dd>
<!-- ELSEIF not forumrow.S_IS_LINK -->
<dd class="lastpost"><span>
{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --> <br />
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> <!-- IF forumrow.ALTT_LINK_NAME_SHORT --><a <!-- IF forumrow.ALTT_STYLE_BOLD or forumrow.ALTT_STYLE_ITALIC or forumrow.ALTT_STYLE_ADV -->style="<!-- IF forumrow.ALTT_STYLE_BOLD -->font-weight: bold;<!-- ENDIF --><!-- IF forumrow.ALTT_STYLE_ITALIC -->font-style: italic;<!-- ENDIF --> <!-- IF forumrow.ALTT_STYLE_ADV -->{forumrow.ALTT_STYLE_ADV2}<!-- ENDIF -->"<!-- ENDIF --> href="{forumrow.U_ALTT_LINK}" title="{forumrow.ALTT_LINK_NAME}">{forumrow.ALTT_LINK_NAME_SHORT}</a><br /><!-- ENDIF --><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SHORTENED_SUBJECT}</a> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br /></span>
</dd>
<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<!-- ENDIF -->
</dl>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
<div style="height:2px;"></div>
<!-- BEGINELSE -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_NO_FORUMS}</strong>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END forumrow -->
</ul>
