Changing buttons at the top of admin panel

Hello there fellow Boonex forum members. Hope you are all well :)

I was wondering if there was a way in Dolphin 7.2 to change the buttons at the top of the administration panel. If you are wondering what I am talking about, a screenshot is below. I know you used to be able to do this in the database in past versions, but can't seem to find where it is located in this version.

http://gyazo.com/a1d2bd3e305f5cba10c9446b50dc05c1

I look forward to all of your replies!

Thanks,
Derek 

Quote · 10 Jul 2015

OK... we know what you want to change, but we don't know how you want them changed. Different look? Different link?  Add? Remove?

What?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2015

Remove or edit if possible

Quote · 10 Jul 2015

The menu's items are inserted into the database table `sys_menu_admin_top` by the installation script.  The only way I know of to change these, is to directly edit the entries in the database. The relevant query from the installation sql is below.  Delete records from the db that you don't want, and study the   query below to learn how to add new items.

--
-- Dumping data for table `sys_menu_admin_top`
--

INSERT INTO `sys_menu_admin_top`(`name`, `caption`, `url`, `target`, `icon`, `order`) VALUES
('home', '_adm_tmi_home', '{site_url}index.php', '_blank', 'external-link-square', 1),
('extensions', '_adm_tmi_extensions', 'http://www.boonex.com/market', '', 'puzzle-piece', 2),
('info', '_adm_tmi_info', 'http://www.boonex.com/trac/dolphin/wiki/Dolphin7Docs', '', 'question-circle', 3),
('logout', '_adm_tmi_logout', '{site_url}logout.php', '', 'sign-out', 4);
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2015

But in this version there are no sys_ entries in the database?

Quote · 10 Jul 2015

There was these entries in past versions, I just can't seem to find them in this version?

Quote · 10 Jul 2015

 

There was these entries in past versions, I just can't seem to find them in this version?

 Dare I ask where you are looking? 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.