Closed (works as designed)
Project:
Project issue tracking
Version:
5.x-1.0
Component:
Issues
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2008 at 18:32 UTC
Updated:
13 Jan 2008 at 15:15 UTC
Hi there,
when you look at the issues here, you find below each issue the follow-up panel where you directly can type in the comments
When using the module on my own side, I have only the 'follow-up' link below my issue which directs me to a new page (project/comments/add/123) where I can make the changes. How can I get that stuff the on node page, as it is done on this page here?
thanks
Comments
Comment #1
aclight commentedGo to Administer >> Comments >> Settings and look for the Location of comment submission form: setting.
Comment #2
meible commentedBut doing so I only see the normal comment field not the specific follow up fields (project information, issue information).
The follow-up link is still there and still leads me to the follow-up page (which is different from what is below the issue-node
Comment #3
aclight commentedIt sounds like you might have comments enabled for the content type "project_issue". You need to disable comments for those node types in the settings page for that content type. Project issue handles the creation of comments itself.
Sorry I missed this earlier, but you selected 5.x-1.0 as the version you're using. In that version, it's not possible to have the project issue follow up form on the same page as the issue itself, because in that version the follow ups were not actual Drupal comments but were created by special code.
So, you'll want to upgrade to the most recent release of project issue if you want to have project issue follow ups (which are now true Drupal comments) on the same page as the issue itself.
Comment #4
meible commentedBy most recent release you mean 5.x-1.2 or 5.x-2.x-dev?
Comment #5
aclight commentedSorry for not being clearer--5.x-2.x is the branch in which project issue comments are true comments.