vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - MediaWiki Latest Additions & Changes (https://vborg.vbsupport.ru/showthread.php?t=142520)

jimmcq 03-20-2007 09:56 PM

for the namespace stuff, take a look at the 'makeTitle' function in the file includes/Title.php of MediaWiki

Pottsy 03-22-2007 08:18 AM

Hi,

This looks good, but it only seems to pick up some changes (and not others) and I can't see why it's not picking up all.

I tried editing a page, and the change isn't shown. The earliest changes in the list are from a few days ago. I am using mw 1.6.8 - will that make any difference?

hinch 03-22-2007 10:27 AM

installed and working perfectly thanks alot

http://www.euro-chimaera.co.uk/index.php

majorxp 03-22-2007 02:27 PM

Quote:

Originally Posted by Pottsy (Post 1209413)
I tried editing a page, and the change isn't shown. The earliest changes in the list are from a few days ago. I am using mw 1.6.8 - will that make any difference?

You bring up a good point about version compatibility. I haven't tested it on 1.6.8, so I don't know. I'm going to list 1.8.2 as the minimum version since that is the oldest version I have tested with.

Pottsy 03-22-2007 10:07 PM

Quote:

Originally Posted by majorxp (Post 1209585)
You bring up a good point about version compatibility. I haven't tested it on 1.6.8, so I don't know. I'm going to list 1.8.2 as the minimum version since that is the oldest version I have tested with.

Maybe... but your new ver 1.4 works well with 1.6.8. Thank you!

Atakan KOC 03-25-2007 05:49 PM

Thanks....

majorxp 03-25-2007 06:54 PM

Don't forget to click install! :)

jimmcq 04-01-2007 06:55 PM

I'm using it at PinataIsland.info

vprp 04-04-2007 01:26 PM

When you add the following line at LocalSettings.php

// Add last updates
require_once "$IP/extensions/makevbmodule.php";

Do you add it after the <?php or before? Also, should I replace $IP and put the path?

ElfMage 04-05-2007 12:49 PM

vprp, you should add the line

require_once "$IP/extensions/makevbmodule.php";

towards the end of the LocalSettings.php, before the ?>. Example:

PHP Code:

// Add last updates
require_once "$IP/extensions/makevbmodule.php"
?> 

You don't need to replace $IP, since MediaWiki defines it with the correct path to your wiki installation.


All times are GMT. The time now is 02:12 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.01134 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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