Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: Orstio on June 19, 2009, 11:25:58 PM

Title: Webslices and SEF
Post by: Orstio on June 19, 2009, 11:25:58 PM
Some modification to the bridge is required for webslices to have SEF URLs.

Find (3 locations in smf.php):

if (isset($_REQUEST['action']) && $_REQUEST['action']=='.xml')

Replace with:

if (isset($_REQUEST['action']) && $_REQUEST['action']=='.xml' && $_REQUEST['type']!='webslice')