Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Appunto-Auth - Authorization and User Management Library
Post: RE: Appunto-Auth - Authorization and User Manageme...

bvrignaud Wrote: (01-21-2015, 12:36 AM) -- Hello, Is there anyway for the user to change himself his password or modify some parameters like name, surname, ... -- No, there is not.  That would b...
43,641 Views
0 Replies
02-10-2015, 10:11 AM
bclinton
    Thread: Live Search Not Working! Ayuda Me! Help!
Post: RE: Live Search Not Working! Ayuda Me! Help!

Rather than one of us going through all your code and trying to guess where the problem might be, why don't you tell us where the problem is? You are trying to send AJAX requests to a CodeIgniter con...
3,375 Views
0 Replies
01-18-2015, 12:34 PM
bclinton
    Thread: Appunto-Auth - Authorization and User Management Library
Post: RE: Appunto-Auth - Authorization and User Manageme...

bvrignaud Wrote: (01-16-2015, 06:55 AM) -- Hi every body, Thanks bclinton for your ad-don, I'm actually trying it. It's look like great, really great !!! I began french translation. I just ne...
43,641 Views
0 Replies
01-16-2015, 11:18 AM
bclinton
    Thread: CodeIgniter - American Community
Post: RE: CodeIgniter - American Community

I think it's great that users that don't speak English as their first language have user groups where they can converse more easily in their native tongue. I don't really see the necessity for a US...
13,088 Views
0 Replies
01-15-2015, 02:45 PM
bclinton
    Thread: Thie forum feature is annoying
Post: RE: Thie forum feature is annoying

Avenirer Wrote: (01-15-2015, 12:19 AM) -- Don't worry, this happens only on your first one or two posts. -- This ^
27,498 Views
0 Replies
01-15-2015, 02:21 PM
bclinton
    Thread: categories display problem show all categories
Post: RE: categories display problem show all categories

mwhitney Wrote: (01-15-2015, 01:18 PM) -- It would probably help if you explained: - What you expected to happen - What is actually happening To me, it looks like you are getting a list of artic...
22,441 Views
0 Replies
01-15-2015, 02:18 PM
bclinton
    Thread: CI is best for shopping cart ?
Post: RE: CI is best for shopping cart ?

I am currently converting an older e-commerce site to Foxy Cart. I will probably write and then release a CodeIgniter Library when I am done, but it would be a very simple library because Foxy Cart i...
33,990 Views
0 Replies
01-15-2015, 02:06 PM
bclinton
    Thread: CodeIgniter - American Community
Post: RE: CodeIgniter - American Community

That's kind of a large geographical area, with multiple native languages. Perhaps you intend a United States user group?
13,088 Views
0 Replies
01-12-2015, 08:22 PM
bclinton
    Thread: CodeIgniter Controller with Ajax Request
Post: RE: CodeIgniter Controller with Ajax Request

In addition to the hnz's suggestion, I think the #1 absolute first thing one needs to do when working with JavaScript/AJAX is to learn how to use their browsers developer tools (or web console or what...
8,802 Views
0 Replies
01-12-2015, 02:08 PM
bclinton
    Thread: MY CI Site
Post: RE: MY CI Site

apparasenal Wrote: (01-11-2015, 08:47 AM) -- Sky Wrote: (12-23-2014, 01:13 AM) -- Hi! Nice site, but you have a problem with slider... See screenshot below http://awesomescreenshot.com/0c942z1t12 -...
13,202 Views
0 Replies
01-11-2015, 11:37 AM
bclinton
    Thread: How to test, deploy and administer CI app
Post: RE: How to test, deploy and administer CI app

yhoiseth Wrote: (01-10-2015, 01:56 PM) -- I'm close to finishing an early version of my web app, and would like to get it online. I am, however, very confused as to what to do from here. I'd like a...
10,182 Views
0 Replies
01-10-2015, 07:36 PM
bclinton
    Thread: Use multiple forms and validation on one page
Post: RE: Use multiple forms and validation on one page

You could put validation_errors() into separate  variables in your controllers like controller for form 1 submission: $form_1_errors = validation_errors(); controller for form 2 submission: $...
5,311 Views
0 Replies
01-07-2015, 09:37 AM
bclinton
    Thread: Appunto-Auth - Authorization and User Management Library
Post: RE: Appunto-Auth - Authorization and User Manageme...

Kleenex, I received your message but you have private messaging disabled so I can not reply to it.
43,641 Views
0 Replies
01-07-2015, 02:29 AM
bclinton
    Thread: Appunto-Auth - Authorization and User Management Library
Post: RE: Appunto-Auth - Authorization and User Manageme...

"error decoding the response sent by the server" occurs when the Javascript interface does not recognize the response sent from the server as valid JSON or a CodeIgniter error page. It would most com...
43,641 Views
0 Replies
01-06-2015, 10:24 AM
bclinton
    Thread: Appunto-Auth - Authorization and User Management Library
Post: RE: Appunto-Auth - Authorization and User Manageme...

Does the same error appear again when you hit the refresh button at the bottom of the "Paths" page? Try adding ini_set('display_errors', 1); to the top of your CodeIgniter index.php. Also, enablin...
43,641 Views
0 Replies
01-06-2015, 10:18 AM
bclinton
    Thread: overall code organization: helper, library, core, or model?
Post: RE: overall code organization: helper, library, co...

sneakyimp Wrote: (01-05-2015, 06:01 PM) -- I'm sort of torn here. It certainly seems clear that a given page view or action should be intercepted by a controller if a user is not sufficiently privile...
25,399 Views
0 Replies
01-05-2015, 09:26 PM
bclinton
    Thread: Appunto-Auth - Authorization and User Management Library
Post: RE: Appunto-Auth - Authorization and User Manageme...

kleenex Wrote: (01-05-2015, 10:23 AM) -- when I try to get this URL with hooks ENABLED I get this: "You have requested an invalid path." if I DISABLE hook I get a blank page Thanks for you wonderful...
43,641 Views
0 Replies
01-05-2015, 09:06 PM
bclinton
    Thread: How to send post data in controller codeigniter
Post: RE: How to send post data in controller codeignite...

I didn't say you should not use cURL. I pointed out that the code you posted does not contain a curl_exec statement. curl_exec actually performs the cURL operation In case you do have a curl_exec...
41,864 Views
0 Replies
01-05-2015, 10:00 AM
bclinton
    Thread: Cant get values of checkboxes
Post: RE: Cant get values of checkboxes

Perhaps this is a dumb question but are you checking your checkboxes? $this->input->post('checkboxes') will return false if none of them are checked.
7,480 Views
0 Replies
01-05-2015, 09:52 AM
bclinton
    Thread: Mysql Custom Select
Post: RE: Mysql Custom Select

InsiteFX Wrote: (01-05-2015, 04:45 AM) -- Open and close your query with double quotes not single quotes. -- Heh, that's the first thing I thought too, but my eyes were fooled into thinking he had ...
7,877 Views
0 Replies
01-05-2015, 09:32 AM
bclinton

Theme © iAndrew 2016 - Forum software by © MyBB