MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Allow users in user roles to add topics in Discussion board  (Mono Support )

Viewed 62891 time(s), 7 post(s) 7/30/2013 8:56:28 AMby mev9669

Related topics

mev9669

mev9669

7/30/2013 8:56:29 AM
Hi

How can you allow topics to be added by users in the Discussion board?
This content has not been rated yet. 
515 Reputation 67 Total posts
mev9669

mev9669

7/30/2013 8:59:03 AM
The users in user role should be able to create new topics and should be the admins for their own topics. That is, they should be able to add/ modify /  delete their own topic
This content has not been rated yet. 
515 Reputation 67 Total posts
vzakanj

vzakanj

7/30/2013 12:11:28 PM
Users can add topics for discussions belonging to the group a user is member of, meaning the discussion needs to belong to the user's group. 

The user can only edit/delete his own posts, but he cannot edit/delete the whole topic, that's only reserved for administrators and moderators. 

If you want to achieve the effect you're looking for, you will need to code some custom logic for it.

Regards
This content has not been rated yet. 
345 Reputation 61 Total posts
mev9669

mev9669

7/31/2013 8:44:56 AM
I want the users to be allocated automatically to a group when they sign up. For example how this forum on yous site mono-software work. When I signed up, i got added to a support group and now I can add support posts to the forum. But I cannot see which group I am in. i just want the forum to be open for the users to add posts without creating a extra step of joining a group.

Thanks
This content has not been rated yet. 
515 Reputation 67 Total posts
mzilic

mzilic

7/31/2013 6:00:36 PM
Hello,

I believe you are confusing two "different" things. We have discussion boards which are stand alone forums and group discussion boards which are "tied" to a certain group. Your site can be configured to have multiple discussion boards while a particular group can also have multiple discussion boards. This support forum is only a standalone discussion board, it is not tied to any particular group. Let me know if this cleared up the confusion.

Regards,
Mario
This content has not been rated yet. 
2218 Reputation 300 Total posts
mev9669

mev9669

8/1/2013 10:43:31 AM
How can you allow topics to be added by users in the Discussion board?

The users in user role should be able to create new topics and should be the admins for their own topics. That is, they should be able to add/ modify /  delete their own topic

This was my initial question. I want only discussion boards on my site where any user can add a topic.
This content has not been rated yet. 
515 Reputation 67 Total posts
vzakanj

vzakanj

8/1/2013 12:01:02 PM
The user groups available for checking when the discussion board is created determine the board access if board membership is enabled, i.e. which user groups will be able to see the board.

When it comes to editing/deleting content on the board, that is reserved for administrators and moderators of the board (notice this is on discussion board level, not per-topic level). 
Users are only allowed to edit/delete their own posts, but not the whole topic (again, this is for moderators and admins only).

What you asked for is that each user becomes a moderator/admin for his own topic and that functionality is not present out of the box and requires additional coding to be achieved.

You can do it yourself and ask for some additional pointers on how to do it, or you can issue a new feature request for future versions of MonoX in the roadmap discussion board.
This content has not been rated yet. 
345 Reputation 61 Total posts