Been testing these two plugins in WPMU 2.9beta2 and BP1.2-bleeding. Based on tests, these are what I found:
1. Sitewide Admin Footer Text - Works.
Admin panels are "branded" at footer. When I activate the BP Dev Sitewide Footer Content to "brand" all the front-end stuff, I get fatal error:
Fatal error: Cannot redeclare bpdev_show_sitewide_footer_content_box() (previously declared in [edited]/wp-content/plugins/bpdev-sidewide-footer-content/bpdev-site-wide-footer-content.php:38) in [edited]/wp-content/plugins/sitewide-admin-footer-text/site-wide-admin-footer-text.php on line 43
2. BP Dev Sitewide Footer Content - Works but adds the content I placed just before closing of body tag on front end. No problem, I just add divs around the content I want to add on the front end and add styling in style.css. When I want to add the "branding" to Admin panels at the footer and activate Sitewide Admin Footer Text, I get fatal error:
Fatal error: Cannot redeclare bpdev_show_sitewide_footer_content_box() (previously declared in [edited]/wp-content/plugins/sitewide-admin-footer-text/site-wide-admin-footer-text.php:28) in [edited]/wp-content/plugins/bpdev-sidewide-footer-content/bpdev-site-wide-footer-content.php on line 53
I've seen a solution somewhere before, it just escapes me right now. How do I get both the front-end "branding" of a different kind working with the "branding" on the back-end?