Landini Admin Template for AppGini

Topics related to AppGini plugins/add-ons go here.
Post Reply
User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Landini Admin Template for AppGini

Post by landinialejandro » 2020-04-03 21:39

Hello! I want to present you the new version of my template!
Landini Admin Templete for Appgini!
Based on AdminLTE, version 3.0 and Bootstrap 4.

please enjoy it!

note: Work is provided 'as is'. You cannot hold the author responsible.



Landini Andmin Template for AppGini with AdminLTE 3 and bootstrap 4

Release R2.0.0

Image

Important note

Remember that: for the plugin to work, you must have previously purchased an original AppGini plugin.

Install

1 Download it from here here!
2 Unzip it into your root project.
3 Enable it from admin area plugins.
4 Enjoy it!

how to use

After completing the compilation of your project, log in as administrator and go to the administrator area.
The "Plugins" menu should appear with the "Landini Admin Template" option.

Image


Like the rest of the plugins select the project and then move on.

Image


You will be shown a list of the groups that you have configured in your system.

Image

In this same screen you can edit all the environment variables and you can choose the icons you want to display in the left menu.

Save and continue.

Select the folder where your project is located and continue.

Image


The system will make the necessary changes for its operation.
The change log will show you which files were copied and which files were updated.


Image

Once finished, you can return to the home page and the temple should already work.
It is not necessary to return to the plugin to update the variables, since each time you return the variables it will be rewritten with the default values. Yes it is necessary to reinstall the plugin if a new compilation of your project was necessary.
The variables can be updated, by the admin user, from the right control panel. Look for the App Enviroment button.

Enjoy the template and stay tuned for your comments.

You can conmute to default appgini only changue true to false in config_lat.php the varible

Code: Select all

$LTE_enable

Code: Select all

function  getLteStatus($LTE_enable = true){

    if(!function_exists('getMemberInfo')){

        $LTE_enable = false;

    }

    return  $LTE_enable;

}

Changes

- Update to AdminLTE 3.0.4

- Edit enviroment variables from right side control

- myCustom.css

- modification of the background image and add exmples images

Code: Select all

.content-wrapper {

    min-height: 100%;

    background-color: #ecf0f5;

    background: url(background/slide_2.jpg);

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-size: cover;

    z-index: 800;

}
- hide fields directly id

Code: Select all

label[for='id']{

    display: none;

}

  

label[for='id'] + div {

    display: none;

}
New Features

- New Mebership Profile


Image

Add time line feature

Image

- Extend template to Admin Area

Image

- Bootstrap 4 support

- hidden group

If the hidden group is created, the tables that are within this group will only be visible to the admin user group.

Resources

https://adminlte.io/themes/AdminLAT/doc ... troduction
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

mramanathan
Posts: 17
Joined: 2020-01-07 15:58

Re: Landini Admin Template for AppGini

Post by mramanathan » 2020-04-05 10:23

Hi landinialejandro,

Man, thank you so much. I just downloaded and will try it out today. I am so excited.

One change in the GITHub Documentation and also in your post here. Under resources, the URL has an error. Admin template is spelt as
https://adminlte.io/themes/AdminLAT/doc ... troduction

It should be:


https://adminlte.io/themes/AdminLTE/doc ... troduction

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2020-04-05 12:21

mramanathan wrote:
2020-04-05 10:23
Hi landinialejandro,

Man, thank you so much. I just downloaded and will try it out today. I am so excited.

One change in the GITHub Documentation and also in your post here. Under resources, the URL has an error. Admin template is spelt as
https://adminlte.io/themes/AdminLAT/doc ... troduction

It should be:


https://adminlte.io/themes/AdminLTE/doc ... troduction
hi!
Thank

Please excuse my mistake, the resource link is as indicated in the @mramanathan post above, I was unable to edit the original post.

Greetings, Alejandro!
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

mramanathan
Posts: 17
Joined: 2020-01-07 15:58

Re: Landini Admin Template for AppGini

Post by mramanathan » 2020-04-06 14:36

Hi landinialejandro,

I tried the admin template, it is fantastic. Initial problems:

