Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user image on main index page #73

Open
afro360 opened this issue Apr 23, 2013 · 0 comments
Open

user image on main index page #73

afro360 opened this issue Apr 23, 2013 · 0 comments
Assignees

Comments

@afro360
Copy link

afro360 commented Apr 23, 2013

Hi, how can I display a logged in users image on the index page?

I tried:

show(array( 'save_path' => WWW_ROOT . 'img/thumbs', 'display_path' => $this->webroot. 'img/thumbs', 'error_image_path' => $this->webroot. 'img/answerAvatar.png', 'src' => WWW_ROOT . $user_info['User']['image'], 'w' => 66, 'h' => 66, 'q' => 100, 'alt' => $user_info['User']['username'] . 'picture' ) ); ?>

Thanks

@Datawalke Datawalke self-assigned this Mar 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants