News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Jdownloads Admin Module

Started by romagromov, 20.02.2016 22:30:54

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

romagromov

Jdownloads Admin Module

With quick links, like K2 admin module:

Best free windows software for your PC at bestwinsoft.com
  •  

ColinM

Hi
The Control page has some Quick Links?  So I am confused!! 
Colin

[gelöscht durch Administrator]
Colin M
  •  

romagromov

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
Best free windows software for your PC at bestwinsoft.com
  •  

romagromov

Ok, I just added new HTML module in admin panel with quick links.
Works like a charm!

Best free windows software for your PC at bestwinsoft.com
  •  

ColinM

Hi
Could you perhaps guide me step by step as to what you have done please
Colin
PS Small steps preferred!!
Colin M
  •  

romagromov

#5
Ok.
Just create new module in admin area in position "Menu"



Then add direct links to this module using default joomla css styles.



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 :)


Best free windows software for your PC at bestwinsoft.com
  •