CodeIgniter Forums
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 - 06-04-2011

[eluser]keyndark[/eluser]
@Darkenfaith

To work form_validation with matchbox you need update matchbox to version 0.9.4 (i found here http://codeigniter-kr.org/source/view/161/page/2/q/matchbox )

Then you need override default form_helper by MY_form_helper to provide work function like set_value, set_select...

http://www.codeigniter-kr.org/source/view/250/page/1/q/MY_form_helper

This work for me to prepare migrate to CI 2.0.2 Smile


BackendPro 0.6.1 - El Forum - 06-22-2011

[eluser]Unknown[/eluser]
Hi,

I'm having a similar problem to pedma. I'm using CI-2.0.2 and BeP 0.6.1, ran the install successfully and clicked on the "click here" link which I presumed would take me to the login form, but it just took me to my regular index.php file pointing to the default welcome page.

I've tried going to http://localhost/auth/login/ but get a 404 and http://localhost/admin/ but that gave me a 500 internal server error. Is Bep v0.6.1 not CI-2.0.2 compatible? I've tried changing
Code:
class Site_Controller extends Controller
{
to
Code:
class Site_Controller extends CI_Controller
{

but no luck. Any ideas guys?

Cheers!

EDIT: Sorry after looking through this thread a bit harder I noticed adamp1 did mention this. Has anyone successfully got v0.6.1 working with CI 2.X?


BackendPro 0.6.1 - El Forum - 06-30-2011

[eluser]shinokada[/eluser]
Re: form input type, http://www.kaydoo.co.uk/backendpro/user_guide/features/preference_form.html

I'm trying to make method _field_checkbox for this.

In settings.php

Code:
$config['field']['sharethis_services'] = array('type'=>'sharethischeckbox',
'params'=>array('options'=>array('facebook','twitter','yahoo','gbuzz','email')));

And in Preference_form.php

Code:
function _field_checkbox($key)
    {
                $options = $this->field[$key]['params']['options'];
                foreach ($options as $key =>$service){
                    
                    $params['name'] = $key;
                    $params['id'] = $key;
                    $params['type'] = 'checkbox';
                    $params['value'] = $service;
                    return form_checkbox($params).$service;
                }
        
    }

But this returns only facebook checkbox.

I'd like to show all the checkboxes.
Any help will be appreciate it.


BackendPro 0.6.1 - El Forum - 07-23-2011

[eluser]Unknown[/eluser]
hello team I followed the instructions on http://www.kaydoo.co.uk/backendpro/user_guide/features/userauth.html and it doesn't work.. please help on how to setup custom fields


BackendPro 0.6.1 - El Forum - 07-29-2011

[eluser]Unknown[/eluser]
Is There a way to intergrate the facebook connect in to this


BackendPro 0.6.1 - El Forum - 02-24-2012

[eluser]Unknown[/eluser]
How to install BackendPro 0.6.1 on codelgniter2.1??


BackendPro 0.6.1 - El Forum - 02-24-2012

[eluser]Unknown[/eluser]
Hi jasonshu,
Backendpro is old and not updated since long, so better not to use it.
Develop you application using latest codeigniter.
I had lots of issues with backendpro.

Thanks


BackendPro 0.6.1 - El Forum - 02-24-2012

[eluser]daniel.affonso[/eluser]
I believe this is really interesting project in this context
CI Bonfire

It proposes a Faster CodeIgniter Development

Quote:Bonfire helps you build CodeIgniter-based PHP web applications even faster, by providing powerful tools and a beautiful interface you won't be ashamed to show your client.



BackendPro 0.6.1 - El Forum - 02-26-2012

[eluser]Noobigniter[/eluser]
[quote author="jasonshu" date="1330073627"]How to install BackendPro 0.6.1 on codelgniter2.1??[/quote]

Look this : http://ellislab.com/forums/viewthread/209292/ Wink


BackendPro 0.6.1 - El Forum - 07-19-2012

[eluser]Yakow[/eluser]
waiting for 2.x
please Smile