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)

Ronny46 05-02-2010 03:47 PM

Functions only with MediaWiki: 1.15.1 with newer ones there comes a white side

Beor 05-02-2010 05:59 PM

I changed my mediawiki to 1.15.1 and have the same problem... :(

Thanks

Ronny46 05-02-2010 06:34 PM

Then you have somewhere a mistake with instal done. Perhaps, sometimes all the other Addons deactivate and test?

Beor 05-02-2010 06:46 PM

At this moment is disabled and works fine.

http://www.tododream.com/wiki

Thx

Keldaria 05-05-2010 01:14 PM

I use a dark style skin... while the overall skin is automatically updated as I adjust my stylevars, the wiki box remains the same white background with black text.. is there any way to adjust this?

Ronny46 05-19-2010 10:37 PM

Quote:

Originally Posted by BRotondi (Post 2019936)
Seems not to work any more with 4.0.3 ... at least with the german version. Anyone got it working?

With the last German version 4.0.3PL1 it does not run any more. One Cannot announce himself any more and in the Navbar stands instead of wiki only vboptions et cetera. Is the version still developed or not? Have stood with it spent around it to run to agree.

Quote:

Mit der letzten Deutschen Version 4.0.3PL1 l?uft es nicht mehr.Man kann sich nicht mehr Anmelden und in der Navbar steht statt wiki nur vboptions und so weiter.Wird die Version noch weiter entwickelt oder nicht?Habe stunden damit verbracht um es zum laufen zu bekommen.

CCux 05-20-2010 06:38 AM

Works for me fine with german 4.0.3PL1. But would be nice to know if there will be any further developing of this great addition!

BRotondi 05-20-2010 09:01 PM

Works nice with 4.0.3 - but what PL1 are you talking about?

Developing:I think we cannot really trust on this, since nobody knows what headache study, girlfriend and the rest of the world are giving bepe... Perhaps he needs one or two more months, perhaps he gave it up at all... who knows...

Hope we will see you again bepe!

With the best wishes, Bruno

Gargi 05-22-2010 11:12 AM

Yes, especially the Opera compatibility would be interesting. I tried a lot of things by myself, but with no luck.

BRotondi 05-23-2010 04:54 AM

Change Template 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 session.sessionurl_q}">{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 session.sessionurl_q}">{vb:raw vboptions.mediawiki_name}</a>
    </li>
</vb:if>

Red Code added.

MikalMirkas 05-23-2010 07:15 PM

Nice work, can't wait for official release! ^.^

BRotondi 05-23-2010 07:55 PM

Hope there will be one... But it works quite well, except the known restrictions.

MikalMirkas 05-23-2010 09:08 PM

Please upload the files that came with the vbMediaWiki before installing or upgrading!

I uploaded all the contents to the /wiki/ folder...

MikalMirkas 05-23-2010 09:51 PM

Code:

Warning: require([path]/includes/mediawiki_init_startup.php) [function.require]: failed to open stream: No such file or directory in [path]/includes/init.php(331) : eval()'d code on line 36
Code:

Fatal error: require() [function.require]: Failed opening required '/home/prknigh1/public_html/forum/includes/mediawiki_init_startup.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/prknigh1/public_html/forum/includes/init.php(331) : eval()'d code on line 36
OH MAI GAWD
Completely shuts down the forum. What do I need to fix D:

Edit: Never mind, used common sense :P
BTW, Forum_upload goes in the FORUM root, not in the wiki root. :P

Front Range 4x4 05-23-2010 10:07 PM

That was mentioned earlier in the thread. Glad you got it.

I've been away from this for a while but am now back to finish it up. The only issue I'm having is with the search function. Anyone have any tips what to look for?

TIA!

MikalMirkas 05-23-2010 10:11 PM

Quote:

Originally Posted by Front Range 4x4 (Post 2042412)
That was mentioned earlier in the thread. Glad you got it.

