11
CBlue
Re: Right column

Okay, you want to change the css for the forms in all blocks on your site, right? That code put into your style.css file at the bottom of all the other css code on the page will override any other form code that may be in the style.css. You just have to edit what I put above to be what you want the forms to look like.

12
4degrees
Re: Right column
  • 2003/12/9 23:56

  • 4degrees

  • Just popping in

  • Posts: 21

  • Since: 2003/12/5


No no lol, we're off the CSS now, I would like to know how to add certain modules and / or content into the right column like that on the XOOPS site >>

Thanks,
Paul

13
CBlue
Re: Right column

Sorry Paul! Go to system admin, then blocks admin and look for the column that says Side Left-Center-Right and that is where you make whatever blocks you want be on the right side of your site.

14
CBlue
Re: Right column

If I'm wrong again and you are asking how to get the blocks into your theme.html, then add this into it after the center blocks loop

<{if $xoops_showrblock == 1}>
<td valign="top" class="right_block">
<!-- Start right blocks loop -->
<{foreach item=block from=$xoops_rblocks}>
<table class="right_block_table" cellspacing="0" cellpadding="2">
<tr>
<td class="right_block_title">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="right_block_content"><{$block.content}></td>
</tr>
</table>
<br />
<{/foreach}>
<!-- End right blocks loop -->

15
4degrees
Re: Right column
  • 2003/12/10 0:08

  • 4degrees

  • Just popping in

  • Posts: 21

  • Since: 2003/12/5


Thanks!! great help :)

16
CBlue
Re: Right column

You're welcome 4degrees!

Login

Who's Online

138 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 138


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