I see on these forums when you make a hyper-link to some text, you can click on the remove link button to remove it
I don't have that on my 3.8.7 forum
how to add it?
If you go into the maintenance tab under execute query there is a query for the enhanced toolbar I believe. Make sure you have your user id in the config file to give query running permissions.
If you go into the maintenance tab under execute query there is a query for the enhanced toolbar I believe. Make sure you have your user id in the config file to give query running permissions.
When I went there I got this message although I'm the Admin, the only one actually:
You need to add your userid in your config file in order to run queries.
Code:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '';
You need to add your userid in your config file in order to run queries.
Code:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '';
where to add that line in the config.php file? anywhere? or must it go under something specific?