Jump to content

MediaWiki and PHPBB RSS feed embedding


Andytizer
 Share

Recommended Posts

So this is an area I'd like to deposit some of the information and research I've discovered whilst using customising the use of MediaWiki and PHPBB.

 

Embed PHPBB RSS into MediaWiki

RSS feed embedding extensions for MediaWIki are not well maintained. A much more reliable method is to use htmlets extension (which securely allows htmlets) and to use a piece of javascript to embed the RSS feed. Then you can use CSS to style the the output to fit into MediaWiki extension.

 

To embed the latest PHPBB feed into MediaWiki, I used the service RSSinclude to created a PHPBB feed of the latest topics.

 

To customise the line-height, I added the code to Common.css:

#rssincl-box-602233 p{
line-height:1.0;
}

 

Embed MediaWiki Recent Changes RSS into PHPBB

I used the feed RSS2JS to generated a feed based on MediaWiki's Recent Changes.

 

I inserted the generated code into the overall_footer.html template file for Prosilver theme, so that it appears on every page.

 

It's not really good practice to style in-line, but I found it a lot easier:

 

The column-count css hacks make the content appear in 3 columns on Firefox and Chrome and webkit browsers. Sadly IE does not yet support flowing columns.

Recently edited wiki pages
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Found PCGamingWiki useful? Please consider making a Donation or visiting our Patreon.
  • Who's Online   1 Member, 0 Anonymous, 304 Guests (See full list)

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Forum Statistics

    1.7k
    Total Topics
    9.1k
    Total Posts
×
×
  • Create New...