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)

bepe 08-25-2010 03:04 PM

Quote:

Originally Posted by dnk.it (Post 2089091)
same problem here, I'm admin but I can't see the edit button and if I use direct link to edit I get this error:

wiki/index.php?title=MediaWiki:Sidebar&action=edit
You do not have permission to edit this page, for the following reasons:

* The action you have requested is limited to users in the group: Users.

* This page provides interface text for the software, and is locked to prevent abuse.

You can view and copy the source of this page:



edit: If I create a new user and give admin permission to it I can see all buttons ( edit, action, etc )....

I have checked all the code... and I've tried to recreate the problem... but no success
Someone of you need to give me access to the forum with an admin account please, without that I cannot fix that
... also I need ftp access to the wiki folder

bepe 08-25-2010 03:06 PM

Quote:

Originally Posted by Bossland (Post 2089329)
I do have the Edit button, but where can is et up a new page ?

There is no button for creating a new page, you just search for an title like "test" in the wiki search box (NOT THE FORUM SEARCH BOX!), if the title does not exist, you get an link to create the page

HolyKiller 08-26-2010 06:18 PM

tagged and will be installed soon ... thanks !!

daddel80 08-27-2010 01:35 PM

Hi Bepe,

I tested the installation as the Wiki is on a different subdomain. It's running so far!!

BUT i cannot login. That's the only little issue found. As i'm logging in at the Wiki page or moving already logged in to Wiki it will never log me in.

I know thatt subdomains will not be supported but i need it installed at different subdomains. I would be glad if you can help me out.

If you need a login to my Testenvironment no problem. Just drop me a PM.

Thanks!

Noerenberg 08-27-2010 02:10 PM

Hi,

what ever i do i cant change the skin.
i get just the standart wiki skin, what the same skins is from wikipedia

Daryn 08-27-2010 11:57 PM

Quote:

Originally Posted by bepe (Post 2086824)
Yes, I've read that page, but not all the page title restrictions are needed for the user.
I've come up with this now:
PHP Code:

/^[^#:~\/[\]]{1}[^_#:~\/[\]]*$/ 

[^_ #:~\/[\]]{1} -> for avoiding space as first char
_ -> would be converted to a space in the username
# -> Wiki does not allow it
: -> someone might use a username like 'Talk:ToMe' ... that would be a Wiki Namespace
~ -> Wiki does not allow this sequence: '~~~'
/ -> Name is used in the URL, so we cannot have users with something like "../" or "./" or "/../" in the name... so disallow the '/' or the '.'
[] -> Wiki does not allow it

Just realized that with this string as the User Registration Regex nobody can create an account. Went back to the plain alpha numeric one for the moment, but it would be nice to get the precise one working at some point.

Praetor1 08-28-2010 02:08 PM

hi,

I am very new to both Vbulletin and obviosuly vbmediawiki. My question is can vbmediawiki be used for multiple wikis off of the same site?

I have about 5 users on my site that I want each of them to have their own wiki.

Snug 08-29-2010 12:58 AM

so if my forum url is www.example.com/forums then the wiki needs to be www.example.com/forums/wiki

Rik Brown 08-29-2010 06:25 AM

This is looking great. Only problem is that our software layout is:

forums.[domain].com
wiki.[domain].com

And that appears to mess up the cookies.

Any chance to support that layout?

Thanks. -- Rik

InfoNirvana 08-30-2010 11:49 PM

Quote:

Originally Posted by bepe (Post 2076406)
next version will include a bbcode for linking wiki pages
[wiki]Main_Page[/wiki]

Great feature.

Quote:

Originally Posted by bepe (Post 2075354)
The manual is still in development... and would be very nice if someone with good English knowledge could take a look

Congrats on the excellent manual, nicely done.
Shouldn't the manual use vBMediawiki Vector ?
:)


All times are GMT. The time now is 11:51 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.01439 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
  • (1)bbcode_php_printable
  • (5)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