Adding Login Block Add-on

Permalink
Hello folks, I've only been playing with concrete a few days and have got around to trying to install the login form block - available to download on this site.

It's appears to be quite simple. I haven't tampered with anything in the files downloaded. However this is what I'm getting when trying to install via the dashboard...

registerText) $this->registerText=t("Click here to register ยป"); } function view(){ $this->set('registerText', $this->registerText); $this->set('showRegisterLink', $this->showRegisterLink); $this->set('returnToSamePage', $this->returnToSamePage); } function save($data) { $args['registerText'] = isset($data['registerText']) ? trim($data['registerText']) : ''; $args['showRegisterLink'] = intval($data['showRegisterLink']); $args['returnToSamePage'] = intval($data['returnToSamePage']); parent::save($args); } } ?>


An unexpected error occurred.
LoginBlockController not found. Please check that the block controller file contains the correct class name.


Any suggestions? Many thanks in advance.

 
philp replied on at Permalink Reply
No one else has had this problem then?
Remo replied on at Permalink Reply
Remo
never had that problem and without having more information about your system I can only make some random guesses..

short tags enabled?
interrupted ftp transfer?
...
Pritam replied on at Permalink Reply
Hey guys,

I have started to learn concrete5 in a step by step manner. Today I tried adding the Login block, however once a user registers and sign-ins through the login box i don;t see any logged in confirmation neither any link to signout. Would appreciate if someone could point out to any existing thread which explains about Login Blocks and its working.

Thank you !!
Pritam replied on at Permalink Reply
Hey guys,

I have started to learn concrete5 in a step by step manner. Today I tried adding the Login block, however once a user registers i don;t see any logged in confirmation neither any link to signout. Would appreciate if someone could point out to any existing thread which explains about Login Blocks and its working.

Thank you !!