As the XenForo resource manager allows for html it should be possible to add a wiki tab to it. But how do I do this?
As the XenForo resource manager allows for html it should be possible to add a wiki tab to it. But how do I do this?
If you want I can login and write an integration class for Resource Manager for you. We don't have Resource Manager yet, so we haven't done this already.
- lead developer for VaultWiki
That would be great! You have the login.
Basic integration done. Need to make a tab response and then have it appear on the tab instead. With this in mind, need to also move profile integrations to a tab on the profile (currently appears as a header too).
In the mean time, you should be able to confirm that associating a wiki page to a specific resource works with the Manage button.
- lead developer for VaultWiki
'Manage' leads to vw_invalid_itemid.
Please associate resource title with the wiki title.
For example:
mysite.com/resources/blah/ should have a 'wiki' tab that shows the wiki titled 'blah'.
If there is no wiki titled 'blah' then the page should show the same as VW has in empty pages: 'There is currently no text in this page.'
If Manage has invalid item ID, then I forgot to map the fetch class to the appropriate Resource model. I will fix that now.
Forcing the titles to be the same is a restriction from VaultWiki 3 that was removed in VaultWiki 4. You can now make it any title you want, and you can reuse the same wiki for multiple resources if that's how you want to set it up. We will not be adding restrictions like VW3 again.
As for the empty page message, this is something we can add with an admin setting. Some admins might like to keep the integration invisible to normal users if one doesn't exist.
- lead developer for VaultWiki
I will be using the resource manager to connect wiki, media, threads, blogs, etc related to the specific topic. On my test site you can see how it already pulls the related forum threads. Other tabs for media etc are underway.
So if no wiki about a resource topic exists yet, then I need to have it created. An admin setting would be great.
An automatic mapping option setting would be really nice to have, so that resource title equals wiki title.
Bookmarks