04-17-2019, 08:10 PM
(04-17-2019, 07:56 PM)baljee Wrote: Hi Brandin,
Thanks for your reply, Looking at this page (the video 4:30) that is exactly what should happen. It is used again in minute 11 of the video.
could you please help?
So I went into a new install of 4.4.09 and went into the file usersc/includes/admin_menu.php and uncommented the code as shown in this https://i.imgur.com/hn3HSYU.png (there was an extra li at the end that I just deleted
Then when I went to my dashboard, https://i.imgur.com/aNN77Ed.png those links were added to the bottom. Is that not happening for you? The code is
Code:
<li class="menu-item-has-children dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="menu-icon fa fa-wrench"></i>Custom</a>
<ul class="sub-menu children dropdown-menu ">
<li ><i class="menu-icon fa fa-floppy-o"></i><a href="admin.php?view=backup">Link1</a></li>
<li ><i class="menu-icon fa fa-arrow-circle-o-up"></i><a href="admin.php?view=updates">Link2</a></li>
<li ><i class="menu-icon fa fa-terminal"></i><a href="admin.php?view=cron">Link3</a></li>
</ul>
</li>