Closed (won't fix)
Project:
Author Pane
Version:
7.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2011 at 00:14 UTC
Updated:
29 Feb 2012 at 13:46 UTC
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
Comment #1
michelleIt 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
Comment #2
rodrigoaguileraI mean configurable via interface and stored in the database
Comment #3
michelleOh, 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
Comment #4
Scyther commentedI 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!
Comment #5
Scyther commentedThe 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.