Every donation is welcome and appreciated. This product is for free and it will stay free despite the fact that commercial products with much less capabilities cost a lot of money. So before you spend that money on other products, try this one and feel free to send that money to me
Bepe I meet a trouble with your addon, I got the following error. May I know how to fix it? Thanks so much.
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "UserDailyContribsHooks::storeNewContrib". Database returned error "1146: Table 'yuerhost_Lovewiki.mwk_user_daily_contribs' doesn't exist (localhost)".
bepe is it possible to use wiki only with Default theme ?
well i'm using some custom themes ( gaming site ), but all s... at when opened wiki, so is there any chance users only see wiki under Default theme ?
(thx for updates)
The integrated wiki should contain 3 skins by default:
vbmediawikiforum - integrated into the forum theme
vbmediawikivector - wiki page in the content area
vector - default wiki skin
you can change the default by adding this line with the name of the default skin to the end of your LocalSettings.php (after the two line you added for vbMediaWiki!):
PHP Code:
$wgDefaultSkin = 'vbmediawikiforum';
// remove other skins
You can remove skins using this (also to the end of LocalSettings.php):
I can?t get vb search to work very well, as for wiki artikles doesn?t get inkluded . Going for known words in wiki turns up with nothing. Can search be refined in any way?
go to Admin panel->Maintenance->Update Counters->Rebuild Search Index
there select "Wiki Articles" and press "Rebuild Search Index"
please tell me in case that it's not working for you
I hesitate to ask as you've done just a brilliant job how could I get the wiki to return the default permissions error message "Username: you do not have permission to access this page. This could be due to one of several reasons:.." when the wiki visible permission is set to no?
Basically how can I get the vBulletin to handle the permissions missmatch rather than mediawiki for the wiki visible permission?
Thanks
yes, would be nicer to get the vBulletin page... need to think about it and need to do some tests
Edit: ok, done
wiki visible -> disabling this will just hide the wiki inside the forum (no navbar link, no stats and so)
Can read -> this will result in the vBulletin permissions page if the user try to access the wiki
Just a note: I spent the last few hours fighting to find a good regex to use for user registration, and came up with this:
Code:
^((?!admin|moderator)[A-Za-z0-9 ._-])+$
Since vBulletin does not allow Illegal User Names and Regular Expressions to be used together, you can add multiple phrases in the first portion (separated with a "|" character) that you do not want users to be able to use anywhere in their username (or as their username). The second portion checks for all characters valid in a wiki. Slashes and other characters are excluded because they cause problems, but periods, underscores, dashes, and spaces are all allowed along with alphanumeric characters. I've already tested it live and it works just fine - it's a very elegant solution. I find it preferable to the suggestion in the included pdf, since it allows for more breadth to the usernames and still allows us to customize phrases we don't want allowed as well.
When is to be calculated about on the final version, in so far as there will be generally one? Should one uninstall with a new beta the old version?
I've just added the new skin, when this is working right I'll go RC and then after some time final... but depends on how much results I get, so cannot tell a date or so
Bepe I meet a trouble with your addon, I got the following error. May I know how to fix it? Thanks so much.
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "UserDailyContribsHooks::storeNewContrib". Database returned error "1146: Table 'yuerhost_Lovewiki.mwk_user_daily_contribs' doesn't exist (localhost)".