MyBB Community Forums

Full Version: one installation split across mutiple subdomains (beta testers needed)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
should be as simple as changing
$mybb->settings['portal_announcementsfid'] = "x,y,z";
based on the FIDs accessible to the subdomain.

Might be a little more to code, but in general the concept is simple but implementing may take some more work.
Isn't there a way to replace {$announcements} on the portal template to something like ($mybb->settings['portal_announcementsfid'] = "2"Wink?
Pages: 1 2 3 4