Closed (fixed)
Project:
Exclude Node Title
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2012 at 13:04 UTC
Updated:
5 Jan 2013 at 18:52 UTC
My titles are being hidden on content type even though I deselected on the Title exclude config page, then disabled the module and then uninstalled the module.
Very odd, anybody have any ideas why?
Comments
Comment #1
jeremymcminn commentedThis is so odd - there are no references to it in the database, cleared the cache etc I tried renaming the content type and the same deal, no title being shown anywhere including on the content admin page.
Comment #2
gabrielu commentedI think it should not be related to the module. If you uninstalled it, then there is no way the titles are hidden by Exclude Node Title. So I would recommend you to check you CSS files or other hooks.
Try using a contrib theme without any changes, are the titles visible? Try to delete the module directory....
Let me know,
Gabriel
Comment #3
4haron commentedI have a similar experience. Titles are not showing up on a single/individual view of the node posts. On a list, ie the terminology page/search, etc - titles show up as required.
Any ideas how to stop this site-wide title hide for individual posts..?
Cheers!
Comment #4
4haron commentedPerhaps the following error message lines mean something?
Notice: Trying to get property of non-object in _exclude_node_title() (line 177 of /home/name/public_html/sites/all/modules/exclude_node_title/exclude_node_title.module).
Notice: Undefined index: in _exclude_node_title() (line 191 of /home/name/public_html/sites/all/modules/exclude_node_title/exclude_node_title.module).
I get these after trying to change parameters on the module.
Comment #5
gabrielu commentedThat lines refer to a different case #1661838 and are fixed.
As for hiding the title even the module is disabled is not related to the module.
Gabriel