CodeIgniter Forums
Edit profile script with image upload for main user profile page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Edit profile script with image upload for main user profile page (/showthread.php?tid=73720)



Edit profile script with image upload for main user profile page - Mekaboo - 05-26-2019

Hello all!

Ive seen soo many profile page codes but havent seen much of any that comes with edit profile page to update it, especially ones where an image can be uploaded. Ive seen plenty with basic html, Boostrap(which Im an fan of), and JS/JQuery. Does anyone know of any tutorials I can check out and use? Want users of site to be able to edit/create their info as well as image after login/register.

Heart Heart ,
Mekaboo


RE: Edit profile script with image upload for main user profile page - php_rocs - 05-27-2019

@Mekaboo,

Try this bootstrap admin theme. It may give you what your looking for (and it's free/open source too)

Profile page: https://colorlib.com/polygon/gentelella/profile.html
Advanced components: https://colorlib.com/polygon/gentelella/form_advanced.html
File upload: https://colorlib.com/polygon/gentelella/form_upload.html
Form validations: https://colorlib.com/polygon/gentelella/form_upload.html


RE: Edit profile script with image upload for main user profile page - Mekaboo - 05-27-2019

(05-27-2019, 12:18 AM)php_rocs Wrote: @Mekaboo,

Try this bootstrap admin theme. It may give you what your looking for (and it's free/open source too)

Profile page: https://colorlib.com/polygon/gentelella/profile.html
Advanced components: https://colorlib.com/polygon/gentelella/form_advanced.html
File upload: https://colorlib.com/polygon/gentelella/form_upload.html
Form validations: https://colorlib.com/polygon/gentelella/form_upload.html

My Dear you are a GodSend! This has everything I was looking for and more. Im a mega fan of Bootstrap and have used it to create simple responsive websites so this is up my alley. THANKS AGAIN Heart


RE: Edit profile script with image upload for main user profile page - php_rocs - 05-27-2019

@Mekaboo,

Glad I could help.


RE: Edit profile script with image upload for main user profile page - InsiteFX - 05-27-2019

Here is another one that we use in CodeIgniter.

AdminLTE Control Panel Template

AdminLTE - Profile

Uses Bootstrap 3.4.1

They also have a Bootstrap 4 version.


RE: Edit profile script with image upload for main user profile page - Mekaboo - 05-27-2019

(05-27-2019, 04:11 PM)InsiteFX Wrote: Here is another one that we use in CodeIgniter.

AdminLTE Control Panel Template

AdminLTE - Profile

Uses Bootstrap 3.4.1

They also have a Bootstrap 4 version.

Thanks a bunches, you're a GodSend as well! Like I said Im a mega fan of Bootstrap so being able to use its framework within CI helps alot!! Thank you so very much Heart