jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Suggestions - Feature Request => Topic started by: romagromov on 20.02.2016 22:30:54

Title: Jdownloads Admin Module
Post by: romagromov on 20.02.2016 22:30:54
Jdownloads Admin Module

With quick links, like K2 admin module:

(https://dl.dropboxusercontent.com/s/luvad1m1te17xfn/2016-02-20%20at%2023.27.png)
Title: Re: Jdownloads Admin Module
Post by: ColinM on 21.02.2016 20:26:44
Hi
The Control page has some Quick Links?  So I am confused!! 
Colin

[gelöscht durch Administrator]
Title: Re: Jdownloads Admin Module
Post by: romagromov on 21.02.2016 21:53:42
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
Title: Re: Jdownloads Admin Module
Post by: romagromov on 15.03.2016 12:03:32
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)
Title: Re: Jdownloads Admin Module
Post by: ColinM on 15.03.2016 16:07:26
Hi
Could you perhaps guide me step by step as to what you have done please
Colin
PS Small steps preferred!!
Title: Re: Jdownloads Admin Module
Post by: romagromov on 15.03.2016 16:14:02
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&amp;view=download&amp;layout=edit">New Download</a>
</li>
</ul>


I don't know why, but first link should include domain in url.

That's all :)