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

CommentFileSizeAuthor
nodesinblock-hideblocktitle.patch1.64 KBambientsound

Comments

sokrplare’s picture

Ah, 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!

drzraf’s picture

Yes, you can hide the block title in
admin/structure/block/manage/nodesinblock/0/configure

But 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/block

The patch applies and works perfectly (maybe == true could be omitted but that's trivial)
RTBC ?