193 comments found.
I want to buy this.Its very urgent. I could not proceed the payment. Please help me out.
You can pay with Paypal, Skrill or with Credit Card
How can I buy this product using rupay debit card from india
You can pay with Paypal, Skrill or with Credit Card
Hello it seems auth/login file is not exist…and I got error from that
Kindly send us email on our support address codeglamour1@gmail.com
how to make admin can change user password?
Please go to edit user.
how to change other’s admin password with superadmin account?
In our script superadmin cannot change the admin password.
Hi, Can I use this as an login page? I can use this script and continue to build it with whatever I want? For example, I want to make a video hosting platform. Can use this template and code the rest of the features inside?
sure, you can.
Hi, so must my webpage be in php? What’s provided when i buy? What kind of support can you provide?
Yes must be in php codeingiter framework. Please read the support policy in product purchase page. Thanks
Hi,
I was looking into the project and I cannot find the CRUD mentioned in the title?
also, do you have any tips on making the mailbox a real-life module rather than the static template?
Thanks

Hello,
How are you today? Please I will like to know if your ‘Admin Lite – PHP Admin Panel + CRUD’ platform can be used to create a PHP database project which I talked about here https://drive.google.com/open?id=1WuCLvJcNDcbYnhMiM_Rnookp53aHL4KR
Thanks and looking forward to your prompt reply.
Chinedu
Kindly check your email. Thanks
hey, i need more fields for the user. can i add it?
Yes you can add it by writing code.
is it able to generate crud module ? i’ve open the demo with superadmin user but could not find any
There is no crud generation in this script.
I tried to have two datatables in one page. Do you have plan to include example for this. Thanks
Its already there. You can see in joins examples and invoice example
I mean two datatables in one page (page in codeigniter view).
(not two tables with join and show in one view page)
I got the email that you attached in the email its not possible.
Do you have any plan, to include example for upload excel file. and show the table result of uploaded file in datatables in one page.
Noted. We’ll add it in next update.
is RTL supported
No
Hi, how to get the hover names for the jvector map?
ok, the css of jvector was not included. not it works
Can you please send us the issue at your support address
sorry typo: Now it works
(I just had to include the css of jvector)
How do I update to the latest? What steps do I need to follow?
Please send us email at codeglamour1@gmail.com
Very useful. Big like if you add future like this: I have a menu with 5 submenu, on this menu i want to disable some submenu by user role like user role permision uset (add, edit, delete..). It is poaible?
Hi,
Thanks, yes it is possible please check module table in the database where you can add permissions base on page or controller.
Regards CodeGlamour
Do you have any plan to have example. import xlsx and export xlsx ?
You can use PHP Excel library for that. The next updates will come later.
how to edit data table with edit icon
Is there any example for datatable. That only make query after 3 characters input? Thanks
Are you talking about search input?
Yes correct, the search input. I try to minimize unnecessary query for database. to speed up the application. Only let the search input processed after it is populated with minimum 3 characters.
Try this or search on google for more help.
$(document).ready( function () { } );
$(document).on("preInit.dt", function(){
$(".dataTables_filter input[type='search']").attr("maxlength", 3);
});
var table = $('#example').DataTable();
Ok, thanks. Very quick response. I hope it will be included in one of example in next version.
Sure
Hi, The PDF file generated is corrupt both in the demo and recently purchased script. How do i fix this? I see @mexcom experienced thesame.
Please send us email at codeglamour1@gmail.com
Sent. Thank You
Not received yet
I sent it 30mins ago. Just resent it again.
Didn’t received please check again. Codeglamour1@gmail.com
Sent from another email. Please confirm if you received it. Thank You
Didn’t received
Do you have another email address? Have you checked your spam folder? Is there another way you can send instructions on how to fix this as it seems to be a general issue?
Thank You
Got it in spam folder
I can not login with new users created through Users > Users List > Add New User. I get “Invalid Username or Password!” Even if i set the is_verified value to yes in the database. Users created from Admin > Admin List > Add New Admin works fine.
1) Why can’t i login with any of the users?
2) What is the difference between a user and an admin?
Thank You
Admin is like as user. If you want to add users you can add in admin…. and you can also assign roles n permissions.
User list is only for example purpose.
Regards CodeGlamour