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

[eluser]fl00der[/eluser]
[quote author="adamp1" date="1298491353"]Well that's why its throwning the error, it can't find the file.

Have you changed where the folders are from the default? If not then you shouldn't have to delete the contents of the textboxes.[/quote]

I kept the folders in the default locations. I have done the install with default paths and with them empty. I keep getting config error on not finding the file.

Dont get why i am getting double slashes in the dir's when they show like
Make sure all folders are relative to /var/www/nfohq//
Config files writable Component install failed: /var/www/nfohq//config/config.php file isn’t writable

[eluser]Noor[/eluser]
Great..

[eluser]shinokada[/eluser]
Re: Page class
http://www.kaydoo.co.uk/backendpro/user_.../page.html

I am wondering where this class is loaded. I am not able to find in My_Controller.php.
Is it really loaded?

I tried to find it by this, $this->load->module_library('page','Page')

What am I missing?

I tried to use the following but it gives an error.
Code:
<div class="buttons">
    <button type="submit" class="positive">
         &lt;?= $this->page->icon('disk');?&gt;
         Submit
    </button>
    
    <a href="#" class="negative">
         &lt;?= $this->page->icon('cross');?&gt;
         Cancel
    </a>
    
    <a href="#">
         &lt;?= $this->page->icon('key');?&gt;
         Change Password
    </a>
</div>

[eluser]keyndark[/eluser]
It seems deprecated and not loaded by default in this version.

http://www.kaydoo.co.uk/backendpro/user_.../site.html

[eluser]Darkenfaith[/eluser]
I am using BEP 0.6.1 and CI 1.7.2, the form_validation library doesn’t return the required validation errors. Anyone experienced like this?

[eluser]TigerWolf[/eluser]
Is BEP 1.0 good enough to use? I was thinking of grabbing it from SVN and having a play.

[eluser]adamp1[/eluser]
The new BEP isn't in the old Assembly SVN, I'v moved it to BitBucket but currently its private. Not sure when it will become public.

[eluser]shinokada[/eluser]
I want to encode one of custom preference item.

I tried the following but not it does not encode. Any help will be apprecieated.

Thanks in advance.

Code in preference/libraries/Preference_form.php

Code:
if($this->CI->input->post('ga_password') != '')
       {
        // Load userlib language
         $this->CI->load->module_library('auth','userlib');
          $fields_to_show['ga_password'] = $this->CI->userlib->encode_password($this->CI->input->post('ga_password'));

       }

            // SAVE FORM CONTENTS
            foreach($fields_to_show as $key=>$value)
           {
                  $this->CI->preference->set_item($key,$this->CI->input->post($key));
            }

[eluser]TigerWolf[/eluser]
[quote author="adamp1" date="1306165725"]The new BEP isn't in the old Assembly SVN, I'v moved it to BitBucket but currently its private. Not sure when it will become public.[/quote]

Any reason for not making it public and getting contributions and suggestions?

[eluser]pedma[/eluser]
Hi,
Is BEP ready for CI-2.0.2 ? I've installed BEP 1.0.6, unzip it, but there is NO 'index.php' under the root path. So, after install, as I call http://www.mydomain.com/ I got error msg : no 'index.php' found.
Please advice.

Thanks
-pedma-




Theme © iAndrew 2016 - Forum software by © MyBB