HO
Asked
Hi, I just noticed that when I login as a member, and want to write a New Topic, there is no inputfield for Description and Slug anymore.
When I add the topic, the title is shown but the description shows the bodytext in one line.
When I login as admin or moderator the correct form is used.
Where do I have to look to solve this?
Thank you.
When I add the topic, the title is shown but the description shows the bodytext in one line.
When I login as admin or moderator the correct form is used.
Where do I have to look to solve this?
Thank you.
- MSAnsweredHello,
You should never trust end user for these field. The slug from title and description from thready body is auto generated for users.
You will need to modify the topic controller and views to display those field to user.
Thank you - Login to Reply