vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - vbMediaWiki Vector (https://vborg.vbsupport.ru/showthread.php?t=247279)

TheSupportForum 08-03-2010 12:16 PM

Quote:

Originally Posted by bepe (Post 2077760)
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

wipedout 08-03-2010 02:29 PM

Quote:

Originally Posted by Gnoll (Post 2078162)
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?

wipedout 08-03-2010 02:31 PM

Quote:

Originally Posted by AtomicAcidbath (Post 2078386)
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.

Gnoll 08-04-2010 07:37 AM

Code:

define( "VB_INSTALL_PATH", "../forum" );
use like it

mdcdeve 08-05-2010 04:45 AM

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

Cadellin 08-05-2010 09:32 PM

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

ConfusedCartman 08-07-2010 03:35 AM

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.

oddball118 08-07-2010 02:37 PM

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

bepe 08-07-2010 09:30 PM

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 :D
please give me results on how it is working or on any problems with wiki plugins and so on

Rolli 08-07-2010 11:03 PM

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?


All times are GMT. The time now is 12:27 PM.

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.01522 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete