MyBB Ideas

The MyBB Ideas site allows users to suggest new features and changes in MyBB and the MyBB Group to easily review them to decide what direction MyBB should head in. Search existing ideas.

Firebug

6 votes

Submitted by Rukbat, 25th September 2011, 12:44:47 AM

To make life easy for those of us who don't know the core (and won't know the 2.0 core at all), how about an include file that includes Firebug right at the top? Comment it out, and anyone who wants to use it just uncomments it and points it to the Firebug directory in their installation. Something like

//require('FirePHPCore/fb.php');
//FB::setEnabled(true);
//ob_start();

That way we could just throw out what's happening where we need to know it without worrying about whether the core sent some headers already. (Or maybe someone else has a better way to do it - I just brute-force what I need, no elegance.)

2 Comments

  1. Or why not begin learning considering we have a lot of time before 2.0 is released, and we know what framework is being used, Yii, and Twig for templating.

    x_Stricken_x, 25th September 2011, 3:47:43 PM
  2. Stricken - and what of those who come to MyBB after 2.0 is released? They won't have had all that time to learn, and might still want that information quickly. There's still a use-case for this.

    Yes, yes, replying three and a half months later, blah blah.

    Darael, 10th January 2012, 3:37:39 PM

Post a Comment

Before you can post a comment you must be a registered member of the MyBB Community Forums.

If you already have an account, log-in to it to post a comment or if you don't register a new account.