b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Demo
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • Manuals Home
  • Latest Updates
 
  1. b2evolution CMS User Manual
  2. Developer Reference
  3. Development
  4. Dev Menu

Dev Menu

Dev Menu

When developing skins, enabling the little Dev menu can be very useful.

How to enable the Dev menu

In the _advanced.php, change the following lines:

/**
 * Do you want to display the "Dev" menu in the evobar?
 * This allows to display the dev menu without necessarily enabling debugging.
 * This is useful for skin development on local machines.
 *
 * @var boolean - set to 1 to display the dev menu in the evobar.
 */
$dev_menu = 0;

to

$dev_menu = 1;

Tip: If you don’t want to do this over and over again after each upgrade, add $dev_menu = 1; to _local.php instead.

Note: The Dev menu will be automatically enabled whenever you Turn On Debugging.

Tags: 6.11.1
Created by fplanque • Last edit by fplanque on 2020-07-28 23:39 • •

No feedback yet


Form is loading...

On this page

  • How to enable the Dev menu

Search the Manual

Content Hierarchy

  • b2evolution CMS User Manual
  • User's Guide
  • Installation / Upgrade
  • Front-office Reference
  • Back-office Reference
  • Developer Reference
    • Website Skins/Themes
    • Email Skins/Themes
    • b2evolution Files
    • Website Integration
    • Plugins
    • Debugging
    • Technical Reference
    • Hacks
    • Credits
    • Development
      • CSS Guidelines
      • Crumbs (nonces)
      • Setting up a multidomain test environment
      • Roadmap & Unified Process
      • Coding Standard Guidelines
      • Ajax Debug Log
      • Debugging
      • Developer Setup
      • jQuery
      • Optimizing a SELECT Query
      • Dev Menu
    • How to... (Customize)
    • Scheduled Tasks Reference
  • Operations Reference
  • Advanced Topics
  • Glossary
  • Archives
Secure CMS

This online manual is powered by b2evolution CMS – A complete engine for your website.

About b2evolution

  • What is it?
  • Features
  • Getting Started
  • Screenshots
  • Online demo
  • Testimonials
  • Design philosophy
  • Free & open source
  • Terms of service

Downloads

  • Latest releases
  • Skins
  • Plugins
  • Language packs

About us

  • About us
  • Contact

Webhosting Guide

  • Web hosting blog
  • Best web hosting
  • Cheap web hosting
  • Green web hosting
  • Hosting with SSH
  • VPS hosting
  • Dedicated servers
  • Reseller hosting
  • Int'l: UK / France

Docs & Support

  • Online manual
  • Forums
  • Hire a pro !

Other

  • Adsense
  • Press room
  • Privacy policy

Stay in touch

  • GitHub
  • Twitter
  • Facebook
  • LinkedIn
  • News blog
  • RSS feed
  • Atom feed

Founded & Maintained by François Planque