Helping you Build Your Own Social Network!

Faster, better and easier!

BP Dev Sitewide Footer Content vs Sitewide Admin Footer Text

(6 posts) (3 voices)
  • Started 2 years ago by mercime
  • Latest reply from Brajesh Singh

  1. 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?

    Posted 2 years ago #
  2. hi Mercime.
    Please download the new Sitewide Admin Footer Content plugin from here http://buddydev.com/http//buddydev.com/public-download/bpdev-sitewide-admin-footer-text.zip .
    In the prior version of Sitewide Admin Footer Content plugin and the Sitewide footer content plugin has a conflict, as they share one method. So, I updated Sitewide Admin Footer Content plugin with correct name space. I forgot to write it in the post.
    You just need to upgrade the earlier Sitewide Admin Footer Content plugin with the new one.
    Delete the earlier sitewide admin footer content.upload this one and activate sitewide. you will be done.

    There will be no more conflicts. and your earlier branding will work.

    As far as the BP Dev Sitewide Footer Content is concerned, It is using the hook wp_footer, for adding the content to all themes. Now it depends on theme author, where he has placed the hook .
    A better solution I think for sitewide styling will be including a small css file with the plugin, which will be used for uniform styling. If it is ok, let me know, I will update the plugin with css file.
    Your thoughts please.

    Thanks
    Brajesh

    Posted 2 years ago #
  3. Thanks as always Brajesh. Thank you for the updated plugin. No more conflict. Since XHTML markups are allowed, I just added div class wrapper around the footer content generated (Just a line of text at this time - will change it later) and formatted it in style.css. Cheers.

    Posted 2 years ago #
  4. You are most welcome :) . I highly appreciate your feedback, participation in forum.
    Looking forward to your further posts :)

    Thanks
    Brajesh

    Posted 2 years ago #
  5. Hi,

    Does this happen to work with BP 1.2.8 and WP 3.1?

    Thank you!

    Posted 1 year ago #
  6. Yes It does. The only thing is now the options appear in Network Admin->settings page.

    Posted 1 year ago #

Reply

You must log in to post.