-
Any one tried using it with CI? I couldn't get it to work. If you know a way to do that or a CI port of this, please let us know.
-Thanks!
-
How does It create
possibility of choice the language for user?(fanction for choice language of ion_auth) not for entire site (not in config file)
-
After changing password or resetting it in one session, other sessions are active and valid, when using "remember me". It's bug/feature or my configuration ?
-
Hi,
I have a problem with this plugin when using the PHP timestamp.
I generate the timestamp like this:
```
$timestamp = now(); // which is equal to PHP's time() function, but it is a Cod…
-
While or after installation of 2.3/develop a series of errors occurs. All of them are related to one or more not existing files or directories.
The (very long) part of the log output:
```
ERROR - 20…
-
Has this FileManager also the option for stand-alone. In other words can I also use this outside TinyMce?
-
Implement this feature based off the `framework` branch. What would be the most helpful to me is to bring in the code and implement it into the template (copy it from `/platformApp/templates/joomla/i…
-
Hi,
due to bug in custom loader you can't load 2 session libraries with different names and configs. One a session is loaded, another with different name can't.
File: fuel/application/third_party/fue…
-
Hello, I am using CodeIgniter for a rather large commercial application, and I need to run an hourly cron to manage sending some mail. Pretty basic. I was using the bootstrapper posted on the wiki - h…
-
The 'Allow drag and drop re-ordering' check box is checked by default and when trying to uncheck it, it automatically checks itself again.
This is when using SortableGridField in the ModelAdmin.