CatHer and Iris

Support for phpBB mods/hacks.

Moderator: Moderators

CatHer and Iris

Postby MHerm88 on Mon May 24, 2004 11:02 pm

I want to install CatHer on my forums using Iris as the skin... How exactly could I do that? I want to keep the index the same but I have to alter index_box.tpl to do so but I don't know exactly how... Any help would be much apprciated....
MHerm88
Registered User
Registered User
 
Posts: 53
Joined: Mon May 24, 2004 10:59 pm
Location: West Chester PA

Postby PostBot on Tue May 25, 2004 7:22 am

Can you paste part of code that you don't know how to apply?
Do NOT pm me, I don't visit this forum anymore, don't own it, don't provide any support and don't moderate.
User avatar
PostBot
Moderator
Moderator
 
Posts: 10659
Joined: Sat Aug 02, 2003 3:52 pm
Location: Mars

Postby MHerm88 on Tue May 25, 2004 8:46 pm

Code: Select all
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
   <th colspan="{catrow.tablehead.INC_SPAN}" width="100%" nowrap="nowrap">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
   <th width="50" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
   <th width="150" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
   <!-- BEGIN inc -->
   <td width="46" class="{catrow.cathead.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
   <!-- END inc -->
   <td class="{catrow.cathead.CLASS_CAT}" width="100%" colspan="{catrow.cathead.INC_SPAN}"><span class="cattitle"><a href="{catrow.cathead.U_VIEWCAT}" class="cattitle" title="{catrow.cathead.CAT_DESC}">{catrow.cathead.CAT_TITLE}</a></span></td>
   <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
   <!-- BEGIN inc -->
   <td width="46" class="{catrow.forumrow.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
   <!-- END inc -->
   <td  class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
   <td class="row1" width="100%" height="50" colspan="{catrow.forumrow.INC_SPAN}" valign="top">
      <!-- BEGIN forum_icon -->
      <table cellpadding="2" cellspacing="0" border="0" width="100%" height="47">
      <tr>
         <td width="46" align="center"><a href="{catrow.forumrow.U_VIEWFORUM}"><img src="{catrow.forumrow.ICON_IMG}" border="0" /></a></td>
         <td>
      <!-- END forum_icon -->
      <span class="forumlink"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /></span>
      <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
      <span class="gensmall">{catrow.forumrow.L_MODERATOR}{catrow.forumrow.MODERATORS}{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
      <!-- BEGIN forum_icon -->
         </td>
      </tr>
      </table>
      <!-- END forum_icon -->
   </td>
   <!-- BEGIN forum_link_no -->
   <td class="row3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
   <td class="row3" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
   <!-- END forum_link_no -->
   <!-- BEGIN forum_link -->
   <td class="row3" align="center" valign="middle" height="50" colspan="3"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
   <!-- END forum_link -->
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
   <!-- BEGIN inc -->
   <td width="46" class="{catrow.catfoot.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
   <!-- END inc -->
   <td colspan="{catrow.catfoot.INC_SPAN}" height="1" class="spaceRow"><img src="{SPACER}" alt="" width="1" height="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table>
<br class="gensmall" />
<!-- END tablefoot -->
<!-- END catrow -->


Thats the code in index_box.tpl... That changes the style around to make it have subcats and such but it'll take away the look of Iris in it...
MHerm88
Registered User
Registered User
 
Posts: 53
Joined: Mon May 24, 2004 10:59 pm
Location: West Chester PA

Postby PostBot on Tue May 25, 2004 9:24 pm

Before
Code: Select all
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
add this (right before it, in the same line):
Code: Select all
{TPL_HDR1}<span class="cattitle">&nbsp;</span>{TPL_HDR2}
and after </table> add {TPL_FTR}

Also delete this code:
Code: Select all
width="46" height="25"
in <img> tag for folders.

And i'm afraid that's all you can do about it. That mod is not compatible with Iris so you won't have separated categories.
Do NOT pm me, I don't visit this forum anymore, don't own it, don't provide any support and don't moderate.
User avatar
PostBot
Moderator
Moderator
 
Posts: 10659
Joined: Sat Aug 02, 2003 3:52 pm
Location: Mars


Return to phpBB Mods

Who is online

Users browsing this forum: No registered users and 0 guests