Closed (fixed)
Project:
Advanced Profile Kit
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2008 at 14:26 UTC
Updated:
13 Feb 2008 at 05:31 UTC
heyhey...
just a minor bug i stumbled over: in 'advanced_profile/includes/panels-content_userinfo.inc' you are looking for panel-user-info.tpl.php to override the userinfo in the 'All About User'-minipanel, but the file is still called 'advanced_profile/includes/panel-user-stuff.tpl.php'.
You're doing absolutely great Michelle, thanks for all of your work ;)
Comments
Comment #1
artycul commented...furthermore there's a typo in panels-content_userinfo:
Line 71 should be changed from
$vars['points'] = '<div class="account-points">' . t('Posts: ') . $vars['points-raw'] . '</div>';to
$vars['points'] = '<div class="account-points">' . t('Points: ') . $vars['points-raw'] . '</div>';sorry, i didn't advance to creating patches, yet =/
Comment #2
michelleAh, yeah, I wavered about what to call that thing... user_stats is already a module, user_stuff sounds dumb... I've got user_info now but that seems kind of silly, too, given that the entire profile is user info. Any suggestions? :)
I caught that points/posts mixup last night but forgot to change it. Thanks for reminding me.
Michelle
Comment #3
michelleFixed in refactor of user info pane.
Michelle
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.