Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: MediaWiki edits -> BP activity streams


flynn
Participant

@flynn

Ok, visual integration.

I made a theme that calls WP’s header / footer. Install it into your media wiki skins dir and change skin in LocalSettings.php to “dusk” and you should be good to go.

Basically the theme does this:

wiki header stuff

<?php require(‘../wp-config.php’); $single = 1; $siteurl = get_settings(‘siteurl’); ?>

Wiki content stuff

<?php get_footer(); ?>

It’s not classy, but it works… well, for me. To work with your site it may take some CSS tweaking, namely, width and background info most of which is in “main.css” around line 350.

I’ll update the zip as I make changes. I don’t really plan to make this a supported thing, but as I hack a solution together, I might as well share it.

http://thegsn.org/Extra/Archive.zip

Skip to toolbar