Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VaultWiki Lite 4.x: Wiki for vBulletin Forums Details »»
VaultWiki Lite 4.x: Wiki for vBulletin Forums
Version: 4.0.21 PL1, by thincom2000 thincom2000 is offline
Developer Last Online: Sep 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.x Rating:
Released: 03-18-2014 Last Update: 03-15-2018 Installs: 35
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

VaultWiki allows your existing forum users to work together on creating and managing a site's content pages, rather than competing to make popular threads. VaultWiki is a fully-featured and fully-supported wiki add-on solution for vBulletin.

Encourage Users to Work Together
VaultWiki allows 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.

Create All Kinds of Content
With VaultWiki, you can create general site content, user manuals for your products, wikis, eBooks, eCommerce product pages, and more. With a little imagination, VaultWiki can be purposed to do almost anything.

Seamlessly Integrates With Your Community
At its core, VaultWiki is an add-on product for your vBulletin forum platform. Its pages all meld with the forum's existing style. Users write new content with the same editor and BB-Codes they are already familiar with. The content is indexed by your forum's built-in search engine. And each user's contributions are acknowledged on his or her profile.

Attract New Membership
VaultWiki creates content and content URLs that are designed to drive new traffic to your site. With guides for search engines embedded in every page, each page preserves its value when it comes to generating traffic.

Fast, Responsive Support
Subscriptions come with free support in our forums and bug tracker system, and documentation is available online at all times. Paid installation and upgrade services can be ordered via our web site.

Active Development
The team at VaultWiki.org are actively involved in the development process. VaultWiki is constantly updated to be compatible with the newest forum software releases, to meet web standards, and to incorporate new technologies. Bugs are fixed promptly and new features come out all the time.

Demo
Demo link: https://www.vaultwiki.org/pages/
Depending on our mood each day, the demo may be the full version or the Lite version.

License
For licensing details, please see the relevant "VaultWiki Lite" sections of the VaultWiki License Agreement here: https://www.vaultwiki.org/pages/Info...ense-Agreement

Features the Full Version
The find out more about VaultWiki Lite's features or to purchase the full commercial version, see the comparison here: https://www.vaultwiki.org/features/

Requirements
The following requirements are based on the full version. The Lite version has fewer MySQL tables, fewer files, and takes up less disk space.

PHP: 5.3+ (5.4+ recommended, 5.5+ recommended for big boards)
MySQL: 4.4.1+ (5.1+ recommended)
MySQL tables: 75+ (for some shared hosts)
MySQL max_allowed_packet: ?M+ (500K + expected language row length)
Disk Space: 12M+ (1G+ recommended)
iNodes: 5000+ (for some shared hosts)
Memory limit: 32M+ (128M+ recommended for vBulletin)

Copyright Info
VaultWiki Lite places a copyright notice in your forum's footer on any page where wiki functions are used. It also places a few nag screens that admin users can see. You are not allowed to modify the source code or phrases to remove this copyright or the nag screens.

You can purchase an Ad Removal and/or Branding Removal license for VaultWiki Lite from the official VaultWiki support site. Simply register an account there to access VaultWiki Lite downloads and extras such as these.

Technical Support
You will probably receive faster responses to support questions if you post at the official support site: https://www.vaultwiki.org/support/4X/

Using an old version? You should check here periodically to make sure there are no known security issues affecting that version: https://www.vaultwiki.org/pages/Book...rable-Versions

Download Now

File Type: zip vaultwiki_lite_images_and_fonts.zip (611.4 KB, 68 views)
File Type: zip vaultwiki_lite_4021p1b1_vb.zip (2.54 MB, 59 views)

Screenshots

File Type: png screen-wiki-index.png (177.2 KB, 0 views)
File Type: png screen-wiki-pages.png (392.0 KB, 0 views)
File Type: png screen-wiki-area-cp.png (173.3 KB, 0 views)
File Type: png screen-wiki-permissions.png (220.6 KB, 0 views)
File Type: png screen-version-history-vb.png (248.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 05-28-2015, 07:16 PM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

RC 3 was released last September. I would recommend updating to a newer release.
Reply With Quote
  #73  
Old 06-02-2015, 01:06 AM
Mark.uG Mark.uG is offline
 
Join Date: May 2015
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Adding data to table: vw_page

Creating required and example areas
Database Error Database error

Invalid SQL:
UPDATE `vw_counter` SET `editcount` = CASE `pageid`
WHEN 3 THEN editcount + 1
END WHERE `pageid` IN (3) LIMIT 1;

MySQL Error : Unknown column 'pageid' in 'where clause'
Error Number : 1054
Reply With Quote
  #74  
Old 06-02-2015, 10:51 AM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.uG View Post
Adding data to table: vw_page

Creating required and example areas
Database Error Database error


Invalid SQL:
UPDATE `vw_counter` SET `editcount` = CASE `pageid`
WHEN 3 THEN editcount + 1
END WHERE `pageid` IN (3) LIMIT 1;

MySQL Error : Unknown column 'pageid' in 'where clause'
Error Number : 1054
I've uploaded a more recent build which should resolve this issue for users who are encountering it.

If you get a message like "A node with the title Wiki was not found" after installation, you will need to reinstall, as there was a compatibility issue for MySQL < 5.6.4 in the last ZIP, which prevented the wiki tree from being created.
Reply With Quote
  #75  
Old 07-10-2015, 01:10 AM
conradk conradk is offline
 
Join Date: Aug 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.2.3 + VaultWiki Lite 4.x, After installed/enabled, Advanced Search page appears white. Disabling VW returns functionality.

Also was confused as to how to get a similar 'index' page that is shown in the first screenshot. Only showed the primary Wiki area, and no other content.
Reply With Quote
  #76  
Old 07-10-2015, 10:33 PM
khalled khalled is offline
 
Join Date: Apr 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can i place adsense code inside Wiki content pages
Reply With Quote
  #77  
Old 07-20-2015, 05:20 PM
khalled khalled is offline
 
Join Date: Apr 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get the following erro after install and try access my forum
Fatal error: Call to a member function is_cloud_cachable() on a non-object in /home/..../public_html/vb/includes/block/tagcloud.php on line 136

and when disable the forum all run good
Reply With Quote
  #78  
Old 08-08-2015, 07:10 PM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the tagcloud.php fatal errors, or a blank screen on search.php, run the following MySQL query:
Code:
UPDATE contenttype
SET cantag = '0'
WHERE class = 'vwPage'
LIMIT 1
After this change you may have to go to AdminCP > Maintenance > Clean System Cache. If you don't have this option, try running VaultWiki's upgrade script, even if you are already on the latest version, since the upgrade script will rebuild the cache too.
Reply With Quote
  #79  
Old 08-08-2015, 08:57 PM
e24h e24h is offline
 
Join Date: Apr 2010
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can i place adsense code inside Wiki content pages
Reply With Quote
  #80  
Old 08-09-2015, 10:41 AM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can place your adsense code anywhere you want by editing the templates in vBulletin's style manager. A good template to place ad code is vw_node_shell, because it is used on every wiki page.

In the full version, you can also place one in the sidebar by doing one of these:
  • Create a "Custom HTML" type wiki sideblock and put the adsense code as the content.
  • For long articles, place adsense code in between sections by adding it to the vw_block_separator template.
We recommend that you use ad code that uses DOM methods instead of document.write.
Reply With Quote
  #81  
Old 08-12-2015, 05:45 PM
Vintum Vintum is offline
 
Join Date: Jan 2013
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know what happens if we have the full version and our license expires?
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:20 PM.


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.05300 seconds
  • Memory Usage 2,349KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete