1
script_fu
Help needed to edit center blocks on a theme.html

1)Im trying to edit a theme so the left center and right center blocks are on top of the center center block.

2)I would also like to have some space between the left center and right center block because they are touching each other.

I've tryied moving the code around inside of the theme to no avail. Can anyone help me out?



http://www.mrtowing.com/themes/subblack/theme.html

2
bluenova
Re: Help needed to edit center blocks on a theme.html

Anwer1:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=27857&forum=20&post_id=164070#forumpost164070

Don't forget to turn on 'update theme and template files', in sys prefs.

3
Mithrandir
Re: Help needed to edit center blocks on a theme.html

1) Move the
<tr><td width="50%">

<!-- 
Start center-left blocks loop -->

<{foreach 
item=block from=$xoops_clblocks}>
<
table class="outline"><tr><td>
<
table cellspacing="1" cellpadding="5">
<
tr> <td class="blockTitle">&nbsp;<{$block.title}></td></tr>

<
tr><td class="blockContent"><{$block.content}></td></tr></table>
</
td></tr></table><br />
<{/foreach}>

<!-- 
End center-left blocks loop -->

</
td><td width="50%">

<!-- 
Start center-right blocks loop -->

<{foreach 
item=block from=$xoops_crblocks}>
<
table class="outline"><tr><td>
<
table cellspacing="1" cellpadding="5">
<
tr> <td class="blockTitle">&nbsp;<{$block.title}></td></tr>
<
tr><td class="blockContent"><{$block.content}></td></tr></table>

</
td></tr></table><br />
<{/foreach}>

<!-- 
End center-right blocks loop -->

</
td></tr>

above the
<!-- Start center-center blocks loop -->


2) Add some padding - might have to add a div somewhere. Not a one-line change and I don't have energy for a complete description. Hope someone else has.

4
script_fu
Re: Help needed to edit center blocks on a theme.html

Thank you Mith and Bluenova im half way there!

Now if I could put some space between the left center and right center block i'll be straight.

Login

Who's Online

191 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 191


more...

Donat-O-Meter

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

Latest GitHub Commits