Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter pirrre

    (@pirrre)

    WPBook does’nt work when C.A.B is activated 🙁

    B.

    (@bandonrandon)

    Hi Pirrre,

    Can you define “dosen’t work” are you talking about the admin side or the client/facebook side? Please provide more details in order for me to help you diagnose the problem.

    Thread Starter pirrre

    (@pirrre)

    Salut BandonRandon 😉

    The client/facebook side work only when this plugin is desactivated

    B.

    (@bandonrandon)

    Are you requiring users to login prior to them seeing your site content? Can i get your app url and your blog url?

    What happens if WPBook is enabled and someone tries to visit your Facebook App?

    B.

    (@bandonrandon)

    After some investigating looks like what is happening is both WPBook and Custom Admin Branding are using a function named “custom_header()” and “custom_footer”. In WPBook 1.5 this function has been renamed but for now the easiest fix should be changing the function name inside of custom_branding.php

    Try changing line 501 from function custom_header() to function custom_header_cab() { and then update line 568 from add_action('admin_head', 'custom_header', 11); to add_action('admin_head', 'custom_header_cab', 11);

    You’ll have to do the same thing for custom_footer() on line 572 from function custom_footer() { to function custom_footer_cab() { then on line 607 from add_action('admin_footer', 'custom_footer'); to add_action('admin_footer', 'custom_footer_cab');

    Keep in mind you can use any name you want for the function as long as it’s not used by another plugin. You also could change the function name being use in the wpbook/theme/config.php and then update the wpbook/theme/index.php I just thought it may be easier to update the other CAB plugin.

    Let me know if that works

    I’ve uploaded a beta version of next release of the Custom Admin Branding plugin that should solve these problems. Please let me know if there are still issues.

    Download plugin version 2.1

    Thread Starter pirrre

    (@pirrre)

    I’ve just uploaded the beta version : It work.
    jayberz, BandonRandon : thank you very much for quickly issue and Answer
    !!!
    http://apps.facebook.com/ezemarine/
    Pirrre 😉

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Custom Admin Branding] incompatibilité avecWPBook’ is closed to new replies.