vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - vbWiki Standard - vBulletin+MediaWiki integration (https://vborg.vbsupport.ru/showthread.php?t=136242)

antiekeradio 03-22-2007 11:59 PM

ok. installed wikimedia (ahum.) and now everything works!!! thanks a lot.

I might want to talk to the board about buying Pro.

BrAinZ 03-23-2007 08:26 AM

Quote:

Originally Posted by ElfMage (Post 1209991)
You can hide the 'Discussion' Tab using CSS (this is not an elegant solution, but it is simple and works.. :rolleyes:). If you want to go this route let me know...

That sounds good.. a pointer in the right direction would be much appreciated!

antiekeradio 03-23-2007 10:47 AM

Quote:

Originally Posted by BrAinZ (Post 1210185)
That sounds good.. a pointer in the right direction would be much appreciated!

dito! my MODs are wildly enthousiastic :D
the built-in discussion feature is quite useless compared to vB itself.

hmmmm you would almost start hoping for an integration which automatically links the discussion tab to a vB discussion thread, and if it doesn't exist for that wiki page, create a new one in the assigned (wiki discussion) forum.


anyways, this sort of stuff is SO much more useful to our board than these social networking or gallery mods.. its super!!

Necrosaro420 03-23-2007 11:59 PM

how can I change the default color of the text in the vbwiki (wiki)

ElfMage 03-24-2007 03:57 AM

Quote:

Originally Posted by Necrosaro420 Necrosaro420
how can I change the default color of the text in the vbwiki (wiki)

Hi, I replied to your post at nuhit.com, but now I am not sure about which wiki skin your site is using. My suggestion was only for vbWikiSkin.

If you are trying to change the colors for monobook, then the section of main.css you need to change is for '#content'.

ElfMage 03-24-2007 04:01 AM

Quote:

Originally Posted by BrAinZ (Post 1210185)
That sounds good.. a pointer in the right direction would be much appreciated!

Certainly.

In the Style Manager, edit the headinclude template; and at the end, add the following:

HTML Code:

<style>
#p-cactions li#ca-talk  { display: none; }
</style>

Try this, and let me know if it doesn't work.

BrAinZ 03-25-2007 07:57 PM

Hmm... That didn't seem to do anything.. Wonder why not?

ElfMage 03-25-2007 08:23 PM

PM me a link to your wiki, and I'll take a look.

antiekeradio 03-28-2007 06:20 PM

OK just another question.

on the "who's online page", the users browsing the Wiki are shown.

however, the locations are messed up a little. The location is displayed as:

Quote:

Originally Posted by online.php
Unknown Location
/wiki/index.php/Main Page

being an admin I can see the exact location(path) where the users are.
i guess the regular users only see the 'unknown location' bit.

Is there some setting in vB that I can use to change this 'error-like' location??

ElfMage 03-29-2007 07:25 PM

Hi, this is a 'bug' of vbWiki Standard.

Who's online integration is implemented in the Pro version. The standard (lite) version doesn't have the functionality required to fully extract the wiki article titles and build the URLs to the corresponding pages on the wiki side.

To keep vbWiki Standard from showing visitors to your wiki on the Who's Online page, open arcane_vbulletin_core.php, and find this line of code:

PHP Code:

define('AT_VB_INTEGRATION'1); 

And insert right after:

PHP Code:

define'LOCATION_BYPASS'); 



All times are GMT. The time now is 10:17 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.01273 seconds
  • Memory Usage 1,745KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (5)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