Jdownloads Admin Module
With quick links, like K2 admin module:
(https://dl.dropboxusercontent.com/s/luvad1m1te17xfn/2016-02-20%20at%2023.27.png)
Hi
The Control page has some Quick Links? So I am confused!!
Colin
[gelöscht durch Administrator]
Yes, but for access to this links webmaster need make next steps:
1. Log in admin panel
2. Press on Components menu button
3. Choose Jdownloads component item menu.
When you add new downloads 1 time in a week - it's not problem.
But when it happens every day - it takes to much time...
K2 have quick links module, so, right after authorization you can see all necessary links.
https://www.youtube.com/watch?v=NHCofzn_Ceg&feature=youtu.be
Ok, I just added new HTML module in admin panel with quick links.
Works like a charm!
(https://dl.dropboxusercontent.com/s/ztbmrpeq5pccy0b/2016-03-15%20at%2013.02.png)
Hi
Could you perhaps guide me step by step as to what you have done please
Colin
PS Small steps preferred!!
Ok.
Just create new module in admin area in position "Menu"
(https://dl.dropboxusercontent.com/s/kq24snwus0dyo4z/2016-03-15%20at%2017.10.png)
Then add direct links to this module using default joomla css styles.
(https://dl.dropboxusercontent.com/s/4yftoalg083u904/2016-03-15%20at%2017.11.png)
This is my code:
<ul id="menu" class="nav ">
<li class="dropdown">
<a href="https://yoursite.net/administrator/index.php?option=com_jdownloads&view=downloads">All Downloads</a>
</li>
<li class="dropdown">
<a href="index.php?option=com_jdownloads&view=download&layout=edit">New Download</a>
</li>
</ul>
I don't know why, but first link should include domain in url.
That's all :)