Page 1 of 1

Profile image plugin

Posted: 2019-03-15 21:56
by landinialejandro
Hi!, some time ago develop a plugin for my projects in Appgini, I would like to share it with you. Surely it is possible to improve it a lot, but it can help users who just started. I leave the ling in Git-Hub so you can install it, try it and leave me your comments.

dowload here
https://github.com/myappgini/mpi

or see here
https://trello.com/b/4SPl8KAn/appgini-m ... and-plugin

chau!

Re: Profile image plugin

Posted: 2019-03-17 13:15
by landinialejandro
This plugin does not need database space, nor does it need to create any table, the change of the profile image is activated for all users in your system.
The user can change his image as many times as he wants.


Some screenshot


This is how it looks in the nav-bar
Image

In the user profile you can change the image
Image

The plugin is active in the plugins menu in Admin-Area
Image

Activating the plugin in the project
Image

Re: Profile image plugin

Posted: 2019-03-17 20:09
by mskuodas
Hi, is this just an image plugin, or its full membership table? Thanks

Re: Profile image plugin

Posted: 2019-03-17 21:15
by landinialejandro
mskuodas wrote:
2019-03-17 20:09
Hi, is this just an image plugin, or its full membership table? Thanks
Hi!, associates a user with an image. It does not require any table, nor any field. It just installs and is ready. Then each user places the image he wants up.

I hope that was the answer to your question

You need to have acquired some appgini plugin to make it work.

chau!

Re: Profile image plugin

Posted: 2019-06-14 09:40
by bruceholt
Hi landinialejandro,

I just downloaded and installed your plugin but it returns errors. It appears to be missing the loader.php file.


Image

Re: Profile image plugin

Posted: 2019-06-15 23:41
by ronwill
Hi landinialejandro,

Just downloaded for one of my projects. Working great, no issues and appreciate your work on this, looks good.

Cheers,
Ron

Re: Profile image plugin

Posted: 2019-11-18 21:17
by landinialejandro
bruceholt wrote:
2019-06-14 09:40
Hi landinialejandro,

I just downloaded and installed your plugin but it returns errors. It appears to be missing the loader.php file.


Image
hi!
mybe you have problem with folder permissions.

regards!

Re: Profile image plugin

Posted: 2020-05-26 16:48
by Jay Webb
I'm using appgini 5.82

I download your mpi plugin it load correctly, I add a profile picture, that works but when I refresh the page it's gone, I go back to profile page and
there's no image.
I have plugins, search page maker and summary reports installed and working.

How can I fix this issue?

Any suggestions..

Re: Profile image plugin

Posted: 2020-06-24 23:36
by landinialejandro
hi! sorry for delay. I think you have a problem with permision on imgae folders.

let me know!

thanks!

Profile image plugin 2.0

Posted: 2021-01-17 22:17
by landinialejandro
Hello!

I just updated this plugin to work with the new version of AppGini.

It is not compatible with the previous version of mpi.
I leave the link. MPI 2.0


Image


Updates:
  • You can optionally remove the text "Signed in as ....".
  • Now all the images go inside the mpi folder under the images folder, even the data file. so the entire folder can be deleted if there is a lot of unnecessary information, the user will only have to reload their image.
  • The steps to follow from the installation of the plugin are much simpler, just next, next, mext ...
  • Just add an initialization line in the header-extras.php file
  • It's much faster
  • some information and error messages can be seen in the browser console


I hope you find it useful.


Regards

Re: Profile image plugin

Posted: 2021-02-23 09:46
by hernan
Great!
Thank you!

I will try it as soon as possible.

Re: Profile image plugin

Posted: 2021-02-23 13:18
by landinialejandro
hernan wrote:
2021-02-23 09:46
Great!
Thank you!

I will try it as soon as possible.
Thanks

Re: Profile image plugin

Posted: 2021-03-21 16:11
by ronwill
I've downloaded and extracted the dir/files. It shows in app plug-ins menu but I get error message:
Warning: dirname() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\0editortest\plugins\mpi\01_home.php on line 2
Any ideas,
Ron

Re: Profile image plugin

Posted: 2021-03-22 14:35
by landinialejandro