Closed (cannot reproduce)
Project:
Exclude Node Title
Version:
7.x-1.x-dev
Component:
Integration with other modules/themes
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2013 at 07:12 UTC
Updated:
8 Dec 2017 at 10:09 UTC
Jump to comment: Most recent
Comments
Comment #1
areafix commentedSame situation. Title module is important for entity_translate module.
Comment #2
Noyz commentedSame issue for me.
Comment #3
fizk commentedComment #4
fizk commentedI've made some changes to the latest dev. Can you please check to see if this is still an issue?
Comment #5
fizk commentedI tested this with the latest version of title and everything seems to be working properly. Please reopen if this is still an issue.
Comment #6
andrewtur commentedHello I've git the same problem im using the Title module ( tried the 1.7-a7 and the dev) and the ENT (1.7) put cant get ist to work in die title_field it works fine on the normal title. But I also need the title module for entity translations.
Drupal (7.26)
Comment #7
andrewtur commentedComment #8
fizk commentedandrew@universum, what are the steps needed to reproduce the issue you're seeing?
Comment #9
andrewtur commentedThe Title is remove by placing an empty string into the $vars['title']
but since this is being replaced by a field $vars['content']['title_field'] i had to clear the string here to
not the best way to do ist but i needed a fast fix
hope this helps
Comment #10
fizk commentedI can't reproduce this issue.
Comment #11
fab01 commentedI made a check as well concerning this issue.
I have used both the exclude node title versions: alpha9 and dev.
None of the above is working with Title module.
I took a look at the code and it's quite easy to understand why it doesn't work.
There is no mention to field_title field.
This module alter the output of just default 'title' field, nothing else.
The fact you can't reproduce the error makes me think that probably you haven't configured Drupal Title module in a proper way.