I there a way to post a wiki pages content to a cms?
For example my wiki is full of movies that are categories and one of the pages are reviews. Can i post the review as a cms article?
I there a way to post a wiki pages content to a cms?
For example my wiki is full of movies that are categories and one of the pages are reviews. Can i post the review as a cms article?
There is not currently a way to do this, but we have the request in our tracker. I can't say when it will be ready, since there are a number of higher priority items ahead of it. In the mean time, you are limited to posting a link to it, or with some trickiness, you can create a fake CMS section that contains a PHP evaluation page which redirects to the wiki URL that has the list of reviews as you want to display them:
If you have a wiki Reviews section, the redirect is ideal so you don't duplicate all the articles, and it will have the benefit of showing the other wiki page elements which a CMS import would not do.Code:exec_header_redirect('http://site.com/path/to/wiki/page', 301);
We created such a section on our News tab to see if it would work. Look for the "Visit the Wiki" link in the navbar. This is a section we created in the AdminCP that only contains one content - a "PHP Direct Evaluation" page that redirects to the wiki index.
- lead developer for VaultWiki
Well that will be cool when you get around to it.. I think for now I will just resort to a summarized version posted in a cms article and then a link to the full on the wiki.. Could be something to consider when you get around to it is to do the same thing when you post just take the first however many characters in a wiki page and post with a link to the actually wiki page rather then worry about the conflicts of the cms forum table and the wiki page having multiples. Just add a mod button to pages that does this summarized post kind of ordeal.
Bookmarks