Page 1 of 1

Landini Admin Template for AppGini

Posted: 2020-04-03 21:39
by landinialejandro
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

Re: Landini Admin Template for AppGini

Posted: 2020-04-05 10:23
by mramanathan
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

Re: Landini Admin Template for AppGini

Posted: 2020-04-05 12:21
by landinialejandro
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!

Re: Landini Admin Template for AppGini

Posted: 2020-04-06 14:36
by mramanathan
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.

Re: Landini Admin Template for AppGini

Posted: 2020-04-06 19:01
by landinialejandro
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)

Re: Landini Admin Template for AppGini

Posted: 2020-04-09 22:05
by mramanathan
Hi,

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

Muru

Re: Landini Admin Template for AppGini

Posted: 2020-04-14 13:22
by landinialejandro
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?

Re: Landini Admin Template for AppGini

Posted: 2020-04-17 04:37
by mramanathan
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 10587 times
sidebar-stillcollapse.png
Stillcollapse Side Bar
sidebar-stillcollapse.png (121.24 KiB) Viewed 10587 times
(2) The Dark Side Bar color setting does not work.

I am still testing the app. Appreciate your help.

Thank you.

Muru

Re: Landini Admin Template for AppGini

Posted: 2020-04-22 15:38
by landinialejandro
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!

Re: Landini Admin Template for AppGini

Posted: 2020-08-10 22:23
by landinialejandro
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!

Re: Landini Admin Template for AppGini

Posted: 2020-08-10 22:44
by Moh Youba
Hi dear sir
Thank you the this amazing new reatures

Best regards

Re: Landini Admin Template for AppGini

Posted: 2020-08-28 21:21
by landinialejandro
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

Re: Landini Admin Template for AppGini

Posted: 2020-09-10 11:17
by tchandra
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

Re: Landini Admin Template for AppGini

Posted: 2020-09-26 01:30
by dsoden
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.

Re: Landini Admin Template for AppGini

Posted: 2020-09-26 12:36
by ronwill
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

Re: Landini Admin Template for AppGini

Posted: 2020-09-26 14:15
by landinialejandro
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.

Re: Landini Admin Template for AppGini

Posted: 2020-12-18 23:19
by pfrumkin
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).

Re: Landini Admin Template for AppGini

Posted: 2021-06-17 06:28
by devedix
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

Re: Landini Admin Template for AppGini

Posted: 2021-06-18 22:43
by landinialejandro
hi! i'm working on this issue!

regards

Re: Landini Admin Template for AppGini

Posted: 2022-06-15 07:34
by crnjak
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?

Re: Landini Admin Template for AppGini

Posted: 2022-06-30 01:27
by landinialejandro
Hi! thanks! yes sure, tell me how can i help you!
regards Alejandro.