![]() |
BackendPro 0.6.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: BackendPro 0.6.1 (/showthread.php?tid=7381) |
BackendPro 0.6.1 - El Forum - 09-20-2009 [eluser]adamp1[/eluser] Ummm, for this you may need to get rid of the relationship between the profile and user table. Then you can manually add rows to the profile table and query it how you see fit. That or you could create them accounts, just ones with random usernames which would never be used (e.g. ashdas7dsa7dsad7sa) Its not a perfect solution, but no pre-build system will be able to suit all cases. BackendPro 0.6.1 - El Forum - 09-23-2009 [eluser]Unknown[/eluser] Hello I like your system and the Access Control logic. Just one note, I installed on a Php 5.3 and I had some issues to debug because of deprecated functions in the code,( like ereg etc...) (using the latest CI version that is already optimized for 5.3) Do you plan to update this? Regards BackendPro 0.6.1 - El Forum - 09-23-2009 [eluser]adamp1[/eluser] I have not at the moment had time to test the system on the new CI 1.7.2 or php 5.3. I am in the process of a brand new project which will be running off BackendPro so I expect you will see over the coming weeks/month, these updates to be taken into account along with a lot of new features as changes. BackendPro 0.6.1 - El Forum - 09-25-2009 [eluser]Sean Downey[/eluser] Hi Adam I am looking forward to the next releases. Could you tell us if a "change password" facility will be included to allow users change their own password? If not I will build it in myself and send on code if you want it. Keep up the great work. BackendPro 0.6.1 - El Forum - 09-25-2009 [eluser]adamp1[/eluser] A special profile page is planned for a future release since as you point out at the moment an admin with access to the User resource can only change details. BackendPro 0.6.1 - El Forum - 09-25-2009 [eluser]Sean Downey[/eluser] Ok great Do you have any ETA on when that would be ready? BackendPro 0.6.1 - El Forum - 09-25-2009 [eluser]adamp1[/eluser] No not yet. It won't be in the next few weeks. BackendPro 0.6.1 - El Forum - 09-25-2009 [eluser]Sean Downey[/eluser] Ok no problem - thanks. BackendPro 0.6.1 - El Forum - 09-27-2009 [eluser]Bondie[/eluser] Errors on my behalf or the backend pro? :o Quote:A PHP Error was encountered Quote:An Error Was EncounteredCodeigniter 1.7.2 BackendPro 0.6.1 BackendPro only installation on this copy of CI This was when accessing /admin/ BackendPro 0.6.1 - El Forum - 09-27-2009 [eluser]adamp1[/eluser] I have a feeling this is due to the version of Matchbox in 0.6.1 is not update to date to the changes in CI 1.7.2 Sadly I have not had time to look into this yet but I am hoping will be solved with the next version. For now I would say try using CI 1.7.1 or CI 1.7 for the mean time. |