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.
Awesome!!! Was waiting for this for awhile.
ps. your sites loading extremely slow, guess thats what you get for having an extremely popular hack and not listing the features directly in the threads
install of this mod went well, but when I try to go into the created forum I get a MySQL error:
PHP Code:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount,
user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
, threadread.readtime AS threadread
, threadredirect.expires
,
thread.title AS title, article.lastmodified, article.pending AS vault_pending
FROM vb402thread AS thread
LEFT JOIN vb402user AS user ON (user.userid = thread.lastposterid)
LEFT JOIN vb402userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 1)
LEFT JOIN vb402deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN vb402subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
LEFT JOIN vb402threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1)
LEFT JOIN vb402post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN vb402threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
LEFT JOIN vb402vault_article AS article ON (thread.threadid = article.threadid)
WHERE thread.threadid IN (0)
ORDER BY sticky DESC, lastpost DESC;
Fixed in the first post. In AdminCP > Plugins & Products > Plugin Manager, find the VaultWiki plugin for forumdisplay_query.
You want to delete the following:
Code:
, article.pending
OK, you've got it, man. It seems to work perfectly at the first look, but a translation into German seems to be a little tricky. Some Phrases seems to use toLowerCase();, what's not an optimum. Also some nomenclature sounding funny.
ok, so I have to pay, when I want to make a translation (German Sie/Du) and put the goods at the disposal for you? But it's ok, that's the deal you made ...