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
  #112  
Old 08-03-2010, 12:16 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
yes, I will do that
I renamed the AuthPlugin_vbMediaWiki.php to vbMediaWikiAuthPlugin.php, so when uploading the new version it would be not overwriten anymore.
That was part of the code cleanup, sice we are going rc now soon

next version just contains a fix for same of the wiki tables that are not shown right
e.g.: go to wiki/index.php?title=Special:Version ... there the tables have this thick borders right now
... lets see if we find something else
why not convert the php code for inclusion in a plugin instead, tht way you would get rid of vbMediaWikiAuthPlugin.php
Reply With Quote
  #113  
Old 08-03-2010, 02:29 PM
wipedout wipedout is offline
 
Join Date: Jul 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gnoll View Post
bepe is it possible to use wiki only with Default theme ?

well i'm using some custom themes ( gaming site ), but all s... at when opened wiki, so is there any chance users only see wiki under Default theme ?
(thx for updates)
im with this guy, either making the wiki use the whole custom templates or using another style when you are in the wiki only, anyway to do this?
Reply With Quote
  #114  
Old 08-03-2010, 02:31 PM
wipedout wipedout is offline
 
Join Date: Jul 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AtomicAcidbath View Post
Having the same problem, only my setup is reversed:
MediaWiki is at the root (/), and vBulletin is in a /forum/ folder.
LocalSettings.php has:
Code:
define( "VB_INSTALL_PATH", "forum/" );
either a IIS error or the fact that you added a trailing slash like you werent suppoed to, try with only
Code:
define( "VB_INSTALL_PATH", "forum" );
Just thinking since it says don use trailing slash.
Reply With Quote
  #115  
Old 08-04-2010, 07:37 AM
Gnoll's Avatar
Gnoll Gnoll is offline
 
Join Date: Dec 2009
Location: İzmir
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
define( "VB_INSTALL_PATH", "../forum" );
use like it
Reply With Quote
  #116  
Old 08-05-2010, 04:45 AM
mdcdeve mdcdeve is offline
 
Join Date: Oct 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Having a problem hm .. the wiki works fine outside of my account but whenever i am logged in the skin refuses to change and the integrated skin won't load no matter what i do, it just says on the vector skin

Edit: Managed to get the new skin showing by switching to the new skin before uploading any other files, all working fine now
Reply With Quote
  #117  
Old 08-05-2010, 09:32 PM
Cadellin's Avatar
Cadellin Cadellin is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hesitate to ask as you've done just a brilliant job how could I get the wiki to return the default permissions error message "Username: you do not have permission to access this page. This could be due to one of several reasons:.." when the wiki visible permission is set to no?

Basically how can I get the vBulletin to handle the permissions missmatch rather than mediawiki for the wiki visible permission?

Thanks
Reply With Quote
  #118  
Old 08-07-2010, 03:35 AM
ConfusedCartman ConfusedCartman is offline
 
Join Date: May 2008
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note: I spent the last few hours fighting to find a good regex to use for user registration, and came up with this:

Code:
^((?!admin|moderator)[A-Za-z0-9 ._-])+$
Since vBulletin does not allow Illegal User Names and Regular Expressions to be used together, you can add multiple phrases in the first portion (separated with a "|" character) that you do not want users to be able to use anywhere in their username (or as their username). The second portion checks for all characters valid in a wiki. Slashes and other characters are excluded because they cause problems, but periods, underscores, dashes, and spaces are all allowed along with alphanumeric characters. I've already tested it live and it works just fine - it's a very elegant solution. I find it preferable to the suggestion in the included pdf, since it allows for more breadth to the usernames and still allows us to customize phrases we don't want allowed as well.
Reply With Quote
  #119  
Old 08-07-2010, 02:37 PM
oddball118 oddball118 is offline
 
Join Date: Feb 2009
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this error:

[04-Aug-2010 18:30:21] PHP Parse error: syntax error, unexpected '<' in /home/ACCOUNT/public_html/mydomain.com/forum/global.php(29) : eval()'d code on line 557


My forum is setup as follows:

http://www.mydomain.com

http://www.forum.mydomain.com

http://www.forum.mydomain.com/wiki


Is the problem the subdomain or is it because the wiki directory is located inside the forum directory?


Thanks for your hard work with this mod.
Reply With Quote
  #120  
Old 08-07-2010, 09:30 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just posting the new beta right now... will try to catch up tomorrow

Was working the last week on the new skin... you'll see what I mean
please give me results on how it is working or on any problems with wiki plugins and so on
Reply With Quote
  #121  
Old 08-07-2010, 11:03 PM
Rolli Rolli is offline
 
Join Date: Jul 2010
Location: Germany
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When is to be calculated about on the final version, in so far as there will be generally one? Should one uninstall with a new beta the old version?
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 02:37 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06632 seconds
  • Memory Usage 2,360KB
  • 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
  • (4)bbcode_code
  • (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