806 comments found.
how can I use this in codeigniter
<? php session_name (‘name_of_the_session’); ?>
Bagaimana cara menampilkan data dari form ke frontend?
I keep getting, sometimes, “Error save data”, sometimes the data saves anyway, sometimes not. I get this on forms, pages, CRUD, pretty much all the time doing anything.
How can I create a page in the menu with pure code?
and to create a page in the backend?
I need to create a page with pure code in the backend how can I do it?
Is it possible to create a system for a clinic with this product?
Is it possible to deactivate the front end?
When you do this and close session, 404 error appears
Hello,
I am not able to use the crud builder as it is showing an error can you please help us solve the issue so we can proceed further creating the CRUD and REST API’s.
Thanks in advance.
Below is the screenshot attached.
i have buy your license for ver.2.0.0 but in this version have a lot off bugs erorr. can you give me a new version on ver.2.8.0 on sept 2018. this my email osmondconsulting@gmail.com thanks
Masih ada erorr mas… saat bikin page masih erorr. masih ada bugs. saya sudah coba kontak via hangouts tapi belum di balas. posisi saya di Cilandak – Jakarta selatan
ok send error ke email ridwanskaterocks@gmail.com mas
Hi,
this is a pre-sales question.
is possible with the new crud to create a page and allow to any user manage their own data even who is not an administrator.
create/view/update ?
Thanks
i have uploaded it file pdf but i can’t click link to download file
file it downloaded can’t open file
Error Failed to load PDF document.
ok work
Great
mas, gag ada update lagi nh, udah hampir 7 bulan versi terakhir.
iya mas blm mas masih dalam development beberapa feature
hello, PRESALE question Is this project stile alive? i see no update for months.. please let me know
Yes this project is alive and supported for that, yes because it is developing modular features on this project and takes a long time.
thank you
I have an issue with mod_security blocking my scripts…can you help me to resolve it
how can customer build a website?
I just bought this script how do I install it and start using
you can follow this
https://youtu.be/fQJZSgLCz04 https://youtu.be/PI07LbPwEds https://youtu.be/O9-vFtFciEM https://youtu.be/7nQwLjpOtnEFor install just follow wizzard installation
I didn’t see any document that will aid installation. I’m I going to upload the unzipped content a webserver like wamp to install
Do you have any video how it works?
Do your sitebuilder works?
Yes You can see on demo
Hi Brother, I have bought Cicool recently.. and m having problems while setting up the app.. please kindly help!!
Hi, I built a crud where you can fill out some product details and I want to give a user a permission (eg. based on a defined field). I also created a permission but how do i assign it? the user should only see his own products. thanks
You mean you need to ad permission for spesific page or field ?
you can use
method is_allowed(‘devices_delete’, function($dvc) use ($devices){ }) for example
or on controller $this->is_allowed(‘devices_list’);
if you need some user to only see product, you can use current_user_id on CRUD builder
Hi, I want to display a crud for a user specified by a field in this crud For example I create a crud and have following fields: - product id - product name - product price - product customer
Now I create a user1 and he should only see his own entries (filtered by customer)
Thx
can you give me a example how to use current_user_id pls Thx
Hi you just choose for option on crus builder
http://prntscr.com/n7fstybefore that you must add field on sqladmin
i knew that but thank you, its working now for every user. 2 further questions:
1.) does this also work with groups?
2.) now the admin can not see the products, admin and manager should always see all products, how do I do this?
thx again!
Hi, I’m not an expert on this, can you give me a code to insert in this model pls? Thx
Hi you can make like that
public function filter_avaiable() {
if (!$this->aauth->is_admin()) {
$this->db->where('user_id', get_user_data('id'));
}
return $this;
}
i can’t delete image in upload file
https://prnt.sc/n6ciyyHi can you switch also to tab network and see XHR response for that ?
thanks