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

artycul’s picture

...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 =/

michelle’s picture

Ah, 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

michelle’s picture

Status: Active » Fixed

Fixed in refactor of user info pane.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.