Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Any Idea on how to integrate a wiki to this forum?
codekmarv
New
Hi, I am setting up a forum for a software, and I'd like to integrate a wiki or knowledge base somehow. Any idea would be very appreciated.
So far I have thought of the possibility of a wordpress site, with a wiki plugin, and vanilla forum integrated, too.
Regards,
Marvin M
Tagged:
0
Best Answer
-
hgtonight MVP
A wiki would be a great application!
The biggest thing would be creating a revision history.
That said, it would almost certainly be better to create an SSO integration with existing wiki software.
Ideas:
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.
3
Answers
A wiki would be a great application!
The biggest thing would be creating a revision history.
That said, it would almost certainly be better to create an SSO integration with existing wiki software.
Ideas:
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.
I just stitched together a simple dokuwiki auth plugin allowing vanilla users to automatically be logged into the wiki (SSO).
We plan to have such a wiki integration for our german - chinese forum and news site nihaochina.de. Perhaps I will make an official (dokuwiki-)plugin out of it in the future...
Here is the auth.php file to be put into an 'authvanilla' folder in your dokuwiki plugin directory:
I would use a permission check rather than checking the Admin field. The current way will only give admin to the super-admin.
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.