- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Ok, I understand now why you will need an additional combobox. But you can still do away with server side customization and hence implementation 2. For implementation 1 -
1. I am sure you can gather checked values from the combo box via jquery etc.
2. Just make sure you make the same ajax call that is made with the OOTB follow with the values gathered and you can define this in the successhandler of publish post. For that, you can extend forum.js view(Similar to triggering click, we just discussed).
3. Once, post is created, you don't need the new combobox and the OOTB postlevel combobox should pick the relationship created in #2 and show it at post level combobox.
In this way, you can overcome the issue you are facing in implementation-1-" and create relationship node to sync it with the Follow button that appears on the Post."
Let me know, if I am missing anything.
Views
Replies
Total Likes