VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Kuubs on October 15, 2020, 09:55:10 AM

Title: More user friendly Administrator template
Post by: Kuubs on October 15, 2020, 09:55:10 AM
Hello,

I am using Virtuemart for quite some time now, but I think there is a lot to gain in the administrator template of the website. So I want to build an override for the template, but how do I make this into a package for everyone to download? Do I just need to get the ISIS administrator template and put the overrides in that template? Or is there a possibility to use some sort of plugin or component so that it can be used with every other template?
Title: Re: More user friendly Administrator template
Post by: Jörgen on October 15, 2020, 10:18:18 AM
You can go with overrides, make a copy of Isis, I guess there is a Joomla guide to do this, and customize.

You could also make plugins, Studio42 has some great extensions You could look at.

Jörgen

Title: Re: More user friendly Administrator template
Post by: GJC Web Design on October 15, 2020, 10:37:59 AM
Normally it would be a pack of over rides for the admin template /html folder

Stefan was also maintaining a VM admin template loaded by plugin here:  https://www.jooglies.com/virtuemart-templates/vm-admin-template
Title: Re: More user friendly Administrator template
Post by: Kuubs on October 15, 2020, 11:28:58 AM
Yeah I understand the overrides. But I think a plugin is more user friendly, because that way I can update it via the update manager and the overrides can be used with every other template, so when people have a custom template, they can use this override as well without any copying overrides folders etc. It's more user friendly that way.
Title: Re: More user friendly Administrator template
Post by: pinochico on October 15, 2020, 14:01:13 PM
The plugin would definitely be better - just someone has to develop it: D

I'm not a lunatic who deeloping, because he enjoys it, I have to pay rent, electricity, food, licenses, hosting, domains, fellow developers, a dissatisfied wife and children ... :D

Many of our clients,
many people on the Joomla Forum,
many people on the VirtueMart Forum want a lot of things.
When it comes to payment they don't want anything.

I like this...
Title: Re: More user friendly Administrator template
Post by: Kuubs on October 15, 2020, 15:47:43 PM
Quote from: pinochico on October 15, 2020, 14:01:13 PM
The plugin would definitely be better - just someone has to develop it: D

I'm not a lunatic who deeloping, because he enjoys it, I have to pay rent, electricity, food, licenses, hosting, domains, fellow developers, a dissatisfied wife and children ... :D

Many of our clients,
many people on the Joomla Forum,
many people on the VirtueMart Forum want a lot of things.
When it comes to payment they don't want anything.

I like this...

I totally understand where you are coming from. Good thing I can develop this on my own and I want to invest my time in it because I think it is a good addition.. I can make the overrides, i'm currently designing, the only thing I need to know is how to package this into a plugin :)
Title: Re: More user friendly Administrator template
Post by: Jörgen on October 15, 2020, 16:00:08 PM
Visit Joomla documentation pages, there are some good examples on how to make plugins, components and modules.

Jörgen @ Kreativ Fotografi
Title: Re: More user friendly Administrator template
Post by: Kuubs on October 15, 2020, 16:31:17 PM
Quote from: Jörgen on October 15, 2020, 16:00:08 PM
Visit Joomla documentation pages, there are some good examples on how to make plugins, components and modules.

Jörgen @ Kreativ Fotografi

Well, this would be a virtuemart plugin right? For overrides, which isn't described somewhere
Title: Re: More user friendly Administrator template
Post by: Jörgen on October 15, 2020, 21:45:28 PM
I guess You will have to make a SYSTEM plugin, MODULE or COMPONENT. Not a specific VMCUSTOM or similar plugin. My experience tells me that you will never cover this with one simple plugin.
You can of course use VM libraries check VM documentation. A VMplugin is often designed to interact with the FRONTEND. But a VMplugin is just a very slight variation of the common JOOMLA types.

https://docs.virtuemart.net/ (https://docs.virtuemart.net/)

Jörgen @ Kreativ Fotografi

Title: Re: More user friendly Administrator template
Post by: Kuubs on October 20, 2020, 13:16:48 PM
Quote from: Jörgen on October 15, 2020, 21:45:28 PM
I guess You will have to make a SYSTEM plugin, MODULE or COMPONENT. Not a specific VMCUSTOM or similar plugin. My experience tells me that you will never cover this with one simple plugin.
You can of course use VM libraries check VM documentation. A VMplugin is often designed to interact with the FRONTEND. But a VMplugin is just a very slight variation of the common JOOMLA types.

https://docs.virtuemart.net/ (https://docs.virtuemart.net/)

Jörgen @ Kreativ Fotografi

Thanks I'll probably just use the template overrides itself instead of making a plugin out of it.