FUEL CMS Forum
Discussions
Activity
Home
›
Development
›
Modules
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
Hide inline editing bar
swampthang
September 2013
edited September 2013
in
Modules
I'd like to hide the inline editing bar in some pages on the site. I've been digging around and can't find how to do that. I bet I'm just overlooking it somehow. Seems like it would be a setting in a module or in a view.
Comments
admin
September 2013
edited 5:01AM
You can set it for static views by doing the following:
<?php define('FUELIFY', FALSE); ?>
swampthang
September 2013
edited 5:01AM
Thanks! Exactly what I was looking for.
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
<?php define('FUELIFY', FALSE); ?>