Quote:
Originally Posted by quantic
Ok, more on this... The problem appears when saving a page.
- If I save a page with the module working, links don't work at all and the effect is the same as if set $wgCapitalLinks to false ( [[content]] doesn't link to the page named 'Content' ).
- If I comment "require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );" so the module is not loaded, the links works perfectly after I save the page.
I will appreciate any help on this.
Ty 
|
Ok, I found '$wgCapitalLinks = false;' on the file 'includes/AuthPlugin_vbMediaWiki.php'
I tried to comment this line and now links are working as expected, so I can write 'This is some [[content]] as example' and the link points to the page 'Content'.
Now I have a problem with usernames as they are expected with the first letter uppercase, even after uploading the 'User.php' provided with the module.
Am I the only one with this problem?
Ty in advance.