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
  #122  
Old 08-08-2010, 08:48 AM
yuerzx yuerzx is offline
 
Join Date: Jul 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bepe I meet a trouble with your addon, I got the following error. May I know how to fix it? Thanks so much.

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "UserDailyContribsHooks::storeNewContrib". Database returned error "1146: Table 'yuerhost_Lovewiki.mwk_user_daily_contribs' doesn't exist (localhost)".

Web address: mylovewiki.com
Reply With Quote
  #123  
Old 08-08-2010, 09:38 AM
Gnoll's Avatar
Gnoll Gnoll is offline
 
Join Date: Dec 2009
Location: İzmir
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OMG ! You are this is amazing ! I cant ... oh !
Reply With Quote
  #124  
Old 08-08-2010, 07:00 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 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)
The integrated wiki should contain 3 skins by default:
vbmediawikiforum - integrated into the forum theme
vbmediawikivector - wiki page in the content area
vector - default wiki skin

you can change the default by adding this line with the name of the default skin to the end of your LocalSettings.php (after the two line you added for vbMediaWiki!):
PHP Code:
$wgDefaultSkin   'vbmediawikiforum'
// remove other skins
You can remove skins using this (also to the end of LocalSettings.php):
PHP Code:
$wgSkipSkins[] = "vbmediawikivector";
$wgSkipSkins[] = "vector"
this would remove the vbmediawikivector and the vector skin
Reply With Quote
  #125  
Old 08-08-2010, 07:05 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fortforum View Post
I can?t get vb search to work very well, as for wiki artikles doesn?t get inkluded . Going for known words in wiki turns up with nothing. Can search be refined in any way?
go to Admin panel->Maintenance->Update Counters->Rebuild Search Index
there select "Wiki Articles" and press "Rebuild Search Index"

please tell me in case that it's not working for you
Reply With Quote
  #126  
Old 08-08-2010, 07:13 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cadellin View Post
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
yes, would be nicer to get the vBulletin page... need to think about it and need to do some tests

Edit: ok, done
wiki visible -> disabling this will just hide the wiki inside the forum (no navbar link, no stats and so)
Can read -> this will result in the vBulletin permissions page if the user try to access the wiki
Reply With Quote
  #127  
Old 08-08-2010, 07:37 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ConfusedCartman View Post
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.
you could allow more chars
see http://meta.wikimedia.org/wiki/Page_name for details
and there is a problem:
Quote:
The first character of a page name cannot be a colon (, space ( ), or underscore (_).
Reply With Quote
  #128  
Old 08-08-2010, 07:41 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by oddball118 View Post
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.
no, should not be a problem... could you send be the link to your forum via PM?
Reply With Quote
  #129  
Old 08-08-2010, 07:43 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rolli View Post
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?
I've just added the new skin, when this is working right I'll go RC and then after some time final... but depends on how much results I get, so cannot tell a date or so
Reply With Quote
  #130  
Old 08-08-2010, 07:50 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yuerzx View Post
Bepe I meet a trouble with your addon, I got the following error. May I know how to fix it? Thanks so much.

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "UserDailyContribsHooks::storeNewContrib". Database returned error "1146: Table 'yuerhost_Lovewiki.mwk_user_daily_contribs' doesn't exist (localhost)".

Web address: mylovewiki.com
ok, thats strange... check your PMs
Reply With Quote
  #131  
Old 08-09-2010, 09:38 AM
Joelimo Joelimo is offline
 
Join Date: Mar 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx bepe,

the new Skin looks really 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 05:51 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.11102 seconds
  • Memory Usage 2,363KB
  • 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
  • (2)bbcode_php
  • (8)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_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