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



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

Re: REMOVING BLOCK HEADERS
by konadu on 2006/6/21 8:46:38

sorry i was not able to reply earlier.

The help you gave worked like magic.

I could not believe my eyes.

Thanks allot.
Re: REMOVING BLOCK HEADERS
by msdana on 2006/5/20 22:30:30

There are two ways possible implement this in your theme.

If your theme.html calls for external block HTML files, you need to change it there.

Example if your theme.html displays this:
Quote:
<{foreach item=block from=$xoops_lblocks}>
<{include file="default/blocks/theme_blockleft.html"}>
<{/foreach}>


Then you need to find theme_blockleft.html and change it to this
Quote:
<{if $block.title != ""}><div class="blockTitle"><{$block.title}></div><{/if}>


2. If your theme.html contains the block(s) information in itself, find this
Quote:
<div class="blockTitle">&nbsp;<{$block.title}></div>

And replace with this:
Quote:
<{if $block.title != ""}><div class="blockTitle"><{$block.title}></div><{/if}>


You will need to change it for each set of blocks: left, centercenter, centerleft, centerright, and right.

I know this may seem confusing, but you really need to tell us what theme you are using or how it calls for the blocks.

But I hope it helps
Re: REMOVING BLOCK HEADERS
by konadu on 2006/5/20 20:51:00

help on placement of code

please where exactly in my theme should i put this code.

Quote:
<{if $block.title != ""}> <div class="blockTitle"><{$block.title}></div> <{/if}>



Help needed, thanks
Re: REMOVING BLOCK HEADERS
by konadu on 2006/5/17 9:48:27

Please can you help me in specifying the exact lcoation of where i should put this code.
Re: Removing block headers
by davidl2 on 2006/5/13 11:39:24

Very good tip James

Who's Online

889 user(s) are online (795 user(s) are browsing Support Forums)


Members: 0


Guests: 889


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