Group Admins

  • Avatar Image

BuddyPress development

Public Group active 11 months, 2 weeks ago

To discuss and try to attract more PHP developers to the BuddyPress platform.

02) Some sort of wiki (3 posts)

← Group Forum   Group Forum Directory
  • Avatar Image Monoxide said 1 year ago:

    I doubt XML-RPC is the way to go.

    XML-RPC is expensive (since it’s based around a full-blown network protocol), you’ll be making alot of requests to http://localhost/mediawiki or wherever, which will then go through all of mediawiki’s processing, database access, then you need to do your own processing to display the results.

    It may or may not be really bad, but I don’t know.

  • Avatar Image DJPaul said 1 year ago:

    Guess how these forums component works! http://dangerous-minds.org/forum/ – that runs BBPress (http://bbpress.org/)

  • Avatar Image DJPaul said 1 year ago:

    People have shared user accounts / shared cookies working across WPMU/Mediawiki installations, but if XMLRPC is possible, that’d be a nice way to pull the wiki content into a BuddyPress page.