Closed (outdated)
Project:
Admin
Version:
6.x-2.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 06:42 UTC
Updated:
29 Oct 2025 at 15:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mherchelI just created a similar issue in the Boost issue queue. Whose issue queue should these belong in? Is there any guidelines that a module has to conform to to get the title visible?
http://drupal.org/node/967670
Comment #2
nicholas.alipaz commentedMarked the other issue duplicate of this for now. We can reopen it if admin module says it is an issue with the other module.
For reference here is mherchel's screenshot of the issue:
http://drupal.org/files/issues/boost-admin.png
And here is the duplicate issue: #967670: Admin Block Titles Not Visible in Admin Module Toolbar
Comment #3
podarokIf the block was created via Views module (Exposed forms as block) - titles do not shows too
subscribe
Comment #4
brockfanning commentedThe problem, at least in the case of the Boost blocks, is that those blocks don't have titles out of the box. So obviously the admin module wouldn't know what to display. The attached patch does a database check if the block title is blank, so you can at least set the block title in its /admin/build/blocks configuration settings.
This patch is for the 6.x-2.0 version. I'll post another patch for the dev version. Let me know if I did the patches wrong (first timer...).
Edit: Forgot to mention these patches are of the admin.module file, ie: patch < admin-blocktitles-963014.patch admin.module
Comment #5
brockfanning commentedAnd here's the same patch, but for the Dev version...
Comment #6
sickness29 commentedDevelopment or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.
Everyone can apply the patch above (not tested by the maintainers, tested by the community) to their D6 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!