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
vbMediaWiki is running fine, but I was not able to make TreeAndMenu in MediaWiki work. My guess: TreeAndMenu requires Monobook, but vbMediaWiki is using vector. The code I have to add to LocalSettings.php is Monobook specific:
$wgHooks['MonoBookTemplateToolboxEnd'][] = 'wfNavTree';
function wfNavTree() {
...
Does anybody had an idea what to use instead of MonoBookTemplateToolboxEnd?
when i try to import the product xml i get the following error:
PHP Code:
Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in F:\xampp\htdocs\forums\includes\class_template_parser.php #0 F:\xampp\htdocs\forums\includes\class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array) #1 F:\xampp\htdocs\forums\includes\adminfunctions_template.php(2863): vB_TemplateParser->validate(Array) #2 F:\xampp\htdocs\forums\includes\adminfunctions_plugin.php(545): compile_template('????{vb:styleva...') #3 F:\xampp\htdocs\forums\admincp\plugin.php(1714): install_product(' #4 {main}
Fatal error: Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in [path]\includes\class_template_parser.php in [path]\vb\vb.php on line 287 #0 vb_error_handler(256, Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in F:\xampp\htdocs\forums\includes\class_template_parser.php , F:\xampp\htdocs\forums\vb\vb.php, 287, Array ([exception] => Exception Object ([] => Unable to find a class to validate:
and much more...
any ideas? other products are imported just fine
edit: just tried it with a fresh clean install of version 4.0.3 Patch Level 1 (instead of upgraded forum), same error
Hi, first of all thanks a lot for this bridge, is very very nice.
I'm experimenting this issue: my vbulletin admin account (primary Aadministrator) is created in wiki but it has not the edit/create rights.
Then i tested with a user with primary group User and all went ok. Also i tested with a custom usergroup and all ok also in this case.
Also, when i click on the special page with the list of WIKI usergroup i see duplicated usergroup. For example, 2 user usergroup...or 2 burocrat usergroup, one of them is translated in italian, the language of vbulletin and wiki installation
I'm checking the usergroup right and it seems that Administrator doesn't have the create/edit rights that users have .... hummmm it seems that "high" level users such us Sysop (administrator) and burocrat, do not include also the rights of low level users such as Users. Is it normal ?
when i try to import the product xml i get the following error:
PHP Code:
Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in F:\xampp\htdocs\forums\includes\class_template_parser.php
#0 F:\xampp\htdocs\forums\includes\class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array)
#1 F:\xampp\htdocs\forums\includes\adminfunctions_template.php(2863): vB_TemplateParser->validate(Array)
#2 F:\xampp\htdocs\forums\includes\adminfunctions_plugin.php(545): compile_template('????{vb:styleva...')
#3 F:\xampp\htdocs\forums\admincp\plugin.php(1714): install_product(' #4 {main}
Fatal error: Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in [path]\includes\class_template_parser.php in [path]\vb\vb.php on line 287
#0 vb_error_handler(256, Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in F:\xampp\htdocs\forums\includes\class_template_parser.php , F:\xampp\htdocs\forums\vb\vb.php, 287, Array ([exception] => Exception Object ([] => Unable to find a class to validate:
and much more...
any ideas? other products are imported just fine
edit: just tried it with a fresh clean install of version 4.0.3 Patch Level 1 (instead of upgraded forum), same error
I found out what this issue is
i noticed that that only occurs in 4.03.. in 4.07 i do not have that issue.
the problem lies in the MEDIAWIKIFORUM template in the product xml
if you delete row: 162 through 171 from the product xml it loads fine, and everything will work.
to get back the missing CSS statements, just copy the same part from FORUMHOME into the MEDIAWIKIFORUM template
This seems to be broken in 4.0.8 - It will load but the layout is messed up.
yes i noticed...
many vbulletin templates have been altered.. i am still thinking if it were good or not...
guess ill have to play around with the style editor again