phpBB-TweakS
 
Advanced Search
   
 
Home Downloads FAQ Register FAQ Memberlist Usergroups Ranks
 
 

Please help us to develop!

 
It appears you are using a browser that is not based on Internet Explorer, this means you are not viewing the web as good as you should be. Other browsers might try to immitate Internet Explorer, but none can parse the web as it should like Internet Explorer can. So view the web as it was meant to be with Avant Browser!
         

phpBB-TweakS Forum Index Index Support Browsing Users In Forums
Display posts from previous:   
Half Thread Topic  Fully Thread Topic  Download Topic
      All times are GMT - 5 Hours  
Post new topic  Reply to topic

Fri Jun 03, 2005 1:00 pm
Author Message
phucc.q
Amature TweakeR
Amature TweakeR


Joined: 29 Jan 2005
Posts: 18
Words Posted: 4,560
Average Post: 253.33

Location: sidewalk.

Post subject: Browsing Users In Forums Reply with quote

I read another post here about the error, but I'm not sure what to do. The index_box.tpl has what the installation is requiring. not the index_body.tpl



Code:
-----------------------------------
----[ OPEN ]-----------------------
-----------------------------------

[b]templates/*/index_body.tpl[/b]

-----------------------------------
----[ FIND ]-----------------------
-----------------------------------

{catrow.forumrow.FORUM_NAME}</a>

-----------------------------------
----[ AFTER, ADD ]-----------------
-----------------------------------

 <span class="gensmall">{catrow.forumrow.BROWSING}</span>

-----------------------------------
----[ CLOSE & SAVE ]---------------
-----------------------------------


I just can't seem to find this in my index_body.tpl file, only in the index_box.tpl. Plus it's not showing on my site since I've added it to the index_box.tpl.

This is what my index_body.tpl file looks like. I have 4 templates. This is one.

Code:
<!-- mod : categories hierarchy v 2 -->
  <tr>
   <td align="left" valign="bottom"><span class="gensmall">
   <!-- BEGIN switch_user_logged_in -->
   {LAST_VISIT_DATE}<br />
   <!-- END switch_user_logged_in -->
   {CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
   <td align="right" valign="bottom" class="gensmall">
      <!-- BEGIN switch_user_logged_in -->
      <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
      <!-- END switch_user_logged_in -->
      <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>

<br />
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
   <tr>
     <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
   </tr>
   <tr>
     <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
      <input class="post" type="text" name="username" size="10" />
      Â Â Â {L_PASSWORD}:
      <input class="post" type="password" name="password" size="10" />
      Â Â    {L_AUTO_LOGIN}
      <input class="text" type="checkbox" name="autologin" />
      Â Â Â 
      <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
      </span> </td>
   </tr>
  </table>
</form>
<!-- END switch_user_logged_out -->

{BOARD_INDEX}

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr>
   <td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
   <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>
<!-- BEGIN disable_viewonline -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr>
   <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr>
   <td class="row1" align="center" valign="middle" rowspan="4"><img src="templates/Appalachia/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
   <td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
   </td>
  </tr>
<tr>
   <td class="row1" align="left"><span class="gensmall">{L_USERS_TODAY} {L_USERS_LASTHOUR}<br />{USERS_TODAY_LIST}</br></span></td>   
</tr>
  <tr>
   <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}   [ {L_WHOSONLINE_ADMIN} ]   [ {L_WHOSONLINE_MOD} ]
   <!-- BEGIN colors -->
   {colors.GROUPS}
   <!-- END colors -->
   <br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
  </tr>
  <tr>
   <td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
  </tr>
</table>
<!-- END disable_viewonline -->

<table width="100%" cellpadding="1" cellspacing="1" border="0">
   <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</table>

<br clear="all" />

<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr>
   <td width="20" align="center"><img src="templates/Appalachia/images/folder_new.gif" alt="{L_NEW_POSTS}"/></td>
   <td><span class="gensmall">{L_NEW_POSTS}</span></td>
   <td>  </td>
   <td width="20" align="center"><img src="templates/Appalachia/images/folder.gif" alt="{L_NO_NEW_POSTS}" /></td>
   <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
   <td>  </td>
   <td width="20" align="center"><img src="templates/Appalachia/images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td>
   <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>


Thanks for any help.
Post #1
      Back To Top  

Fri Jun 03, 2005 7:20 pm
Author Message
aUsTiN
Webmaster
Webmaster


Usa Georgia

Joined: 05 Jan 2005
Posts: 3684
Words Posted: 144,671
Average Post: 39.27

Location: USA

Post subject: Reply with quote

index_box.tpl is not a phpBB file. So you will need to figure out what mod added that & then work out an integration.
Post #2
      Back To Top  

Fri Jun 03, 2005 7:42 pm
Author Message
phucc.q
Amature TweakeR
Amature TweakeR


Joined: 29 Jan 2005
Posts: 18
Words Posted: 4,560
Average Post: 253.33

Location: sidewalk.

Post subject: Reply with quote

Ok, I'll check that out.
Post #3
      Back To Top  

Fri Jun 03, 2005 10:30 pm
Author Message
phucc.q
Amature TweakeR
Amature TweakeR


Joined: 29 Jan 2005
Posts: 18
Words Posted: 4,560
Average Post: 253.33

Location: sidewalk.

Post subject: Reply with quote

ok I found it. It has to do with Categories Hierarchy (Sub Forums and Sub Categories) . Is there anyway to work around this? or Should I just uninstall it?
Post #4
      Back To Top  

Sat Jun 04, 2005 7:03 pm
Author Message
aUsTiN
Webmaster
Webmaster


Usa Georgia

Joined: 05 Jan 2005
Posts: 3684
Words Posted: 144,671
Average Post: 39.27

Location: USA

Post subject: Reply with quote

There is always a workaround, just good luck with the CH mod, as it makes so many mods incompatable.
Post #5
      Back To Top  

Tue Jun 07, 2005 12:09 pm
Author Message
phucc.q
Amature TweakeR
Amature TweakeR


Joined: 29 Jan 2005
Posts: 18
Words Posted: 4,560
Average Post: 253.33

Location: sidewalk.

Post subject: Reply with quote

I can't seem to figure this out on the CH mod. Everywhere I place it doesn't seem to work. Are you going to make one compatible with this? or should I just uninstall it?
Post #6
      Back To Top  

Tue Jun 07, 2005 3:01 pm
Author Message
aUsTiN
Webmaster
Webmaster


Usa Georgia

Joined: 05 Jan 2005
Posts: 3684
Words Posted: 144,671
Average Post: 39.27

Location: USA

Post subject: Reply with quote

I personally have no intention to no. I dont make integrations for CH or PCP anymore. Way to much of a hassle for mods that delete way to much code. People who choose to lose the, take the chance of losing being able to use so many other mods for the sake of 1, which is not worth it if ya ask me, but every one to their own.
Post #7
      Back To Top  

Thu Jun 09, 2005 7:32 am
Author Message
phucc.q
Amature TweakeR
Amature TweakeR


Joined: 29 Jan 2005
Posts: 18
Words Posted: 4,560
Average Post: 253.33

Location: sidewalk.

Post subject: Reply with quote

Yeah, I understand you on that and very true on that matter. Nice Mod though.
Post #8
      Back To Top  

 
         

Post new topic  Reply to topic

phpBB-TweakS Forum Index Index Support Browsing Users In Forums
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


      Back To Top  

Page 1 of 1
Jump to:  
 
Protected by phpBB Security © phpBB-TweakS
phpBB Security Has Blocked 3,237 Exploit Attempts.

· Archive · Sitemap: Index · Sitemap: Forums · Sitemap: Topics · Sitemap: Posts ·

:: [ Load Time: 2.9 Seconds ] :: [ 30 Queries ] :: [ 444 Page(s) Viewed Today ] ::
:: [ Todays Queries: 13,529 ] :: [ Highest Load: 1,396,429 Queries On May. 08, 2007 ] ::
:: [ SQL Load: 60% Time: 1.7 ] :: [ PHP Load: 40% Time: 1.2 ] :: [ Debug: On ] :: [ GZIP: Enabled ] ::
:: The server last rebooted 82 days, 16 hours, 14 minutes, 0 seconds ago. ::

The phpBB[Network]!
       
Powered by phpBB 2.0.* © 2001, 2002 phpBB Group
Avalanche style by What Is Real © 2004