Active
Project:
Painted Wall
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 13:26 UTC
Updated:
1 Apr 2010 at 15:50 UTC
Jump to comment: Most recent
Hi, I am just reformatting my site from Garland to Painted Wall (great theme btw).
I have a few blocks for which I do not want a title displayed eg Secondary Links block, Members block etc.
However, if I use "" in the title field PW seems to apply the block name as the title when displaying the block.
Also, the Secondary Links block is displayed top left hand side of my page even though I have not positioned it there (is this simply part of the standard theme? Can I cut the code to get rid of it?).
Many thanks
Comments
Comment #1
Anonymous (not verified) commentedAbout the title, I just tested it, and it works on my side. If you want a block to not have a title, add in the title of the block. Make sure you do exactly that and it should work.
About the secondary links, in the page.tpl.php, remove :
- from line 66 to line 71
- from line 115 to line 120
- from line 132 to line 137
Comment #2
Glenmoore commentedThanks so much for your help with the Secondary Links that works great! I have Secondary links at the bottom of the page which are listed vertically, is there a way of having them in a horizontal row rather than a column?
I dont really understand what you mean by "If you want a block to not have a title, add in the title of the block. Make sure you do exactly that and it should work." specifically the bit about "...add in the title of the block..."
I have a group members block which also seems to ignore the "" instruction.
Comment #3
Anonymous (not verified) commentedOups, I meant "write
<none>in the title of the block"Comment #4
imposterpockets commentedComment #5
imposterpockets commentedI don't know how to delete my posts here. The problem I was having seems to be fixing itself each time that I open and re-save a block. I don't understand, but I suppose that is because I am so new to all of this.