I too am getting the blank page. After checking the db event log, i can see that the forum database info is messing with modx’s database info. It is looking for the template in a table within the smf db and not the modx db where the template exists.
I think integrating the smf database tables with modxs tables would solve the problem. But there are similar database table names, so a different prefix must be used.
UPDATE:
I transfered all the smf tables over to my modx db, amended the database settings in smf’s Settings.php and all is good!
The forum is actually within my modx page
I’ll update further if there are any other tricks I figure out.
Sheri
Last update:
I have given up. After getting as far as I could, it is a exercise in futility. SMF requires the use of $_GET variables. Modx is not designed to use those! A simple link to your forum after integrating the web users is the way to go.