phpbb errors with any new theme

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   phpbb errors with any new theme
VictorCody
CZ Newbie
VictorCody has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: May 13, 2005
0.00 posts per day
Posts: 5
Points: 151
   
Any theme I install I get this error when trying to access my forums:


Template->make_filename(): Error - file modules/Forums/templates/Glass/glance_body.tpl does not exist

I requested assistance from the maker of the themes but was instructed to try here since it is such a heavily moded phpbb in phpnuke.
Can someone please help me?
Thank you.
Vic



Back to top Reply with quote
#2   re: phpbb errors with any new theme
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
who was the maker of the theme that directed you here? and do you have ANY theme at all that works?

that error is basically just saying that the file is missing. If you have the glance_body.tpl file from any other theme, you can just simply copy that over to that theme. You must have added the glance mod and so that theme is looking for that file.



Back to top Reply with quote
#3   re: phpbb errors with any new theme
cerby
CZ Newbie
cerby has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Jan 02, 2005
0.00 posts per day
Posts: 17
Points: 943
   
umm where you got the theme , on phpbb site? or a nuke site ? , that might be it.

most of the phpbb themes are not compatible with nuke, you have to take one thats been made for phpbb but for Nuke.



Back to top Reply with quote
#4   
aUsTiN
CZ Active Member
aUsTiN has been a member for over 20 year's 20 Year Member
usa.gif georgia.gif
Age: 41
Gender: Male
Website:
Status: Offline
Joined: Sep 09, 2003
0.02 posts per day
Posts: 142
Points: 57
  MSN Messenger 
The glance mod does not come with an install of phpBB, therefor neither does the tpl. Below is the tpl.


<span class="gen"><br /></span>
<table width="{GLANCE_TABLE_WIDTH}" cellpadding="2" cellspacing="1" border="0" class="forumline" height="100%">
   <!-- BEGIN switch_glance_news -->
    <tr>
      <th class="thCornerL" height="28" align="center" width="30">
   <!--   <span class="newsbutton" onClick="rollup_contract(this, 'phpbbGlance_news');">-->
    <!-- BEGIN switch_news_on -->
         -
    <!-- END switch_news_on -->
    <!-- BEGIN switch_news_off -->
         +
    <!-- END switch_news_off -->
      </span>
      </th>
      <th class="thTop" height="28" align="left">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
            <tr><th align="left">
                {NEWS_HEADING}
                </th>
              <th align="right">
                    {switch_glance_news.PREV_URL}  {switch_glance_news.NEXT_URL}  
                </th>
            </tr>
            </table>
        </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_FORUM} </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th>
        <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th>
        <th class="thCornerR" align="center" nowrap="nowrap"> {L_LASTPOST} </th>
    </tr>

    <!-- BEGIN switch_news_on -->
    <tbody id="phpbbGlance_news" style="display: ;">
    <!-- END switch_news_on -->
    <!-- BEGIN switch_news_off -->
    <tbody id="phpbbGlance_news" style="display: none;">
    <!-- END switch_news_off --> 

   <!-- END switch_glance_news -->
    <!-- BEGIN news -->
   <tr>
      <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a href="{news.TOPIC_LINK}">{news.BULLET}</a></td>
      <td valign="middle" width="100%" class="row1"><span class="genmed"><a href="{news.TOPIC_LINK}" class="genmed">{news.TOPIC_TITLE}</a></span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{news.FORUM_LINK}" class="genmed">{news.FORUM_TITLE}</a></span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_POSTER}</span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_REPLIES}</span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_TIME}<br />{news.LAST_POSTER}</span></td>
   </tr>
   <!-- END news -->
    </tbody>

   <tr>
      <td class="spaceRow" colspan="6" height="1"><img src="templates/netclectic/images/spacer.gif" alt="" width="1" height="1" /></td>
   </tr>

   <!-- BEGIN switch_glance_recent -->
    <tr>
      <th class="thCornerL" height="28" align="center" width="30">
   <!--   <span class="newsbutton" onClick="rollup_contract(this, 'phpbbGlance_recent');">-->
    <!-- BEGIN switch_recent_on -->
         -
    <!-- END switch_recent_on -->
    <!-- BEGIN switch_recent_off -->
         +
    <!-- END switch_recent_off -->
      </span>
      </th>
      <th class="thTop" height="28" align="left">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
            <tr><th align="left">
                {RECENT_HEADING}
                </th>
              <th align="right">
                    {switch_glance_recent.PREV_URL}  {switch_glance_recent.NEXT_URL}  
                </th>
            </tr>
            </table>
        </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_FORUM} </th>
        <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th>
        <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th>
        <th class="thCornerR" align="center" nowrap="nowrap"> {L_LASTPOST} </th>
    </tr>

    <!-- BEGIN switch_recent_on -->
    <tbody id="phpbbGlance_recent" style="display: ;">
    <!-- END switch_recent_on -->
    <!-- BEGIN switch_recent_off -->
    <tbody id="phpbbGlance_recent" style="display: none;">
    <!-- END switch_recent_off --> 

   <!-- END switch_glance_recent -->

    <!-- BEGIN recent -->
   <tr>
      <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a href="{recent.TOPIC_LINK}">{recent.BULLET}</a></td>
      <td valign="middle" width="100%" class="row1"><span class="genmed"><a href="{recent.TOPIC_LINK}" class="genmed">{recent.TOPIC_TITLE}</a></span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{recent.FORUM_LINK}" class="genmed">{recent.FORUM_TITLE}</a></span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_POSTER}</span></td>
      <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_REPLIES}</span></td>
      <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.LAST_POST_TIME}<br />{recent.LAST_POSTER}</span></td>
   </tr>
    <!-- END recent -->
    </tbody>
</table>
<span class="gen"><br /></span>



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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
You cannot attach files in this forum
You cannot download files in this forum