Patch (to be ported)
Project:
Nodes In Block
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2012 at 09:28 UTC
Updated:
14 Sep 2012 at 08:53 UTC
Hi,
I just started using the module and it suits my needs perfectly except for one minor issue: there is no possibility to hide block title.
Attached is a patch that adds an option to hide the block title.
Best regards,
Kim
| Comment | File | Size | Author |
|---|---|---|---|
| nodesinblock-hideblocktitle.patch | 1.64 KB | ambientsound |
Comments
Comment #1
sokrplare commentedAh, I had thought this was to hide the node title - but it is actually to hide the block title.
Since block titles are easy to hide otherwise (by just entering "" on the block edit page) I think this patch might be more confusing than helpful (hate to say it since it is really nicely written). Just worrisome to have two places a title can be hidden!
Comment #2
drzraf commentedYes, you can hide the block title in
admin/structure/block/manage/nodesinblock/0/configureBut then the block slug will be used (the one in
/admin/structure/nodesinblock)It's a fixed string, only useful on the admin-side, and there is currently no ability to hide it.
Moreover it's a fixed string whatever the node-title is.
The ability to hide it is much needed because you may perfectly want to hide "nodes in block 1" from
<front>while still having descriptive names in/admin/structure/blockThe patch applies and works perfectly (maybe
== truecould be omitted but that's trivial)RTBC ?