![]() |
Quote:
|
Really, really terrific mod. Thank you!
|
# Wiki search results are UTF8 and so are not shown right on non UTF8 boards (fixed for next release)
When do you think you might have the next release out? |
Great mod !!, but unfortunally I don't get it to work. keeps saying:
Code:
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 Code:
php_value upload_max_filesize 30M Please advise. Best Regards, Marcel |
Looking forward to advances in this script. So far, it's amazing! If anyone wants to see it in action:
http://alphaflight.net/alphanex/ |
Quote:
|
Thanks, created a php.ini file with the settings and now it is working.
Regards, Marcel |
Noticed a bug in IE7 (and IE8) in compatability...
The Nav, top set of menu's, and footer (every wiki element but the acutal body) drop down the page... can be seen here - http://leicestertalk.net/wiki/index.php?title=Main_Page |
Not sure if it's connected to the plugin or not, but I have a basic MW installtaion, plus this plugin, and have been getting an error when I start typing in the MW search box:
Code:
DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> |
Awesome mod, updated to RC thanks.
- Wiki tab on the NavBar - Personal Wiki Links under the NavBar The wiki is on the navbar however it is not selected or active while in the wiki, and the personal wiki links under the navbar are also missing, guessing due to the other problem. Mod conflict perhaps? |
This is huge!
Mod of the year definitely. :) Thx for the awesome work. |
Hi bepe,
great work so far. There is one problem after upgrading to 4.0.2RC. The wiki edits and pages created in the user profile field are gone. is this correct? Did you remove them? |
Quote:
|
ok, RC 2 is fixing that stats problem
|
Great, installed and the stats are back again.
|
hmm my stats isnĀ“t back...
Using vb4.0.1 and 4.0.2 all the same |
Quote:
|
Hi bepe,
as in the readme i can read that subdomains will be supported. I have tested this but without success. The problem is that the skin will not correctly be loaded. i added the full path VB_INSTALL_PATH without the trailling slash. |
everything is working for me except search can you take a look bepe ?
http:/under-linux.org/wiki |
bepe, also on a center fixed width site, the printable version is loading aligned left side.
|
Hello
My skin has not been integrated with Wiki. When I click "Wiki" button in navbar I see a wiki homepage (no vBulletin's header). I've tried on Chrome and Safari. |
I did not understand that's the item:
"Upload the contents of the" wiki_upload "directory into your wiki root directory. Add this line to the very end of your LocalSettings.php: " Where this directory wiki? I need to do it yourself at the root of the forum or somewhere to get and install? Please'll show:) |
The directory of the wiki is wherever you installed mediawiki.. Google MediaWiki, download and install if you have not done so already.. :)
@bepe: bepe, everything seems to be working great now with the exception of the width of the skin you included, all the default skins are ok.. For some reason there is a slider at the bottom of the screen now as the forum is way to wide to fit on a page, when I select another skin its fine and the slider goes? any ideas how to limit width of text?? |
@Cust0ms: In LocalSettings search for $wgDefaultSkin = ... and set it to
Code:
$wgDefaultSkin = 'vbmediawiki'; @bepe: I think you did not mention this anywhere, had the same problem :). And another one: If you set your vB-stylevar titleimage e.g. to "/images/logo4.png", you have to change it e.g. to "../images/logo4.png", since the header will create something like src="../forum/../images/logo4.png". Greetings & 1000 Thanks for this mod! (Now installed on the server and debugging / fine tuning) Bruno |
The top right link "My Profile" links to the non existant "wiki/members/..." when I am in the wiki (and correct to "forum/members/...") when I am in the forum.
|
Quote:
http://xxx.net/forum/members/67-bepe but it should be: http://xxx.net/forum/member.php?67-bepe I'm running the VB header from the wiki location... that means I have to change all links to source files like images, css, php, ... I'm using this regex for it: $temp = preg_replace( '/(src|href|action)="([^:"<>]+\\.(php|gif|jpg|png|js|ico|css))/', '\\1="'.$base.'/\\2', $temp ); means that u need to have one of this in the link: ". + php|gif|jpg|png|js|ico|css" then my code will correct the link |
but u are right... why check for the file extension... every relative link needs to be corrected I think... need to check that
|
Quote:
|
(deleted)
|
Quote:
open vbMediaWiki.php with some text editor and change line 379 from: PHP Code:
PHP Code:
|
Thanks @bepe, I've sent you $10 to paypal. :)
|
+ 10$ from here :)
|
Quote:
@all: Who else is running vbMediaWiki on his server? (Mine: sinnimleben.net/wiki) More exemples would make it easier to debug / see where the problem is and perhaps report bug and solution all together. Bruno |
O.k. Found another site running vBMediaWiki and this way also the point, breaking the template navbar on my site: vBMediaWiki leads the vB-variable $relpath to "wiki/Article" instead of "../wiki/Article", so {vb:raw relpath} cannot be used in the navbar for wiki pages.
This happens in the function fetch_relpath (class_core.php), since $basepath ist not the forum-base any more, but the wiki-base... Workaround: Use Code:
<vb:if condition="THIS_SCRIPT == 'mediawiki'">/</vb:if>{vb:raw relpath} Bruno |
Wow bepe, you've made massive progress in such a short time!
Just prepping my install for vb4 upgrade (Waiting for skin developer to finish) and have a couple of questions. I changed the 'HTML Character Set' to utf-8 and don't appear to be having any ill effects. I use english however, is this only a problem on non-english languages? Secondly, I've had my username regular expression as ^[A-Z0-9 ]+$ for the past few years, is allowing a space going to cause any problems? |
Quote:
It's self made. I rewrote my posting vbMediaWiki 4.0.2 RC 2 #274 and deleted the old one which was unclear. I think, you have another Problem, but if your modifications also use {vb:raw relpath}, perhaps it helps replacing them with Code:
<vb:if condition="THIS_SCRIPT == 'mediawiki'">/</vb:if>{vb:raw relpath} Good Luck! Bruno |
Hey Bruno,
I have already tried disabling every mod on my site and still cannot find what is causing this problem, its a fresh 4.0.2 install, not upgrade from the 3.x series. I have checked and reverted every template, checked all file uploads, reinstalled product, maybe there is a issue with the suite, ergo; CMS and blogs. I will try your solution, I need this MOD. Thanks much. :) |
Quick question: on the database, how many of you are using the new experimental binary option or did you go with the backwards compatible UTF-8?
Also myisam or innob? |
Hi Shawn
First your wiki must run even without this mod. Can you post or PM a link? I use MediaWiki with Code:
# MySQL table options to use during installation or update Greetings, Bruno |
Oh the wiki was fine as stand alone, no link at the moment as I decided to reinstall and changed the engine to MyIsam since my server backup only supports that and not InnoDB. I also went with the binary.
|
All times are GMT. The time now is 09:11 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|