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
  #392  
Old 03-13-2010, 11:29 AM
BRotondi BRotondi is offline
 
Join Date: Sep 2008
Location: Zurich
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hy TigerXtrm

It works with 1.15.1, never tried with .2. The Path must be relative and do not change anything, than the red part, e.g.:
Code:
## vbMediaWiki (https://vborg.vbsupport.ru/showthread.php?t=235342)
define( VB_INSTALL_PATH, '../forum' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
  • use ../forum if you have //server/.../wiki and //server/.../forum
  • use .. if you have //server/.../wiki and //server/.../ (means Wiki is installed in a subfolder of the forum
  • etc.
=> The server installation path is needed, not the http://..-Path!

It should work even if you put above lines at the end of LocalSettings.php ... perhaps a conflict with other extensions?

Greetings, Bruno
Reply With Quote
  #393  
Old 03-13-2010, 11:55 AM
TigerXtrm TigerXtrm is offline
 
Join Date: Nov 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm pretty sure the path is correct:

PHP Code:
defineVB_INSTALL_PATH'..' );
        require_once( 
"$IP/includes/AuthPlugin_vbMediaWiki.php" ); 
Forum is in the /forum folder and the wiki is in the /forum/wiki folder.

But all I get when try to get on the wiki is a blank screen.
Reply With Quote
  #394  
Old 03-13-2010, 12:25 PM
BRotondi BRotondi is offline
 
Join Date: Sep 2008
Location: Zurich
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does your wiki work itself? Could you poste a link to your forum?
Reply With Quote
  #395  
Old 03-13-2010, 02:11 PM
TigerXtrm TigerXtrm is offline
 
Join Date: Nov 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, sure.

http://backstagemedia.net/media-portal/forum

If I take out the two lines of PHP code the wiki works just fine, but it's obviously not linked to the forum in any way (log in or style)
Reply With Quote
  #396  
Old 03-13-2010, 02:25 PM
BRotondi BRotondi is offline
 
Join Date: Sep 2008
Location: Zurich
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you take out the two lines, wiki is still http://backstagemedia.net/media-port...hp/Hoofdpagina ?

The /index.php/Hoofdpagina seems strange...
Reply With Quote
  #397  
Old 03-13-2010, 04:46 PM
TigerXtrm TigerXtrm is offline
 
Join Date: Nov 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well you can go to http://backstagemedia.net/media-portal/forum/wiki but you'll end up on the same page and the adres will just rewritten to that.
Reply With Quote
  #398  
Old 03-13-2010, 07:13 PM
Gargi Gargi is offline
 
Join Date: May 2008
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New Wiki article error: When I click on New Wiki Articles I get this error message:

Warnung: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/packages/vbmediawiki/search/searchcontroller/newwiki.php (Zeile 34)

Also when I click on the users profile .View all wiki articles by ... I get no result.

Integration itself works fine. Just the search thing is a bit buggy on my installation.

cu
Gargi
Reply With Quote
  #399  
Old 03-13-2010, 10:03 PM
Argyle Argyle is offline
 
Join Date: Jun 2002
Location: Melbourne, Australia
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Simple solution for my problem - if $_SERVER['SCRIPT_FILENAME'] is not equal to the wiki index file, run my queries.

I figure its something to do with something required to run in the main page being swapped out for the wiki content... but this solution works and is as "elegant" as any other of my custom queries
Reply With Quote
  #400  
Old 03-14-2010, 08:14 AM
rockinaway rockinaway is offline
 
Join Date: Jun 2005
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way that when a new wiki article is created, the user can select a forum in which a post will also be submitted. This post would redirect users from the forum to the article.

Is this possible?
Reply With Quote
  #401  
Old 03-14-2010, 12:16 PM
McAtze McAtze is offline
 
Join Date: Oct 2009
Location: de-DE
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THX for this great MOD .. but i've tried it like you describe and it doesnt work.

Attachment 114103

What is wrong ??
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 03:23 PM.


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.05560 seconds
  • Memory Usage 2,327KB
  • 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
  • (1)bbcode_php
  • (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_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