Does the flexibility of Vanilla Forum allows us to use it like social news aggregator?
Concept: People post link to another page/source in the same way they make New Discussion where other people can comment and the title takes you to the actual source?
This is an interesting idea. It is, of course, possible.
I would approach it by extending the discussion model to include something like a "source link", hook into the new/edit discussion controller/view to add the new form element. Finally, make the view use the new source link as the link on the discussions view.
Honestly, this might be better as a separate (but integrated) application.
Comments
This is an interesting idea. It is, of course, possible.
I would approach it by extending the discussion model to include something like a "source link", hook into the new/edit discussion controller/view to add the new form element. Finally, make the view use the new source link as the link on the discussions view.
Honestly, this might be better as a separate (but integrated) application.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Should be fairly trivial with a DiscussionUrl function override.