Image Owner doesnt Display

Image Owner doesnt Display

Hello,

In the theme options i can set image owners on but it doesnt works.
Exists Code which i have to add in the Photo.tpl ?

Greetings

da_unknown

PS. Its a good Theme

The following should work!

You would need to put the following in an appropriate place in your photo.tpl file.

{g->block type="core.ItemInfo"
            item=$theme.item
            showOwner=$theme.params.showImageOwner
            class="giInfo"}

This will bring back the option for image owner on the photo pages. You may want to make a copy of the file in the local directory and edit the copy.

Have a look at the matrix theme to get an idea of how to use it.

Thank you

Thank you very much

Worked for me good =)

Greetings

da_unknown

Having trouble...

Hey - thank you for the perfect theme! I don't know what I'd do without the ability to popup larger image views.

I'd like to show the image owner also, and I tried to implement your snippet of code. It's not working for me, though. I have "Show image owner" selected in the Site Admin page and album settings for NZDI. But I must not be placing the code in the right place. Or do I also need to edit theme.css?

Sorry, I'm not much of a coder. Could you give me a little more insight?

Thanks!