(1) When i set the "still collapse menu bar" in the right-side bar for settings, the menu bar collapses as expected but when I hover over the menu it stretches into an opaque (transparent) menu over the page area.
(2) It great the Admin Area works under the template with one missing piece. The button to jump to "user area" is missing.

Will test more and will update you.

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2020-04-06 19:01

hi!
issue 1 can you send a picture please.
issue 2 to back to user area: click on brand logo in side bar (upper left)
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

mramanathan
Posts: 17
Joined: 2020-01-07 15:58

Re: Landini Admin Template for AppGini

Post by mramanathan » 2020-04-09 22:05

Hi,

I have attached the screen cap for the sidebar problem.
sidebar-error.png
sidebar-error.png (137.45 KiB) Viewed 10530 times
Appreciate it. Thank you.

Muru

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2020-04-14 13:22

Hi Muru, I have been trying various situations and new installations and I have not been able to reproduce the problem.
I recently discovered that BS4 does not behave the same way in different browsers, I personally do the developments and tests on firefox, and every so often I do some tests on Chrome.
Neither Winodws or Linux behave the same, I use linux.
Have you tried changing the color of the menu bar on the right?
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

mramanathan
Posts: 17
Joined: 2020-01-07 15:58

Re: Landini Admin Template for AppGini

Post by mramanathan » 2020-04-17 04:37

Hi Landini,

Thank you for the update. So sorry for the late reply, lockdown issues. After some more testing i found these:

(1) The opague menu issue only happens when i startup Appgini immediately after installing the Admin plugin. Once i clear the cache and restart the app, the menu is no longer opague but solid. There is new problem. Under normal the normal action, the expanded sidebar slides across and pushes the content page. But when i use the "still collapse" option as before, the expanded menu overlaps the content page. See the screen caps.
sidebar-normal.png
Normal Side Bar
sidebar-normal.png (130.81 KiB) Viewed 10429 times
sidebar-stillcollapse.png
Stillcollapse Side Bar
sidebar-stillcollapse.png (121.24 KiB) Viewed 10429 times
(2) The Dark Side Bar color setting does not work.

I am still testing the app. Appreciate your help.

Thank you.

Muru

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2020-04-22 15:38

Hello!
By point 1 I think it is the normal behavior of AdminLTE. I've been testing it on other platforms and that's how it works.
By point 2 I will now try to see what I find.

regards!
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2020-08-10 22:23

Hi! i was updated the template.
10/08/20
  • Update to AdminLTE 3.0.5
  • Once the plugin is installed, it is re-activated after a new compilation.
  • Modifications are made in folders for a better update of Admin LTE.
  • Different home pages can be programmed according to user groups.
  • the admin area now has the same environment as all the rest of the template.
  • The profile page now has a time-line where the movement of the last user record is shown.
  • the quick search is placed in the upper navigation bar.
  • fixes some spots for better viewing on small screens.
  • others fix and stuff.
enjoy it!
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: Landini Admin Template for AppGini

Post by Moh Youba » 2020-08-10 22:44

Hi dear sir
Thank you the this amazing new reatures

Best regards

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2020-08-28 21:21

Hi!! new functions for template

Changes

28/08/20 (see more details in New Feature below)

In small screens, the table view is adapted to be seen vertically, for this, css and jquery were used.
New function to show fields in a line in the detail view.
New function to add information to the field
New function to remove text from buttons both in table views and in detail.
Fixes
improved portability from bs3 to bs4, fixed various issues about this.
some inconsistencies in the template are corrected.
the control panel is corrected.
the plugin installer is improved

check in github
https://github.com/myappgini/LandiniAdminTemplate
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

tchandra
Posts: 13
Joined: 2019-09-22 16:52

Re: Landini Admin Template for AppGini

Post by tchandra » 2020-09-10 11:17

Hi,
I donwloaded LAT 2.60 from github installed it and working partially.
please help me :
1. how to turn off landini admin template. It messed up my app
2. where is jsonedit.php file? It is also not found in github

thanks

dsoden
Posts: 3
Joined: 2018-12-03 15:54

Re: Landini Admin Template for AppGini

