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 - vbMediaWiki Vector (https://vborg.vbsupport.ru/showthread.php?t=247279)

ndahiya 02-05-2013 10:57 PM

Quote:

Originally Posted by tomtom1984 (Post 2402208)
WOWWWWWW thx ndahiya Coder ;-))))))))

So easy? oh damm^^

tomtom: specially for you, new version with submenus showing for the integrated skins.
https://vborg.vbsupport.ru/showpost....&postcount=421

ndahiya

ndahiya 02-09-2013 01:37 AM

Edit:: "loss of session data" errors fixed in version 1.31 above.
ndahiya

OhP 02-09-2013 06:39 PM

Quote:

Originally Posted by daviet (Post 2402026)
I have installed Semantic MediaWiki to my working version and it works great. Here is an example page, see the Live History and Appears On section near the bottom.

Nice work!

And thanks.

tomtom1984 02-09-2013 07:38 PM

Which css i can change the font size of the sidebar?
Greetz

ndahiya 02-13-2013 03:18 AM

Quote:

Originally Posted by tomtom1984 (Post 2403167)
Which css i can change the font size of the sidebar?
Greetz

not sure, but you should try wiki_upload/skins/vbmediawikiforum/main-ltr.css

Trillian 02-15-2013 03:16 AM

Quote:

Originally Posted by ndahiya (Post 2398436)
Installation instructions:
1. Upload the wiki_upload files to the wiki folder, and the forum_upload files to the forums folder.
2. Import the product in vbulletin.
3. Set the variables in Settings --> Options --> vBulletin Mediawiki.
4. Grant permissions to various usergroups.
5. Add tab to the wiki under Settings-->Navigation Manager. Set the "Tab scripts" field to "mediawiki".

I'm in the process of setting up a shiny new website with vBulletin 4.0.2, and MediaWiki 1.20.0with Semantic 1.8.0.2. No user accounts to get in the way yet.

My plan is to set up the Wiki to be the primary purpose of the website, with the forum to be secondary. Since this is an add-on domain on my account, I would like the wiki to run from the wikidomain.com directory, and the forum to run from wikidomain.com/forums/ directory.

Will this arrangment cause any problems for this vbMediaWiki mod to work? Will it cause any problems with the cookies?

Thanks!

Edited to add: should I install the new vb forum database in the existing mediawiki database, or should I keep them separate?

ndahiya 02-15-2013 08:30 PM

Quote:

Originally Posted by Trillian (Post 2404386)
I'm in the process of setting up a shiny new website with vBulletin 4.0.2, and MediaWiki 1.20.0with Semantic 1.8.0.2. No user accounts to get in the way yet.

My plan is to set up the Wiki to be the primary purpose of the website, with the forum to be secondary. Since this is an add-on domain on my account, I would like the wiki to run from the wikidomain.com directory, and the forum to run from wikidomain.com/forums/ directory.

Will this arrangment cause any problems for this vbMediaWiki mod to work? Will it cause any problems with the cookies?

Thanks!

Edited to add: should I install the new vb forum database in the existing mediawiki database, or should I keep them separate?

so long as they are on the same domain, different folders should be fine so long as you set the paths.
i have them setup in different databases, has not been a problem. you probably want to keep them separate anyway, as it is cleaner to manage updates etc, also avoid the risk that some tables be of same names.

bzcomputers 02-17-2013 04:44 PM

Quote:

Originally Posted by daviet (Post 2402026)
I have installed Semantic MediaWiki to my working version and it works great. Here is an example page, see the Live History and Appears On section near the bottom.

I get this error when trying to use Semantic Media Wiki

Code:

Fatal error: Call to undefined function wfProfileIn() in /home/cruisin/public_html/w/extensions/SemanticMediaWiki/includes/SMW_Setup.php on line 463
It refers to this:

Code:

/**
 * Initialise a global language object for content language. This must happen
 * early on, even before user language is known, to determine labels for
 * additional namespaces. In contrast, messages can be initialised much later
 * when they are actually needed.
 */function smwfInitContentLanguage( $langcode ) {
        global $smwgIP, $smwgContLang;

        if ( !empty( $smwgContLang ) ) {
                return;
        }
        wfProfileIn( 'smwfInitContentLanguage (SMW)' );

        $smwContLangFile = 'SMW_Language' . str_replace( '-', '_', ucfirst( $langcode ) );
        $smwContLangClass = 'SMWLanguage' . str_replace( '-', '_', ucfirst( $langcode ) );

        if ( file_exists( $smwgIP . 'languages/' . $smwContLangFile . '.php' ) ) {
                include_once( $smwgIP . 'languages/' . $smwContLangFile . '.php' );
        }

        // Fallback if language not supported.
        if ( !class_exists( $smwContLangClass ) ) {
                include_once( $smwgIP . 'languages/SMW_LanguageEn.php' );
                $smwContLangClass = 'SMWLanguageEn';
        }

        $smwgContLang = new $smwContLangClass();

        wfProfileOut( 'smwfInitContentLanguage (SMW)' );
}


daviet 02-18-2013 05:37 PM

Quote:

Originally Posted by bzcomputers (Post 2404793)
I get this error when trying to use Semantic Media Wiki

Code:

Fatal error: Call to undefined function wfProfileIn() in /home/cruisin/public_html/w/extensions/SemanticMediaWiki/includes/SMW_Setup.php on line 463
It refers to this:

On my initial install I required needing the DataValues extension:
http://www.mediawiki.org/wiki/Extension:DataValues

but there might be some others.

I wound up installing the Semantic MediaWiki Bundle:
http://www.mediawiki.org/wiki/Semantic_Bundle

which make configuration a bit easier and includes a lot of other optional stuff.

Draffi 02-20-2013 08:26 PM

Changing the Usergroup-Permission for "Wiki visible" brings a SQL-Error:

Invalid SQL:
UPDATE vbs_usergroup SET

Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error-No: 1054

Damn! I deleted this Shoutbox some weeks ago - what can i do? Delete this manually?


All times are GMT. The time now is 05:34 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
  • Page Generation 0.01367 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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