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 - [obsolete!] vbMediaWiki 4.0.2 RC 3 (https://vborg.vbsupport.ru/showthread.php?t=235342)

wynode 04-12-2010 12:51 AM

Quote:

Originally Posted by BRotondi (Post 2018205)
Perhaps a quick, but very important Question. Just tested it:
  • If you browse the table "user" you will see, that every User ever logged in has been created and his edits are shown correct even if you disable the bridge (Disable: Undo the LocalSettings.php-Changes and rename the skin files vbMediaWiki.php, so monobook will be chosen and no php error occurs)
  • BUT: No password and no email is being stored!! This means: After disabling the bridge you will have to add email addresses manually, so users can press "Send Password"
Btw: Really don't know when bepe will have time again to continue his work... I don't have the know-how yet and perhaps will not continue to use MediaWiki...

Appreciate the reply. Only thing required after this in that case would be to create a query to add the email addresses from the forum DB to the wiki DB.

Mind if I ask what you plan to use if not MediaWiki ? I'm wondering whether to use this or just install MediaWiki on its own and then use a bridge (only downfall being that integration for searching etc is lost).

BRotondi 04-12-2010 01:41 PM

Seems not to work any more with 4.0.3 ... at least with the german version. Anyone got it working?

danlavu 04-12-2010 04:32 PM

I'm having some problems with this mod. I've followed the instructions, this is on a new vbulletin installation so I changed the charset to utf8.

The wiki website comes up when I click on the navbar, but when a user has write permissions to the wiki, the system logs them out and they're unable to post. When I try to login, they're able to login but it just refreshes and they're not logged in.

Any ideas?

danlavu 04-12-2010 05:24 PM

Nevermind I got it working, I misread the instructions when removing the ucfirst portion.

weallgovern 04-13-2010 07:19 AM

I have installed but for some reason where I should have the wiki tab instead of displaying WIKI it shows {$vboptions['mediawiki_path']} and makes that the path so no connection to the wiki at all. I can get to the wiki on www.mysite.com/wiki and have set ./wiki as path and Wiki as name but its not showing.

Any ideas?

BRotondi 04-13-2010 08:40 AM

Perhaps a problem with another installed add/plugin. Disable all others and check for correct installation of vbMediaWiki again.

weallgovern 04-13-2010 09:01 AM

It all seems to work fine except for the tab. I'm using 4.0.3 so maybe thats the problem. This is the only added module other than those that come standard with vbulletin.

forum
www.mysite.com/
wiki
www.mysite.com/wiki

http://weallgovern.com/wikiproblem.jpg

BRotondi 04-13-2010 12:15 PM

O.K. I was able to upgrade from 4.0.2 to 4.0.3 on XAMPP, everything fine - including the tab! Now continuing to search for the bug on the server...

Update: He he, uninstalled and reinstalled on Server: Now exactly your Tab-Issue :)

BRotondi 04-13-2010 01:10 PM

1 Attachment(s)
O.K. solved this, but really don't know, what's causing it, since the template mediawiki_navbar_link ist the same on my working XAMPP and my buggy server-installation. Perhaps if you install vbMediaWiki on 4.0.2 and then update to .3 something will be updated, which interprets above template in another way...

Solution: replace those vars with the new {}-descriptors: Change mediawiki_navbar_link to
Code:

<vb:if condition="$vboptions['selectednavtab'] == 'vbmediawiki'">
<li class="selected">
    <a class="navtab" href="{vb:raw vboptions.mediawiki_path}">{vb:raw vboptions.mediawiki_name}</a>
    <ul class="floatcontainer">
{wiki:raw personal_urls}
    </ul>
</li>
<vb:else />
<li>
    <a class="navtab" href="{vb:raw vboptions.mediawiki_path}">{vb:raw vboptions.mediawiki_name}</a>
</li>
</vb:if>

For those who want to install vbMediaWiki on a 4.0.3, you can directly use the new xml which has above changes included (Attachement).

weallgovern 04-13-2010 10:20 PM

Awesome Thankyou for the great support. It all works fantastic now.


All times are GMT. The time now is 10:14 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.01368 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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