Post by dsoden » 2020-09-26 01:30

I can not install this, it is super confusing because it says this on the GIT page...
Important note
Remember that: for the plugin to work, you must have previously purchased an original AppGini plugin.
I do not see a way to buy this as a plugin. Also, what is an original Appgini plugin? I only know of AppGini Plugins, none of which are templates.
Again super confusing as I can not install this.

User avatar
ronwill
Veteran Member
Posts: 228
Joined: 2015-08-08 10:12
Location: Cheltenham UK +Weatherford USA

Re: Landini Admin Template for AppGini

Post by ronwill » 2020-09-26 12:36

dsoden wrote:
2020-09-26 01:30
I can not install this, it is super confusing because it says this on the GIT page...
Important note
Remember that: for the plugin to work, you must have previously purchased an original AppGini plugin.
I do not see a way to buy this as a plugin. Also, what is an original Appgini plugin? I only know of AppGini Plugins, none of which are templates.
Again super confusing as I can not install this.
Original Appgini Plugins = Appgini Plugins, once installed they will show in Admin area under menu 'Plugins' you need to have one of these installed to be able to add this Landini Andmin Template:

https://bigprof.com/appgini/application ... rts-plugin
https://bigprof.com/appgini/application ... n-discount
https://bigprof.com/appgini/application ... dar-plugin
https://bigprof.com/appgini/application ... ate-plugin
Ron - Gloucestershire, UK: AppGini Pro V 23.15 Rev 1484 - LOVING IT!
Plugins: Mass Update + Search Page Maker + Summary Reports + Calendar + Messages
Bizzworxx: AppGiniHelper + Inline Detail View
Alejandro Landini: To-Do List + MPI + TV Field Editor
Other: Udemy Course

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2020-09-26 14:15

tchandra wrote:
2020-09-10 11:17
Hi,
I donwloaded LAT 2.60 from github installed it and working partially.
please help me :
1. how to turn off landini admin template. It messed up my app
2. where is jsonedit.php file? It is also not found in github

thanks
hi!
now I verify.
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

pfrumkin
Veteran Member
Posts: 157
Joined: 2020-02-18 17:58
Location: Albuquerque, New Mexico USA

Re: Landini Admin Template for AppGini

Post by pfrumkin » 2020-12-18 23:19

I did get this to work fairly easily. It will take a little more time to work on customizations necessary so I had to disable.

Instructions to return back to vanilla AG refer to the config_lat.php file. I found that the change had to be in the setup_lat.php file, change the value of the parameter ($LAT_enable = false) as instructed in the comment for call to function get_LTA_Status($LAT_enable = false).

devedix
Veteran Member
Posts: 30
Joined: 2021-04-20 10:44

Re: Landini Admin Template for AppGini

Post by devedix » 2021-06-17 06:28

Hi Alejandro,

I really like the Landini Admin Template for its easy installation and the look, you did a really good job.
But I have some problems with the detail view, not loading, and the record counter also not working.
Can you help me out with these issues?
Thanks
Image
Regards,
Edix

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2021-06-18 22:43

hi! i'm working on this issue!

regards
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

User avatar
crnjak
Veteran Member
Posts: 37
Joined: 2021-12-29 20:25

Re: Landini Admin Template for AppGini

Post by crnjak » 2022-06-15 07:34

This template look awesome! Great work Alejandro!
For my puprose i cant configure right as i want but i will play in next few days.
Do you have distibute for pay?

User avatar
landinialejandro
AppGini Super Hero
AppGini Super Hero
Posts: 126
Joined: 2016-03-06 00:59
Location: Argentina
Contact:

Re: Landini Admin Template for AppGini

Post by landinialejandro » 2022-06-30 01:27

Hi! thanks! yes sure, tell me how can i help you!
regards Alejandro.
Alejandro.
AppGini 5.98 - Linux OpenSuse Tumblewweed.

Some of my posts that may interest you:
:arrow: Landini Admin Template: Template for Appgini like AdminLTE
:arrow: Profile image plugin: add and changue image user profile
:arrow: Field editor in table view: Configurable fast edit fields in TV
:idea: my personal page

Post Reply