Welcome Guest, Not a member yet? Register   Sign In
BackendPro 0.6.1

[eluser]adamp1[/eluser]
Yes should do I see no reason. Its just a library.

[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();
        // NOTE: this must be done after $form->get()

        $data['errors'] = $form->errors;

        flashMsg('error','message ='.$data['errors']);    
        $data['header'] = 'Test Controller';

        $data['content'] = $data['form'];

        $this->load->view($this->_container,$data);

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

[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

[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

[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.

[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 =)

[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

[eluser]adamp1[/eluser]
That matchbox folder is relative to the application folder, you may need to try:

array('../bepro/modules');

[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

Severity: Notice

Message: Undefined index: Option

Filename: models/base_model.php

Line Number: 120
A Database Error Occurred

You must set the database table to be used with your query.

this also happens within your demo

[eluser]adamp1[/eluser]
Please see post #438




Theme © iAndrew 2016 - Forum software by © MyBB