Skip to main content
12 events
when toggle format what by license comment
Jul 15, 2015 at 9:40 answer added davejenx timeline score: 2
Feb 7, 2013 at 12:18 answer added chim timeline score: 0
Apr 15, 2012 at 3:43 comment added Alex Weber @kiamlaluno I meant that the OP stated he found an alternative solution in his comment and was happy with it, so therefore unlikely to check back here and accept any other answers. Also this question is hackish at best, IMO it requires drupal.org/project/bad_judgement to alter the core node schema :)
Apr 15, 2012 at 0:20 vote accept Yaazkal
Apr 15, 2012 at 0:20 answer added Yaazkal timeline score: 0
Apr 13, 2012 at 13:20 comment added avpaderno @Alex This question is very specific: "I don't see the title column in the node table affected. Am I missing something or using the bad hook?" The answer to that question is not what the OP wrote in his comment.
Apr 13, 2012 at 13:11 comment added Alex Weber Also, since you solved your own question, you should add it as an answer and accept it. :)
Apr 13, 2012 at 13:10 comment added Alex Weber For the record, if you are using MySQL 5.0.3 or older, varchar only goes up to 255 maximum.
Apr 13, 2012 at 13:08 history edited Alex Weber CC BY-SA 3.0
fixed a couple ugly typos
Feb 13, 2012 at 0:48 answer added avpaderno timeline score: 2
Feb 8, 2012 at 20:12 comment added Yaazkal IMPORTANT I've decided to create a new field and "migrate" the stored information with Views Bulk Operations using the "PHP option". The code was: $entity->field_new_title['und'][0]['value'] = $entity->title; node_save($entity); And then hide the title node generating a new one with auto_nodetitles module.
Feb 8, 2012 at 5:14 history asked Yaazkal CC BY-SA 3.0