1
bwirum
Lacking right blocks
  • 2005/1/24 12:46

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


I lack my right blocks in this theme. I'm blind obviously, can someone look over this and see if you see anything?

Thanks.

<table border="0" width="100%" cellspacing="0" cellpadding="0">
    <
tr>
        <
td valign="top" background="<{$xoops_imageurl}>left-bg.gif" width="56">
        <
img border="0" src="<{$xoops_imageurl}>left-top.gif" width="56" height="84"></td>
        <
td background="<{$xoops_imageurl}>mbg.jpg" rowspan="2">
        <
table border="0" width="100%" cellspacing="0" cellpadding="0">
            <
tr>
              <
td width="10">&nbsp;</td>
        <
td width="75%"><{if $xoops_isuser}> Welcome
                
<a href="<{$xoops_url}>/user.php">
                <{
$xoops_uname}></a> <{else}> Welcome Guestyou can 
                
<a href="<{$xoops_url}>/register.php">
                
Sign up
              
</a><{/if}></td>
        <
td width="25%">
                <
form action="<{$xoops_url}>/search.php" method="post">
                    <
div align="right">
                        <
input type="text" class="input" name="query" size="15" />
                        <
input name="submit" type="submit" class="button" value="Search" />
                        <
input type="hidden" name="action" value="results" />
                  </
div>
                </
form>
        </
td>
                  <
td width="10">&nbsp;</td>
    </
tr>
        </
table>
        <
table border="0" width="100%" cellpadding="0" cellspacing="15">
            <
tr>
                <
td rowspan="4" width="150">
                <!-- 
Start left blocks loop --><{foreach item=block from=$xoops_lblocks}>
                  <{include 
file="default/theme_blockleft.html"}>
                <{/foreach}>
                <!-- 
End left blocks loop --></td>
                <
td colspan="2">
                <!-- 
Display center blocks if any --><{if $xoops_showcblock == 1}>
                </
td>
                <
td rowspan="4" width="150">
                <!-- 
Start right blocks loop --><{foreach item=block from=$xoops_rblocks}>
                   <{include 
file="default/theme_blockright.html"}>
                <{/foreach}>
                <!-- 
End right blocks loop -->
                <
p>&nbsp;</p>
                </
td>
            </
tr>
            <
tr>
                <
td class="centerblock" colspan="2">
                <!-- 
Start center-center blocks loop --><{foreach item=block from=$xoops_ccblocks}>
                <{include 
file="default/theme_blockcenter_c.html"}>
                <{/foreach}>
                <!-- 
End center-center blocks loop --></td>
            </
tr>
            <
tr>
                <
td>
                <!-- 
Start center-left blocks loop --><{foreach item=block from=$xoops_clblocks}>
                <{include 
file="default/theme_blockcenter_l.html"}>
                <{/foreach}>
                <!-- 
End center-left blocks loop --></td>
                <
td>
                <!-- 
Start center-right blocks loop --><{foreach item=block from=$xoops_crblocks}>
                <{include 
file="default/theme_blockcenter_r.html"}>
                <{/foreach}>
                <!-- 
End center-right blocks loop -->
                <
p>&nbsp;</p>
                </
td>
            </
tr>
            <
tr>
                <
td class="content" colspan="2"><{/if}>
                <!-- 
End display center blocks -->
                <
div id="content">
&
nbsp;<{$xoops_contents}></div>
                </
td>
            </
tr>
            <
tr>
                <
td id="footerbar" colspan="4">
                <
p align="center"><{$xoops_footer}><br>
&
nbsp;Themed by <a href="http://www.jadoogaran.org/">Jadoogaran.org</a></td>
            </
tr>
        </
table>
        </
td>
        <
td valign="top" background="<{$xoops_imageurl}>right-bg.gif" width="56">
        <
img border="0" src="<{$xoops_imageurl}>right-top.gif" width="56" height="84"></td>
    </
tr>
    <
tr>
        <
td background="<{$xoops_imageurl}>left-bg.gif" width="56">&nbsp;</td>
        <
td background="<{$xoops_imageurl}>right-bg.gif" width="56">&nbsp;</td>
    </
tr>
</
table>

2
Burnzy
Re: Lacking right blocks
  • 2005/1/24 14:58

  • Burnzy

  • Just popping in

  • Posts: 75

  • Since: 2005/1/23


maybe a template site that is up. And could tell us what exactly is happening. Best if we can see a demo. I think I know what your doing cuz it looks like my theme coding for the borders.

3
bwirum
Re: Lacking right blocks
  • 2005/1/24 15:22

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


You can go to www.wirum.net/wow and see the site. If you register I can give you temp webmaster access if you could take a look. The theme is a "warcraft" theme I've fiddled a bit with. Still, when I put back the original theme.html it didn't help a bit.

After the above post and looking for a while more I found that there was no <{if $xoops_showrblock == 1}> in there, so I tried entering that like follows:

<table border="0" width="100%" cellpadding="0" cellspacing="10">
            <
tr>
                <
td rowspan="4" width="150">
                <!-- 
Start left blocks loop --><{foreach item=block from=$xoops_lblocks}>
                  <{include 
file="warcraft/theme_blockleft.html"}>
                <{/foreach}>
                <!-- 
End left blocks loop --></td>
                <
td colspan="2">
                <!-- 
Display center blocks if any --><{if $xoops_showcblock == 1}>
                </
td>
                <!-- 
Display right blocks if any --><{if $xoops_showrblock == 1}>
                <
td rowspan="4" width="150">
                <!-- 
Start right blocks loop --><{foreach item=block from=$xoops_rblocks}>
                   <{include 
file="warcraft/theme_blockright.html"}>
                <{/foreach}>
                <!-- 
End right blocks loop -->
                <
p>&nbsp;</p>
                </
td>
                <{/if}>
            </
tr>
            <
tr>
                <
td class="centerblock" colspan="2">
                <!-- 
Start center-center blocks loop --><{foreach item=block from=$xoops_ccblocks}>
                <{include 
file="warcraft/theme_blockcenter_c.html"}>
                <{/foreach}>
                <!-- 
End center-center blocks loop --></td>
            </
tr>


copied the block theme files over and changed references too, but just no go.

Also tried the var <{if $xoops_rblocks}> without that helping much...

I'm beat. I admit it.

4
Bulls
Re: Lacking right blocks
  • 2005/2/20 23:47

  • Bulls

  • Just popping in

  • Posts: 74

  • Since: 2004/4/8 1


Hi

Not sure why you have lost the right block. Not looked at the coding yet. But the new updated Warcraft theme from the same guy is out now and is a vast improvement over the one you are using. Same layout but enhanced graphics etc. Shouldn't be hard to work out why the right block is not showing as I have just ripped the same theme apart and done all sorts to it. Infact just stuck it on mysite instead of the Ploink one I had before. I get bored with site looks and constantly change them for something to do . The design is a bit of a pig on 800 x 600 though. I have oversized it on that resolution otherwise the bulky boxes rob too much from the center.

You can take a look at my slightly adjusted theme here:

My site

I think the guy is very talented and I love these type of themes. I still have quite a bit of adjusting with regard to fonts etc but am looking forward to matching the theme to modified phpbb2 forums. Should look impressive for sure.

Will analyze your code and try and pinpoint the problem for you.

Regards

MKJ

Edit - just tried the theme you are using alongside the new upgraded theme. Warcraft 2 loads the right hand block whereas the one you are using doesn't. If you ask me not worth the bother strugling with it. Just install the new theme and I should think everything will be fine in no-time!

Login

Who's Online

203 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

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

Latest GitHub Commits