I've been away from this for a while but am now back to finish it up. The only issue I'm having is with the search function. Anyone have any tips what to look for?

TIA!

I have an issue as well (keep having issues without looking. Lazy me. :P)

Instead of it saying Wiki in the navbar, it says
Code:

{$vboptions['mediawiki_name']}
. When I click on it, it gives me a 404.
www.pr3knights.com/forum (if you wanna take a lookie)

Kay fixed that by editing the template, but all it does is send me to a new page now. Yeeeeeeeey.
Edit again: Doesn't show the Wiki statuses under "About Me".
This mod is full of problems, or I am an idiot :PP

Front Range 4x4 05-23-2010 10:54 PM

The mod is pretty cool, a bit of a learning curve though.

Your link doesn't show anything.

BRotondi 05-24-2010 06:59 AM

Quote:

Originally Posted by MikalMirkas (Post 2042416)
This mod is full of problems, or I am an idiot :PP

That's why we talked earlier about opening an own subforum somewhere. It should be possible the keep installation instructions up to date, remove bugs, list known issues...

Especially if bepe has not the possibility any more to support this mod (does any one know more about this??) we should take care about this our own and get more efficient...

Front Range 4x4 05-24-2010 01:20 PM

I've looked at all the forums on thi and admit I'm not sure where the best info is, vbMods.org looks like a good summary w/o all the repetition here.

Problem: When clicking New Wiki Articles I get:

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

Any tips on this?

BRotondi 05-24-2010 04:52 PM

Same here - with even more lines:
Quote:

Warnung: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in [path]/packages/vbmediawiki/search/searchcontroller/newwiki.php (Zeile 26)

Warnung: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in [path]/packages/vbmediawiki/search/searchcontroller/newwiki.php (Zeile 27)

Warnung: mysql_query(): supplied argument is not a valid MySQL-Link resource in [path]/packages/vbmediawiki/search/searchcontroller/newwiki.php (Zeile 29)

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

Does it work on someones installation?

To disable the link: Template mediawiki_navbar_whatsnew_link: Move </vb:comment> down
Code:

<vb:comment>Wiki What's new link to new wiki articles</vb:comment>
<li><a href="search.php?do=getnew{vb:raw session.sessionurl}&contenttype=vBMediaWiki_Wiki">{vb:rawphrase new_wikis_nav}</a></li>
</vb:comment>


Front Range 4x4 05-24-2010 05:36 PM

I had that but had the wrong password in ACP. I'm using 4.0.2.

I removed the mediawiki_navbar_whatsnew_link and guess I'll do the same thing in the vb search.

All in all this mod is great! I just won't upgrade to 4.0.3. ;)

BRotondi 05-24-2010 05:56 PM

You're right... Search isn't working any more either...

What a pitty...

Front Range 4x4 05-24-2010 06:39 PM

Did it work for you in 4.0.2? If so I'd like to know how since I'm still there.

BRotondi 05-24-2010 07:29 PM

Not sure when I used it last... I remember, that after upgrading to .3 I had to reinstall vbMediaWiki and solve two new bugs...

Front Range 4x4 05-24-2010 08:24 PM

Thanks Bruno, I think I'll just let things ride for now. No sense in creating more work for myself and breaking what's working.

HolyKiller 05-26-2010 03:28 AM

This is amazing! I already have bound my wiki on the forum accounts, but this mod is AMAZING!

Keep it up man!

Tagged && w8ing for 4.0.3 update :)

Alphaforums.com 05-30-2010 08:13 PM

Yeah, it doesn't work well on 4.0.3 for some reason. I'm waiting for this too :)

In the meanwhile, good work, it's really appreciated.

Nano_ 06-02-2010 07:53 AM

Installed, nice work, but waiting for 4.0.3 update!

