1
drewdizzy
No content
  • 2007/5/30 17:16

  • drewdizzy

  • Just popping in

  • Posts: 23

  • Since: 2004/5/5 0


I'm building a new theme. When I test it, the front page content appears fine with no problem, but when I click other links like view account, forums, etc. I dont see any content on the center column or the right column....but I can still see and access the main menu. Could some one please tell me what could be the problem.

Cheers!

2
tmreg
Re: No content
  • 2007/5/30 22:22

  • tmreg

  • Not too shy to talk

  • Posts: 137

  • Since: 2006/7/20


Please post the text of your theme.html file.
-Matt

3
drewdizzy
Re: No content
  • 2007/5/31 14:19

  • drewdizzy

  • Just popping in

  • Posts: 23

  • Since: 2004/5/5 0


DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />

<{
$xoops_module_header}>
<
script type="text/javascript">

script>
head>

<
body>
<
div id="wrap">
  <
a name="top">a>
  <
table class="toptable" cellspacing="0">
  <
tr>
    
  tr>
  <
tr>
    <
td id="headerlogo"><a href="<{$xoops_url}>"><img src="<{$xoops_url}>/themes/Toonda/images/bongonet2_03.jpg" alt="Bongo Network Logo" 
                                
width="151" height="152" border="0" />a>td>
    <
td colspan="2" id="headerbanner"><img src="<{$xoops_url}>/themes/Toonda/images/bongonet2_06.jpg" alt="Welcome to BongoNetwork.com" 
                                    
width="503" height="152" />td>
  tr>
  <
tr>
    <
td class="headerbarL"><div class="topBarL">&nbsp;div>td>
    <
td class="headerbarC" ><div class="topBarC0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <
a href="#" class="topLink">Home&nbsp;a>&nbsp;
        <
a href="#" class="topLink">B-Net Media&nbsp;a>&nbsp;
        <
a href="#" class="topLink">Contact Us&nbsp;a>&nbsp;
        <
a href="#"class="topLink">About Us&nbsp;a>&nbsp;
        <
a href="#" class="topLink2">Recommend&nbsp;a>div>    td>
    <
td class="headerbarR" >
    td>
  tr>
table>
<
table class="maintable" cellspacing="0">
            <
tr>
                <
td id="leftcolumn">
                    
                <{foreach 
item=block from=$xoops_lblocks}>
                  <{include 
file="Toonda/blocks/theme_blockleft.html"}>
                <{/foreach}>
                                    td>
                <
td id="centercolumn">
                    
                    
                        <
table cellspacing="0">
                        <
tr>
                            <
td id="centerCcolumn" colspan="2">                            
                            <
div class="banner"><{$xoops_banner}>div>
                                    
                                <{if 
$xoops_showcblock == 1}>
                                
                                    
                                <{foreach 
item=block from=$xoops_ccblocks}>
                                  <{include 
file="Toonda/blocks/theme_blockcenter_c.html"}>
                                <{/foreach}>
                                                                td>
                          tr>
                        <
tr>
                          <
td id="centerCcolumn2" colspan="2"><img src="images/savedarfurnick.gif" width="468" height="60" />td>
                          tr>
                          <
tr>
                            <
td id="centerLcolumn">
                                    
                                  <{foreach 
item=block from=$xoops_clblocks}>
                                <{include 
file="Toonda/blocks/theme_blockcenter_l.html"}>
                                  <{/foreach}>
                                                            td>
                                <
td id="centerRcolumn">
                                        
                                  <{foreach 
item=block from=$xoops_crblocks}>
                                <{include 
file="Toonda/blocks/theme_blockcenter_r.html"}>
                                  <{/foreach}>
                                                                td>
                          tr>
                        table>
                    
                    <{/if}>
                                                           
                    <
div id="content">&nbsp;div>                td>
                
              
                <
td id="rightcolumn">
                    
                <{foreach 
item=block from=$xoops_rblocks}>
                  <{include 
file="Toonda/blocks/theme_blockright.html"}>
                <{/foreach}>
                                    td>                
                
            tr>
            <
tr>
              <
td colspan="3" id="bottomRow"><div class="bottomRow-l">
                    <
div class="bottomRow-r">
                      <
div class="bottomRowWrap"><br />
                       <{
$xoops_footer}><br />
                      div>
                    div>
                  div>td>
             tr>
  table>

          <
table class="footertable" cellspacing="0">
            <
tr>
                  <
td id="footerbar"><div class="footer-l">
                    <
div class="footer-r">div>
                  div>td>
            tr>
          table>
        
div>
body>
html>

4
tmreg
Re: No content
  • 2007/5/31 15:40

  • tmreg

  • Not too shy to talk

  • Posts: 137

  • Since: 2006/7/20


You do not have the <{$xoops_contents}> tag in there. That is an obvious problem. It needs to go in there somewhere either before or after the center column blocks (depending on where you want the blocks to display. The xoops_contents displays the contents of your modules. Try that and see it it doesn't fix it. If it doesn't, PM me and I will get you to zip your theme and email it to me.
-Matt

5
drewdizzy
Re: No content
  • 2007/5/31 16:52

  • drewdizzy

  • Just popping in

  • Posts: 23

  • Since: 2004/5/5 0


Thanks tmreg...that was exactly what I was missing.
Cheers m8!

Login

Who's Online

352 user(s) are online (77 user(s) are browsing Support Forums)


Members: 0


Guests: 352


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits