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
[obsolete!] vbMediaWiki 4.0.2 RC 3 Details »»
[obsolete!] vbMediaWiki 4.0.2 RC 3
Version: 4.0.2RC3, by bepe bepe is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.0.2 Rating:
Released: 02-07-2010 Last Update: 02-28-2010 Installs: 130
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

This version is obsolete:
New version:
https://vborg.vbsupport.ru/misc.php?...diawiki_vector

Download Now

File Type: zip vbMediaWiki_4.0.2_RC3.zip (118.4 KB, 678 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #452  
Old 03-27-2010, 11:32 AM
N1tr8 N1tr8 is offline
 
Join Date: Jun 2009
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and install the 15.1 version but nothing works I even user integration What could be?

edit: I realized that the integration is almost throws with some bugs, like when you create a page is not added to the account in the postbit and when I give a news item picho one wiki and redirect me to ..... . / index.php.index.php
greetings and thanks
Reply With Quote
  #453  
Old 03-27-2010, 04:41 PM
tehtide tehtide is offline
 
Join Date: Dec 2007
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to get wiki to accept non alphanumeric characters as a username? I'm testing this on our beta forum and don't really have an option to not go with alphanumeric characters on our live forum.
Reply With Quote
  #454  
Old 03-27-2010, 10:39 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey how do I add pages to the navigation??
Reply With Quote
  #455  
Old 03-28-2010, 10:24 AM
limbic limbic is offline
 
Join Date: Aug 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks amazing, but I am getting a consistent error on the wiki after I add the required lines to LocalSettings.php :
Parse error: syntax error, unexpected T_STRING in /path/to/LocalSettings.php on line 152
Line 152 on my LocaSettings.php is:
define( VB_INSTALL_PATH, '../forum' );
I tried putting my full path in too. No joy.

My set up is http://www.belgradefvc.com/forum and http://www.belgradefvc.com/wiki

Just for reference, I am running vBulletin 4.0.2 ptach level 4, MediaWiki 1.5.2 and PHP version is 5.2.6 .

Any ideas?
Reply With Quote
  #456  
Old 03-28-2010, 11:12 AM
limbic limbic is offline
 
Join Date: Aug 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by limbic View Post
This looks amazing, but I am getting a consistent error on the wiki after I add the required lines to LocalSettings.php :
Parse error: syntax error, unexpected T_STRING in /path/to/LocalSettings.php on line 152
Silly me. The line above it (unrelated to this code) that was unescaped i.e. missing a ; (semi-colon) .

All fine now.
Reply With Quote
  #457  
Old 03-28-2010, 12:04 PM
limbic limbic is offline
 
Join Date: Aug 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the Magic Quotes problem, getting "Your edit has been rejected because your client mangled the punctuation characters in the edit token. The edit has been rejected to prevent corruption of the page text. This sometimes happens when you are using a buggy web-based anonymous proxy service. "

I tried to disable Magic Quotes in by adding this line to my .htaccess :
php_flag magic_quotes_gpc Off
This generated Internal Server Errors. I now know that fasthosts does not permit this in .htaccess .

I am thinking my only chance now is to modify the relevant scripts with some PHP to disable magic Quote
ini_set ('magic_quotes_gpc', 0);
I tried to add this to index.php in the wiki, but that did not appear to work.

I also tried this suggestion of putting a custom php.ini file into the directory that the script runs from, but I cannot figure out where it should go.

Any ideas how I might get around this (short of moving my site)?
Reply With Quote
  #458  
Old 03-31-2010, 05:16 AM
mfbmike mfbmike is offline
 
Join Date: Nov 2009
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://www.digitalsportscene.com/forum/forum.php

When I click "wiki" link on navbar, I appear logged out. When I click back to forums, I am logged in. Click wiki, I appear logged out again.

Reply With Quote
  #459  
Old 03-31-2010, 05:38 AM
mfbmike mfbmike is offline
 
Join Date: Nov 2009
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nvm, figured it out. changed cookie path
Reply With Quote
  #460  
Old 03-31-2010, 07:39 AM
BRotondi BRotondi is offline
 
Join Date: Sep 2008
Location: Zurich
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mfbmike View Post
nvm, figured it out. changed cookie path
Thanks for the confirmation! This also worked in MediaWiki/vBulletin Single Sign-On, I will at this to Installation & Maintenance.
Reply With Quote
  #461  
Old 03-31-2010, 04:25 PM
mfbmike mfbmike is offline
 
Join Date: Nov 2009
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't think I'll be able to use this mod. I can't find my php.ini and trying to disable magic quotes through my htaccess only results in internal (500) errors.
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:49 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.05250 seconds
  • Memory Usage 2,326KB
  • 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
  • (2)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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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