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)

Lord Doys 10-22-2010 12:39 PM

also if your collapsed tab disappears

remove from the MEDIAWIKIFORUM template

<script type="text/javascript">
<!--
var IMGDIR_MISC = BBURL + "/" + IMGDIR_MISC;
var IMGDIR_BUTTON = BBURL + "/" + IMGDIR_BUTTON;
// -->
</script>

there is no need for the BBURL any more, so defining IMGDIR_MISC = IMGDIR_MISC is just not needed and therefore can be removed

crazyace 10-22-2010 01:45 PM

Quote:

Originally Posted by Lord Doys (Post 2112714)
its quite easy to fix.
It seems that the sidebar.css is not loaded in the MEDIAWIKIFORUM template.

replace the line below
{wiki:raw headinclude}

with
{vb:cssfile forumbits.css,forumhome.css,widgets.css,sidebar.cs s,options.css,tagcloud.css}

Thanks that fixed the side bar. Now for the bar across the top. That's broken also.

Lord Doys 10-25-2010 08:03 AM

I have also written (actually isolated from vbwikipro) an addon to link duscussion tabs to the forums (creating new thread if no discussion exists etc)
If there are more people wanting this feature let me know and i will try to see if i can put it up somewhere

for a working example see my signature

IRJustman 10-25-2010 07:41 PM

Has anyone used Liquid Threads with this addon? I'll be honest and say that I have not tried this extension in a "neat" environment yet (MediaWiki in its own environment, no integration).

What happens is that when I'm not logged in, I can expand threads as normal. However, once I'm logged in, I cannot expand threads. I can still view them via the "history" link, but I cannot view them in a "normal" mode.

If you need details, request a PM and I'll send all the particulars there.

The URL for LiquidThreads is http://www.mediawiki.org/wiki/Extension:LiquidThreads

Thanks.

--Ian.

UPDATE: The extension does work in "neat" 1.16.0 MediaWiki. Any ideas?

UPDATE 2: If you clear your preferences and set them afresh, you're good to go.

NB: I'm using an existing wiki that has been in operation for about three years which might be part of that problem.

Igel1 10-26-2010 11:40 AM

@Lord Doys
How do you fix the bar across the top (abovebits in Mediawiki Template)

Lord Doys 10-26-2010 02:52 PM

Quote:

Originally Posted by Igel1 (Post 2114396)
@Lord Doys
How do you fix the bar across the top (abovebits in Mediawiki Template)

to make it float right again:

find in vbmediawikiforum.php (~line 955):
<ul class=\"popupgroup forumdisplaypopups\">" . $html . "

replace with
<ul class=\"popupgroup forumdisplaypopups\"style='float:right;'>" . $html . "

but to fix it to make them line up again...

the problem lies in the watch.icon css.. i dont have the time at the moment to figure out (didnt upgrade my live forums yet either)

play with these settings
/* 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;
}

Igel1 10-26-2010 06:55 PM

Thanks for the Hint.

murekhalir 10-27-2010 11:27 PM

Wow. Wow Wow.

RichieBoy67 10-28-2010 07:02 AM

Hello,

I was wondering if anyone has a working version I can check out before installing for a client.

Thanks,

Rich

der_darkon 10-28-2010 09:23 AM

Quote:

Originally Posted by Lord Doys (Post 2113880)
I have also written (actually isolated from vbwikipro) an addon to link duscussion tabs to the forums (creating new thread if no discussion exists etc)
If there are more people wanting this feature let me know and i will try to see if i can put it up somewhere

Wow!
I?m very interested in this. :)


All times are GMT. The time now is 01:33 AM.

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.01205 seconds
  • Memory Usage 1,741KB
  • 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_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