At some point in the past couple of days (while doing some heavy drupal config) the title field for my story nodes vanished. No idea what caused it.

Is there any way I can get it back? I had Flexinode installed and currently have CCK enabled -- might that be affecting things?

I'm using Drupal 4.7.3, and fields for all other nodes seem fine

Thanks!

Comments

StevenPatz’s picture

What kind of config changes were you making?

advosuzi’s picture

I recommend you stick with CCK - it's the 'new' flexinode and will have better support moving forward.

If titles are not showing up I suspect you removed them in the theme files.
eg: node.tpl.php, node-content-sometype.tpl.php

check these to make sure you have:

<?php print $title?>