We do not recommend using this version, and we cannot offer support for it any longer.
VaultWiki does not bridge from other wiki products (like MediaWiki, etc). It is a wiki product written just for vBulletin.
About VaultWiki
"The powerful editing options in VaultWiki allow your community to collaborate to create and publish content pages for your site. Multiple users can edit the same page, and your staff can moderate changes as they are made. VaultWiki maintains a detailed history of every page, making it just as easy to reverse unwanted changes.
Use to create general site content, user manuals, wikis... VaultWiki works by extending vBulletin's forum and permissions systems - easily create and designate forum areas for different purposes. With a little imagination, VaultWiki can be configured to do almost anything."
Features and the Full Version
The find out more about VaultWiki Lite's features or to purchase the full commercial version, see the comparison here: http://www.vaultwiki.org/features/
VaultWiki Lite cannot import data from other wiki products. If you want to do this, you'll need the full commercial version.
Copyright Info
VaultWiki Lite places a copyright notice in your forum's footer on any page where wiki functions are used. You are not allowed to modify the source code or phrases to remove this copyright.
Troubleshooting and Support
While VaultWiki Lite is offered for free on vbulletin.org, you will receive faster responses to support questions made at the official VaultWiki site: http://www.vaultwiki.org/
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
What does it do to them? A screen shot would be nice. My ckeditor buttons are fine, custom and default.
On our live 4.1.12 system the extra VW 3.0.19 buttons are blank (no icon) on our 4.2.0 test they are ok.
I'm upgrading on Friday so have not bothered reporting it. (We have the pro version).
First one shows with the plugin - Editor - Hide Wiki Buttons from Standard, Editor - Init Wiki Buttons, and Editor - WYSIWYG Support - disabled... It added a few BB codes to the list (underlined in red), but that's no biggie. Second image shows with those plugins enabled.
On our live 4.1.12 system the extra VW 3.0.19 buttons are blank (no icon) on our 4.2.0 test they are ok.
I'm upgrading on Friday so have not bothered reporting it. (We have the pro version).
Check your stylevar named 'imgdir_vaultedit'. The paths on your site suggest this value is empty, or that your vBulletin board URL (bburl) ends in a slash, which is not allowed according to that setting's description. If the stylevar is empty, it should be set to 'vault/images/editor'. If not, it may not be present in the style cache, so you should try to edit the stylevar anyway to rebuild the cache.
Quote:
Originally Posted by howarde
First one shows with the plugin - Editor - Hide Wiki Buttons from Standard, Editor - Init Wiki Buttons, and Editor - WYSIWYG Support - disabled... It added a few BB codes to the list (underlined in red), but that's no biggie. Second image shows with those plugins enabled.
In vault/special_plugins_newpost.php, find:
Code:
if (strpos($tag['buttonimage'], 'vault/images/bb_') === false)
Replace with:
Code:
if (strpos($tag['buttonimage'], 'vault/images/bb_') !== false)
Only admins can see this error. Other users can visit the site normally, but your immediate attention is needed in the AdminCP.
Invalid default namespace ID detected. Make sure that you have set up the default namespace via the Namespace Manager. If you have, it is possible that the Namespace Cache is not up to date because of a recent change or VaultWiki upgrade. To solve this issue, simply go to the Namespace Manager and select [Rebuild All Namespaces].
If you still receive this error after rebuilding namespaces, contact VaultWiki support.
It means you are trying to run VaultWiki on your forum when you haven't finished installing it.
Please do what it says and "Make sure that you have set up the default namespace via the Namespace Manager." If you don't know how to do this, please refer to the readme file again.
It means you are trying to run VaultWiki on your forum when you haven't finished installing it.
Please do what it says and "Make sure that you have set up the default namespace via the Namespace Manager." If you don't know how to do this, please refer to the readme file again.
thank you!!!
I've downloaded so many mods in past years that I got lazy on this one. Once I ran install it took me str8 to my admin panel so I just assumed the install was done. Sure wasn't!!!!