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

jeremymcminn’s picture

This 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.

gabrielu’s picture

Status: Active » Needs review

I 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

4haron’s picture

I 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!

4haron’s picture

Perhaps 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.

gabrielu’s picture

Status: Needs review » Closed (fixed)

That 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