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

aclight’s picture

Status: Active » Closed (works as designed)

Go to Administer >> Comments >> Settings and look for the Location of comment submission form: setting.

meible’s picture

But 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

aclight’s picture

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

meible’s picture

By most recent release you mean 5.x-1.2 or 5.x-2.x-dev?

aclight’s picture

Sorry for not being clearer--5.x-2.x is the branch in which project issue comments are true comments.