"Report a bug" Button

Hello,



is it possible to hidden the “Report a bug” button on the bottom right, please?



Thanks,

Regards

Francesco

that is just a beta thing, it won’t be there in the final.

Yes , I know… it was only if I would like to start using this RC in a small production website.

Solution:



in config.php


[QUOTE]// Debug mode (displays report a bug button)

define(‘DEBUG_MODE’, true);[/QUOTE]



you have to modify to:


[QUOTE]// Debug mode (displays report a bug button)

// define(‘DEBUG_MODE’, true);

[/QUOTE]

i thnk you mean to set DEBUG_MODE to

define('DEBUG_MODE', false); 			 		

[quote name=‘ETInteractive’]i thnk you mean to set DEBUG_MODE to

define('DEBUG_MODE', false); [/QUOTE]



I tried it before posting, but it didn’t work for me… So I commented out entire row.



Regards