Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VaultWiki: A Wiki for your forum Details »»
VaultWiki: A Wiki for your forum
Version: 3.0.11 Lit, by thincom2000 thincom2000 is offline
Developer Last Online: Sep 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.0 Rating:
Released: 03-29-2010 Last Update: 07-30-2013 Installs: 231
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

** THIS MOD IS NO LONGER SUPPORTED **
We are no longer developing this, a newer version is available here: https://vborg.vbsupport.ru/showthread.php?t=309676

** DOWNLOAD REMOVED **
The download attached to this thread has been removed due to known unpatched security issues: https://www.vaultwiki.org/pages/Book...-Patch-Level-2

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.

Requirements:
  • PHP 4.4.0 or higher
  • MySQL 4.1.2 or higher
  • vBulletin 3.6.x, 3.7.x, 3.8.x, 4.0.x, 4.1.x, 4.2.x
  • about 1 MB of space

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.
3 благодарности(ей) от:
BCP Hung, MichaelDance, Sage Knight

Comments
  #2  
Old 03-30-2010, 05:37 AM
Kolbi Kolbi is offline
 
Join Date: Mar 2009
Location: D - S?dbaden
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you!
Tagged...
Reply With Quote
  #3  
Old 03-30-2010, 07:04 AM
Stifler Stifler is offline
 
Join Date: Jan 2005
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 03-30-2010, 02:59 PM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure what's up with the slow loading on my site. Usually has sub 2-second load times. Thanks for waiting.

Seems to be back to normal as of this morning. It's possible the server admin was doing maintenance.
Reply With Quote
  #5  
Old 03-30-2010, 03:02 PM
Eruantien Eruantien is offline
 
Join Date: Jan 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome, tagged
Reply With Quote
  #6  
Old 03-30-2010, 03:47 PM
Leica.Robbiani Leica.Robbiani is offline
 
Join Date: Sep 2007
Location: South Germany
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there,

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 >= 1votenum0) AS votenum,
            IF(
votenum >= AND votenum 0votetotal votenum0) AS voteavg,
         
post.pagetext AS preview,
            
thread.threadidthread.title AS threadtitlethread.forumidpollidopenpostusernamepostuseridthread.iconid AS threadiconid,
            
thread.datelinenotesthread.visiblestickyvotetotalthread.attachthread.lastpostthread.lastposterthread.lastposteridthread.lastpostidthread.replycount, IF(thread.views<=thread.replycountthread.replycount+1thread.views) AS views,
            
thread.prefixidthread.taglisthiddencountdeletedcount,
            
user.usergroupiduser.homepageuser.options AS useroptions, IF(userlist.friend 'yes'10) AS isfriend
            
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
            
deletionlog.userid AS del_useriddeletionlog.username AS del_usernamedeletionlog.reason AS del_reason
            
threadread.readtime AS threadread
            
threadredirect.expires
            
,
    
thread.title AS titlearticle.lastmodifiedarticle.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 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 DESClastpost DESC;

MySQL-Fehler  Unknown column 'article.pending' in 'field list'
Fehler-Nr.    : 1054 
What's to do now?

L.R.
Reply With Quote
  #7  
Old 03-30-2010, 04:04 PM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 03-30-2010, 05:20 PM
Leica.Robbiani Leica.Robbiani is offline
 
Join Date: Sep 2007
Location: South Germany
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi thincom2000,

Quote:
Originally Posted by thincom2000 View Post
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.

Anyway a lot of thanks for your help.

L.R.
Reply With Quote
  #9  
Old 03-30-2010, 05:21 PM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, this is not mentioned, but only the full version has complete UTF support when it comes to things like that.
Reply With Quote
  #10  
Old 03-30-2010, 06:21 PM
Leica.Robbiani Leica.Robbiani is offline
 
Join Date: Sep 2007
Location: South Germany
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi thincom2000,

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 ...

Anyway thanks again for your help.

L.R.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:09 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04706 seconds
  • Memory Usage 2,334KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete