Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Add ruler to CKEditor
Post: Add ruler to CKEditor

I want to add ruler in CKEditor, how to do it. Google bring me to lovata,,,but still dont know is it good or hot to implement it. So i still searching . Any solutions?
1,555 Views
1 Replies
11-13-2020, 09:31 AM
kelapamuda
    Thread: "Sophisticated" Between
Post: "Sophisticated" Between

Hello. In my company, there are lots of project that have their own start date and end date. I want to know what project are now between two dates. But the situation is not simple. I use mysql. For e...
1,447 Views
1 Replies
10-19-2020, 09:57 AM
kelapamuda
    Thread: trouble with the forum
Post: RE: trouble with the forum

richb201 Wrote: (10-15-2020, 02:20 PM) -- thanks. Is anyone else having a problem with the forum search feature? MySQL Error -- Yups,,me too
6,122 Views
13 Replies
10-16-2020, 07:36 PM
kelapamuda
    Thread: Date compare in scheduling emplooyee job
Post: RE: Date compare in scheduling emplooyee job

Because, in my office, sometimes the job admin forget that a worker is already in the job. Example is Mr. John already in job in Sept 5-sept 8, because the job admin forget, he will give another job t...
2,523 Views
5 Replies
09-08-2020, 10:13 PM
kelapamuda
    Thread: Date compare in scheduling emplooyee job
Post: Date compare in scheduling emplooyee job

Hello. The situation example in this:  Our company has 100 employees. We assign some employees to do job in several days. A and B and C given job in Oktober 5 to Oktober 9, and it is inputted and ...
2,523 Views
5 Replies
09-05-2020, 01:21 AM
kelapamuda
    Thread: CI3, active record contain $offset,$limit
Post: CI3, active record contain $offset,$limit

Hello, i already have   model that is this  PHP Code: -- $q = $this->db->query("select * from employee where coloumnA like '%$keyword%' OR columnB like  '%$keyword%' LIMIT $offset,$limit"); retur...
1,321 Views
1 Replies
06-29-2020, 11:18 AM
kelapamuda
    Thread: Signature Pad in CI
Post: Signature Pad in CI

Hello I need to input the signature into database (empolye_id, name, addres, signature) I google and i found something like this "Signature Pad is a JavaScript library for drawing smooth signatures....
3,308 Views
1 Replies
04-18-2020, 10:18 AM
kelapamuda
    Thread: Show locations using Leaflet, array ?
Post: Show locations using Leaflet, array ?

Hello I try to show location on map using Leaflet from Lat and Long from my database, its OK the map is already shown up,  but only show one location, not all from database. Is there any error on my ...
2,256 Views
1 Replies
04-07-2020, 01:10 AM
kelapamuda
    Thread: [SOLVED] Google map shown in localhost, in website not shown
Post: RE: Google map shown in localhost, in website not ...

Change this line on folder libary/Googlemaps.php on line 44 to TRUE Code: -- var $https                      = TRUE; -- Well,it works now
4,369 Views
4 Replies
04-03-2020, 09:04 PM
kelapamuda
    Thread: [SOLVED] Google map shown in localhost, in website not shown
Post: RE: Google map shown in localhost, in website not ...

Well, its about https. If i st $config['base_url']= https,,its not shown.. If i set $config['base_url']=http, the map shown.  But i need my website to be https as always. In chorme i inspect and this...
4,369 Views
4 Replies
04-03-2020, 07:27 PM
kelapamuda
    Thread: Codeigniter - Indonesia Community
Post: RE: Codeigniter - Indonesia Community

Salam semuanya. Baru bljr dikit CI 3,auhhh sdh ada adek baru CI4. Ya gpp,sy tetap ci3 dulu ampe mahir,baru pindah
326,676 Views
161 Replies
04-01-2020, 08:34 AM
kelapamuda
    Thread: Two websites using CI conflict, caused by session?
Post: RE: Two websites using CI conflict, caused by sess...

Yes, i try diferenciate that two website. In config/config.php $config['sess_cookie_name'] = 'ci_session_websiteA'; $config['sess_cookie_name'] = 'ci_session_websiteB'; And i think it works we...
2,111 Views
2 Replies
04-01-2020, 03:47 AM
kelapamuda
    Thread: Two websites using CI conflict, caused by session?
Post: Two websites using CI conflict, caused by session?

Hello.  I just realize this, i curently working on 2 website using CI, and it looks similar because the second comes from the first one with modification client needs. All is all okey. But when i open...
2,111 Views
2 Replies
03-31-2020, 08:28 AM
kelapamuda
    Thread: [SOLVED] Google map shown in localhost, in website not shown
Post: RE: Google map shown in localhost, in website not ...

It looks strange, error says as if i dont have APi Key from google. Yes i have, and for sure, i just request the second api key from google and use it. But still not shown yet that google maps.
4,369 Views
4 Replies
03-30-2020, 09:01 AM
kelapamuda
    Thread: [SOLVED] Google map shown in localhost, in website not shown
Post: [SOLVED] Google map shown in localhost, in website...

Hello,  I have columns in a table, for example   :   name, employee_lat, employee_long . I show them in google maps using library CodeIgniter-Google-Maps-V3-API-Library,, in localhost everything is ...
4,369 Views
4 Replies
03-30-2020, 08:38 AM
kelapamuda
    Thread: Maximum lines of controller
Post: Maximum lines of controller

Hello. Just an easy question maybe,,how many maximum lines of your controller? I continue previous programmer, so it is not easy to change what he had done in the website, and almost all function is...
1,452 Views
1 Replies
03-29-2020, 09:15 AM
kelapamuda
    Thread: Save coordinate from html 5 geolocation
Post: Save coordinate from html 5 geolocation

I want to save user location when he login. The location is already shown latitude and longitude based on here https://www.w3schools.com/html/html5_geolocation.asp But how to save long and lat from a...
1,304 Views
1 Replies
03-27-2020, 09:13 AM
kelapamuda
    Thread: Location showed using API, but "for dev purpose only"
Post: Location showed using API, but "for dev purpose on...

HI, I success in show location of certain place,using google maps v3 api codeigniter library. But, in maps, there are text for dev purpose only. I already get API Key from developer.google.com. So...
1,327 Views
1 Replies
03-25-2020, 03:12 AM
kelapamuda
    Thread: Adding WhatsApp as reminder in my website
Post: Adding WhatsApp as reminder in my website

Hello I already have website,the employee send report text to the table,the do it daily. But some forget to do that. Is it possible to do this? If someone forget to send report for today, at night he...
5,901 Views
5 Replies
03-24-2020, 03:24 AM
kelapamuda
    Thread: Export to MS Excell, last digit turn into zero
Post: RE: Export to MS Excell, last digit turn into zero

Yup,,in the export file, i change into this: It works,,in Excell, it add space, and the number is not turn into zero at the end
2,248 Views
2 Replies
03-22-2020, 09:42 PM
kelapamuda

Theme © iAndrew 2016 - Forum software by © MyBB