Change Control Panel for easy access Joomshopping

26.05.2024 13:43
#1
bestluwak
Joomshopping forum user no avatar
Name: Peter
26.01.2024
Posts: 37
Quote
Change Control Panel for easy access Joomshopping

To make it more convenient for me to quickly access Joomshopping sites, I have placed a few buttons in the Joomla control panel, so I can see them immediately after logging in to the back-end of Joomla.

It's easy to do. Other users may also find this useful. I'll give some explanation.

First make in Joomla a new Custom Administrator Module (not a website module). Give it a name what you like, and set position on Icon. Give it the ranking the first position. Below the html-code that i use. of course you can change it to your own ideas. For me this is very handy.

<p><a href="/administrator/index.php?option=com_jshopping&amp;controller=orders">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Orders</button>
</a> <a href="/administrator/index.php?option=com_jshopping&amp;controller=users">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Klanten</button>
</a> <a href="/administrator/index.php?option=com_jshopping&amp;controller=statistic">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Statistieken</button>
</a></p>
<p><a href="/administrator/index.php?option=com_jshopping&amp;controller=config&amp;task=statictext">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Static tekst</button>
</a> <a href="/administrator/index.php?option=com_jshopping&amp;controller=addons&amp;task=edit&amp;id=10">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Order status mail</button>
</a></p>
<p><a href="/administrator/index.php?option=com_jshopping&amp;controller=other">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Options</button>
</a> <a href="/administrator/index.php?option=com_jshopping&amp;controller=config">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Configurations</button>
</a> <a href="/administrator/index.php?option=com_jshopping&amp;controller=addons">
<button style="background: lightblue; padding: 5px 10px; margin: 5px; border-radius: 12px; border: 1px solid black;">Addons</button>
</a></p>

Change Control Panel for easy access Joomshopping


Last change: 26.05.2024 13:47
 
27.05.2024 09:02
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 26424
Quote
Aw: Change Control Panel for easy access Joomshopping

https://www.webdesigner-profi.de/joomla-webdesign/shop/plugins/quick-icon.html

 
28.05.2024 15:58
#3
bestluwak
Joomshopping forum user no avatar
Name: Peter
26.01.2024
Posts: 37
Quote
Aw: Change Control Panel for easy access Joomshopping

That's also nice :-)
But with my method it is possible to arrange it more according to your own wishes, including layout.

 
28.05.2024 16:22
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 26424
Quote
Aw: Change Control Panel for easy access Joomshopping

Thank you. It will also be useful.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.