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)

apokphp 11-19-2010 10:58 AM

I cannot find "main-ltr.css" anywhere. Is that a template itself?

I made the first change you recommended...and that seems to have done the trick. What does the 2nd change do?

TRS_Chris 11-19-2010 05:06 PM

Quote:

Originally Posted by apokphp (Post 2123498)
I cannot find "main-ltr.css" anywhere. Is that a template itself?

I made the first change you recommended...and that seems to have done the trick. What does the 2nd change do?

In the vbmediawiki zip file it's in release/wiki_upload/skins/vbmediawikiforum

It's just the css stuff that's needed. I tried including it as a css file, but that broke the page, so I just copied and pasted the contents in as a style tag. I'm sure someone else will come up with a better solution.

Travis-Mc 11-19-2010 09:56 PM

Quote:

Originally Posted by Mukashi (Post 2117892)
Has this mod been abandoned? bepe doesn't seem to have posted for quite some time. =/ I was hoping with the recent advanced in both MediaWiki and vB4, maybe some solution might have been found to the link via user ID idea.

Add me the list of people who like to find out it this has been abandoned.... It looked promising.. but not so much anymore..

NovoCiv 11-23-2010 04:18 AM

And I would like to know what the error is with my problems. How is this still listed as Supported?

apokphp 11-27-2010 04:22 AM

vb.org is notorious for not updating what is supported and what isn't. It's one thing I really dislike about the organization and management of this site. It is very misleading to its members.

HolyKiller 12-13-2010 01:19 PM

bepe
Developer Last Online: Aug 2010

:(:(:( So sad, this hack will die, again ... :/

Athena1984 12-13-2010 02:56 PM

Aww, it looks like I will have to uninstall it then. :(

KrU$ty 12-15-2010 11:55 AM

Quote:

Originally Posted by Lord Doys (Post 2112523)

to get back the missing CSS statements, just copy the same part from FORUMHOME into the MEDIAWIKIFORUM template

that should do it

Would you mind explaining this with a little more depth? Not quite sure what i am suposed to take from FORUMHOME nor am i sure where i should put it in MEDIAWIKIFORUM.

Everything else you said regarding the editing of the product xml worked.

Cheers.

zews 12-18-2010 08:45 AM

I really hope this mod will be supported again. I am willing to donate if bepe develops this great mod even more.

MoreLinux 12-19-2010 10:28 AM

The easiest way to get this super mod working again is the following:
  • Sidebar: To get the sidebar working again. In the template MEDIAWIKIFORUM find the line with the text {wiki:raw headinclude} Below this line insert the following text {vb:cssfile forumbits.css,forumhome.css,widgets.css,sidebar.cs s,options.css,tagcloud.css}
  • The nice navigation bar is missing many CSS elements. This is due to a mayor in the forumdisplay.css file. The best way to fix this to add the following code to you additional.css file.
    Code:

    /* MediaWiki fix */
    .above_threadlist_controls {
            clear: both;
            display:block;
            width: 100%;
            border: {vb:stylevar forummenu_border};
            background: {vb:stylevar forummenu_background};
            _background-image: none;
            margin-top: {vb:math {vb:stylevar padding}/2};
            margin-bottom: 0;
            position: relative;
            -moz-border-radius: {vb:stylevar forummenu_border_radius};
            -webkit-border-radius: {vb:stylevar forummenu_border_radius};
            float: {vb:stylevar left};
    }
    .above_threadlist_controls ul {
            padding: {vb:math {vb:stylevar padding}/2} 0;
            float: {vb:stylevar right};
            margin-{vb:stylevar right}: {vb:stylevar padding};
    }
    .forumdisplaypopups a.popupctrl, .forumdisplaypopups.popupgroup .popupmenu a.popupctrl {
            font: {vb:stylevar forummenu_font};
            color: {vb:stylevar forummenu_color};
            background: transparent url({vb:stylevar imgdir_misc}/black_downward_arrow.png) no-repeat center {vb:stylevar left};
            padding: 0;
            padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
            border: 0;
            padding-{vb:stylevar left}: 15px; /* based on icon size */
            display:block;
            _display:inline;
            float: {vb:stylevar left};
            clear: {vb:stylevar right};
    }
    .forumdisplaypopups li {
            position: relative;
            _display:block;
            _float: {vb:stylevar left};
            _clear: {vb:stylevar right};
    }

    /* Watch/Unwatch Icon Styling */
    #ca-unwatch.icon a,
    #ca-watch.icon a {
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    width: 26px;
    height: 14px;
    }
    #ca-unwatch.icon a {
    background-image: url(images/watch-icons.png);
    background-position: -43px 60%;
    }
    #ca-watch.icon a {
    background-image: url(images/watch-icons.png);
    background-position: 5px 60%;
    }
    #ca-unwatch.icon a:hover {
    background-image: url(images/watch-icons.png);
    background-position: -67px 60%;
    }
    #ca-watch.icon a:hover {
    background-image: url(images/watch-icons.png);
    background-position: -19px 60%;
    }
    #ca-unwatch.icon a.loading,
    #ca-watch.icon a.loading {
    background-image: url(images/watch-icon-loading.gif);
    background-position: center 60%;
    }
    #ca-unwatch.icon a span,
    #ca-watch.icon a span {
    display: none;
    }


Hope this helps.


All times are GMT. The time now is 04:25 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.01574 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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