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
vbMediaWiki Vector Details »»
vbMediaWiki Vector
Version: 1.06 RC, by bepe bepe is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.0.x Rating:
Released: 07-24-2010 Last Update: 08-18-2010 Installs: 169
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

vbMediaWiki Vector

Manual (don't forget to RTFM!)

Interested in doing a translation? PM me

Screenshot Look here!

Changelog Online Version, click here!

vbMediaWiki IRC Channel
I might be online... just try or use the forum
irc://irc.freenode.net/vbmediawiki
http://webchat.freenode.net?channels=vbmediawiki
Donations
Every donation is welcome and appreciated. This product is for free and it will stay free despite the fact‎ that commercial products with much less capabilities cost a lot of money. So before you spend that money on other products, try this one and feel free to send that money to me
http://www.duplexgaragen24.de

Download Now

File Type: zip vbMediaWiki_Vector_1.06_RC_(fixed).zip (805.7 KB, 1242 views)
File Type: zip vbMediaWiki_Vector_1.06_RC_fix_only.zip (11.7 KB, 143 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
daviet

Comments
  #192  
Old 08-21-2010, 01:07 PM
Wayne@R32oc Wayne@R32oc is offline
 
Join Date: Mar 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

brilliant bepe. Installed flawlessly. You can view at http://www.r32oc.com

Im a mediawiki noob, never used it before. But whats the quickest and easiest way for members to contribute?
Reply With Quote
  #193  
Old 08-21-2010, 01:54 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Every forum member is allowed to change the content of the wiki and I'm sure many of them know how to do it from using http://en.wikipedia.org (it's really the same wiki software).

Just search for a word like "test" in your wiki (left search bar!), if it's not in your wiki already, then you will get a page telling you that you can create that article:
Quote:
Create the page "Test" on this wiki!
Click on that "Test" link -> so you can write the content of that page.

You should make a start and setup some content on the main page by using the "Edit" link above the page content... how too? ... I cannot explain that, you need to do some research about that.
For a start: Help:Contents User's Guide

There are many MediaWiki's out there, and you can look into the source code of the main pages to get some examples.

The wiki syntax is easy to learn and you'll create soon nice articles.

Another thing, you should download/install the Extension:UsabilityInitiative
Your search field will look nicer and you will get a nicer page editor toolbar.
- download the file from that link and extract the "UsabilityInitiative" folder to the "wiki\extensions" folder.
- Add the following code to the very end of your LocalSettings.php:
PHP Code:
# Some lines to add to LocalSettings.php to get these extensions up and running:

# Vector enhancements (CollapsibleTabs, SimpleSearch, EditWarning)
require_once( "$IP/extensions/UsabilityInitiative/Vector/Vector.php" );

# Vector enhancements config
# global: Enabled for everyone, users can't disable in preferences (FIXME this behavior should change)
# user: Disabled by default, users can enable in preferences
# Shown values are defaults
$wgVectorModules = array(
    
'collapsibletabs' => array( 'global' => true'user' => false ), // Doesn't have a user pref
    
'editwarning' => array( 'global' => false'user' => true ),
    
'simplesearch' => array( 'global' => true'user' => false ), // Doesn't have a user pref
);
# To really enable SimpleSearch (FIXME)
$wgVectorUseSimpleSearch true;

# WikiEditor (Toolbar, Toc, Preview, Highlight)
require_once( "$IP/extensions/UsabilityInitiative/WikiEditor/WikiEditor.php" );

# WikiEditor config
$wgWikiEditorModules = array(
    
'highlight' => array( 'global' => true'user' => true ),
    
'preview' => array( 'global' => true'user' => true ),
    
'toc' => array( 'global' => true'user' => true ),
    
'toolbar' => array( 'global' => true'user' => true ),
); 
done
Reply With Quote
  #194  
Old 08-21-2010, 05:47 PM
sapphiremagus sapphiremagus is offline
 
Join Date: Sep 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found a couple other things that don't play nice with certain wiki setups.

My wiki uses short urls (/wiki/Page Name). A lot of the functionality of this product seems to want to use (/wiki/index.php?title=Page Name). This causes the link to try to access (/wiki/Index.php) as a new wiki page.

This occurs primarily in the user profile links and the wiki BB code.
Reply With Quote
  #195  
Old 08-21-2010, 05:50 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sapphiremagus View Post
Found a couple other things that don't play nice with certain wiki setups.

My wiki uses short urls (/wiki/Page Name). A lot of the functionality of this product seems to want to use (/wiki/index.php?title=Page Name). This causes the link to try to access (/wiki/Index.php) as a new wiki page.

This occurs primarily in the user profile links and the wiki BB code.
you need to set the "Path" in the vbMediaWiki options to '../w', that will solve the problem.
Reply With Quote
  #196  
Old 08-21-2010, 06:46 PM
sapphiremagus sapphiremagus is offline
 
Join Date: Sep 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
you need to set the "Path" in the vbMediaWiki options to '../w', that will solve the problem.
... I'm a moron , thank you
Reply With Quote
  #197  
Old 08-21-2010, 11:36 PM
bferrell bferrell is offline
 
Join Date: Nov 2007
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, so I reverted that template, and now the Wiki tab and navbar are OK, but for some reason I still don't get the edit option even though I'm an admin and admins have all YES in WIKI usergroup perms.

Brett
Reply With Quote
  #198  
Old 08-22-2010, 08:26 PM
Wayne@R32oc Wayne@R32oc is offline
 
Join Date: Mar 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome Bepe, worked a charm thank you! Voted, great support!
Reply With Quote
  #199  
Old 08-22-2010, 11:52 PM
Bossland Bossland is offline
 
Join Date: Jan 2010
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cant create any articles as i dont see any option for create ... even i am am admin and everything is set to "YES"

what i dont understand is that setting:

Can Login
No Wiki account will be created, so the user cannot edit or create pages ....

So IF "Can Login" IS == YES i am not able to create any page ?!?!?! how can i then even create something
Reply With Quote
  #200  
Old 08-23-2010, 07:15 AM
AfterWorldForum AfterWorldForum is offline
 
Join Date: Dec 2008
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bepe was a big help in figuring out why the mod was not working correctly on my board (turned out another mod was causing trouble). I'm truly impressed with his servive
Reply With Quote
  #201  
Old 08-23-2010, 11:39 AM
linuxwhy's Avatar
linuxwhy linuxwhy is offline
 
Join Date: Aug 2010
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it`s fantastic,great!
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 11:16 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.13403 seconds
  • Memory Usage 2,365KB
  • Queries Executed 28 (?)
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_php
  • (3)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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_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