![]() |
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 - 10-14-2009 [eluser]adamp1[/eluser] Yes should do I see no reason. Its just a library. BackendPro 0.6.1 - El Forum - 10-14-2009 [eluser]got 2 doodle[/eluser] @adamp1 I have the form library creating a form, I have added css to the assets array and displaying the form in the backend is no problem. I am working on validation right now. Code: $data['form'] = $form->get(); I thought this would work but the $data['errors'] = $form->errors; (part of the form library) doesn't seem to be giving any error string. flashMsg('error','message ='.$data['errors']); is done this way to force an output from the messaging system. So validation and possibly captcha may be an issue. doodle BackendPro 0.6.1 - El Forum - 10-18-2009 [eluser]totokbali[/eluser] I succesed install BeckEndpro with the file structure as is system/application But I got problem if I change the structure to as bellow system application bepro all folders on the same level system_folder=" ../system" application-folder="../application" Base_url= localhost://mycode/bepro Any helep on this? totok http://www.balisweet.com BackendPro 0.6.1 - El Forum - 10-20-2009 [eluser]taschentuch[/eluser] hi, nice mod but i need a little modifikation... i need user specific rights example: |userid|username |pass |groupid| |1 |taschentuch |... |1 | |2 |user2 |... |2 | groups: |groupid|name |can_create_news|can_delte_news|can_edit_news| |1 |Moderator |1 |1 |0 | |2 |SModerator|1 |1 |1 | specrights: |userid|can_edit_news|can_create_user| |1 |1 |1 | |2 |1 |1 | is it possiple to insert something like this? thx BackendPro 0.6.1 - El Forum - 10-21-2009 [eluser]adamp1[/eluser] @totokbali: You list a bepro folder whats in that? @taschentuch: You could get the current system to work if you had a seperate group for each user. But otherwise the ACL would need to be re-written. BackendPro 0.6.1 - El Forum - 10-21-2009 [eluser]taschentuch[/eluser] hm yeah have read the codes a little bit and i think its a lot of work :/ i write a own permissions lib and use it with redux_auth =) BackendPro 0.6.1 - El Forum - 10-23-2009 [eluser]totokbali[/eluser] Thanks Adam In folder bepro, I keep - folder asset, modules, install, userguide and index.php I only move all within system folder just for keep one CI for some application. Folder system, application and bepro on the same level. I guest this problem related with matchbox, maybe I should change matchbox configuration $config['directories'] = array('../../modules'); tobe $config['directories'] = array('/modules'); I will try latter. TQ BackendPro 0.6.1 - El Forum - 10-23-2009 [eluser]adamp1[/eluser] That matchbox folder is relative to the application folder, you may need to try: array('../bepro/modules'); BackendPro 0.6.1 - El Forum - 10-25-2009 [eluser]The Casual Bot[/eluser] hey download and tried playing with this today but i get the following when i change any of the settings Code: A PHP Error was encountered this also happens within your demo BackendPro 0.6.1 - El Forum - 10-26-2009 [eluser]adamp1[/eluser] Please see post #438 |