when using imagecache the link is printed with rel="lightbox" but since the colorbox module it's more popular in D7 I changed it to class="colorbox-inline".

the ideal for this is to have some way of configuring it but I think it should be changed to colorbox in the D7 version of this module

Comments

michelle’s picture

It is already configurable. Just change it in author-pane-user-picture.tpl.php.

Leaving this active in case Scyther is interested in changing the default.

Michelle

rodrigoaguilera’s picture

I mean configurable via interface and stored in the database

michelle’s picture

Oh, no, that's not likely. I don't like putting themeable stuff into configuration. Configuration is for things that can't be altered without programming.

Michelle

Scyther’s picture

I agree with Michelle, it should be configure through theme override or by using the tpl in your theme.

Will come back to the default value, it sounds like it should be changed!

Scyther’s picture

Status: Active » Closed (won't fix)

The author-pane-user-picture.tpl.php file and template_preprocess_author_pane_user_picture function has been rewriten and does not have any link to a picture as it had before.