Fixed Debug mode on but can't create template modification

BassMan

Well-known member
Licensed customer
I've just upgraded one of my test forums to XF 2.1 Bets 2. I have debug mode enabled via config.php, but there is no Add template modification button.

I can see the development tab in the ACP though.
 
Most add-on functionality, including accessing master phrases, templates, template modifications, and pretty much everything else used for development now requires development mode to be enabled.

 
We do need to make a change here though related to the admin navigation stuff. I suspect the admin nav stuff is displaying everything in debug mode, but then going to any of the development related items probably complains you haven't got development mode enabled.
 
Actually, I've never had development mode enabled before when I exporting my add-ons. Should I have this mode enabled from version XF 2.1 when creating add-ons?
 
Well, you'll need it now :) It wasn't exactly required before, but if you want to create data like templates, modifications, code events, custom BB codes (everything) then you will need development mode enabled.
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.1.0 Beta 3).

Change log:
Add a new "development_only" option to admin navigation and apply that where we were previously using debug only.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Back
Top Bottom