Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
2 + 6 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: Blocks - I want to stack them without titles & header bars
by domineaux on 2007/1/25 16:38:34

Thanks this is just what I needed. Great responses.
Re: Blocks - I want to stack them without titles & header bars
by Peekay on 2007/1/25 12:23:19

To remove block headers, see if your theme.html (or linked block.html) has a CSS class for the header, e.g.

le="color: #000000"><?php <!-- Start left blocks loop --> <{foreach item=block from=$xoops_lblocks}> <div class="blockTitle"><{$block.title}></div> <div class="blockContent"><{$block.content}></div> <{/foreach}> <!-- End left blocks loop -->

Then set the CSS to remove the header, e.g.
le="color: #000000"><?php .blockTitle { height: 0px; margin: 0; padding: 0; background: transparent }

You could also use 'display: none'. Or, just remove the block title entry from the theme.
Re: Blocks - I want to stack them without titles & header bars
by davidl2 on 2007/1/25 12:22:27

Thanks for finding this ... my colleague and I use a similar trick in a site we're developing at the moment as well
Re: Blocks - I want to stack them without titles & header bars
by WarDick on 2007/1/25 8:34:52

Check out this thread.

To remove the block title.

You can add the regex expression in any column you want to have control of the block titles.
Blocks - I want to stack them without titles & header bars
by domineaux on 2007/1/25 0:49:05

IS there a mod to allow creation of blocks that you can just stack in different block positions on site, which do not have headers, title bars etc. I just want to stack a bunch of odd stuff around on different pages very space efficent.

I like the idea of using blocks that I can create code and modify when I need. This way I don't modify theme files. Also, I'd like to just modify a block or replace it as I need.

----------------------

Who's Online

207 user(s) are online (156 user(s) are browsing Support Forums)


Members: 0


Guests: 207


more...

Donat-O-Meter

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

Latest GitHub Commits