Edit: Tab bug fixed with this post. Waiting for fix logout bug... :(

Daryn 06-08-2010 07:56 PM

Tagged this one for the 4.0.3 update.

J6488EEA8E90 06-09-2010 04:10 AM

having a wiki on my site will be great. Just found this mod. :cool:
Will install once it works with 4.0.3

Thanks for all the effort everybody has put in to get this mod working.

Scan Cape Cod 06-10-2010 10:46 PM

Installed on 4.0.3 here, seems to be working fine using the updated product XML file. And it sure does NOT like any usernames with a / or any non-alphanumeric character in them. Question is, if I make that necessary character change in my control panel is it going to blow out any users that have such characters in their names, or should I ensure that those characters are removed before I do such a thing?

Thanks for a great add-on!

BenBase 06-11-2010 05:58 AM

1 Attachment(s)
lock this :(

Nano_ 06-11-2010 05:51 PM

Quote:

Originally Posted by BenBase (Post 2051889)
lock this :(

https://vborg.vbsupport.ru/showpost....&postcount=509


Anyone resolve the "logout bug"?
vB 4.0.3PL1 here.

Dept_of_Alchemy 06-13-2010 01:28 AM

I get this error message when I try to open my wiki page after modifying the LocalSettings.php with these:

define( VB_INSTALL_PATH, '../forum' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );

The error message I get is this:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 37

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 49

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='/home/speaks5/public_html/wiki:/home/speaks5/public_html/wiki/includes:/home/speaks5/public_html/wiki/languages:.:/usr/lib/php:/usr/local/lib/php:/home/speaks5/php') in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 49

bferrell 06-24-2010 06:52 PM

I so hope this comes with an update soon, this is AWESOME, but I'm just upgrading to 4.0.4 today...

laddo 07-05-2010 10:38 PM

Anyone installed this on 4.0.4 successfully?

Thanks.

va1 07-09-2010 12:06 PM

Quote:

Originally Posted by bepe (Post 1978083)
the forum style should be inherited; for more complex styles changing the whole page layout... something like header is now footer or so... you would need to change the MEDIAWIKI template

The content of MW is looking like the original media wiki... I think that is good, ppl should see that we are using the original one :) ... anyway, you can change the wiki skin by hand or by editing the css

... but it's almost impossible to make the content of the MW look 100% like the content of VB... Sorry if u meant that ... anyway, both skins are playing nice together

About impossible... make it fit to all possible skins is impossible... sure it is possible if you adapt the one skin u are using to the media wiki... ok... basically everything is possible, it's just a matter of time

I am trying to install this mod in my vBulletin version 4.0.4 but running into some issue such as the main tab dows not show "wiki" rather shows $vboptions['mediawiki_name'] and the underlying link also shows something as following $vboptions['mediawiki_path'], when I click on that it takes me to Not Found

The requested URL /vBulletin/{$vboptions['mediawiki_path']} was not found on this server.
Am I running into all these issues because I am trying to install this mod on top of vBulletin 4.0.4 where this mod is not compatible ? Please guide !

va1 07-09-2010 12:52 PM

I might have run into some issue during installation of this mod in my vBulletin that is why I dont see the name of the tab as 'Wiki' rather i see $vboptions['mediawiki_name']} as well as the underlying link of this tab does not land me up anywhere because it links to $vboptions['mediawiki_path'] leading to Page not found error.
I can not add any entry in the Wiki because the Wiki does not even open up, how to open the Wiki

renlok 07-09-2010 01:58 PM

Dont know if its been posted before but to fix the stats being shown on the user CP in /includes/mediawiki_member_profileblock_fetch_unwrapped.php
replace
PHP Code:

if ($id == 'aboutme'

with
PHP Code:

if ($id == 'stats'

does anyone know how to get the search working in 4.0.4?

gopherhockey 07-10-2010 02:44 PM

Got it installed into 4.0.4 but yea, seeing same issues others are seeing. Anyone know if the author is actively still working on this? I need this to work, otherwise I will have to look elsewhere.


All times are GMT. The time now is 04:34 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.01773 seconds
  • Memory Usage 1,832KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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