Peopletag link doesn't work with Laconica 0.7.0
Peopletag link doesn't work with Laconica 0.7.0
| Issue ID: | 1008 |
| Issue Category: | bug |
| Component: | core |
| Priority: | major |
| Status: | fixed |
| Assigned: | evan |
| Version: | 0.7 |
| Milestone: | 0.7 |
| Keywords: | peopletag |
Hi there,
after the upgrade to 0.7.0 links like http://identi.ca/peopletag/husband don't work anymore. So when clicking on a tag in a user profile, it results in an empty page.
What's going wrong there?
Andreas (cptblaubaer)

Updates
#1
common_show_header is missing. It‘s used in other functions as well:
{{{
/laconica# grep common_show_header -r *
actions/peopletag.php: common_show_header(sprintf(_('Users self-tagged with %s - page %d'), $tag, $page),
actions/userauthorization.php: common_show_header(_('Subscription authorized'));
actions/userauthorization.php: common_show_header(_('Subscription rejected'));
classes/Channel.php: common_show_header(_('Command results'));
/laconica#
}}}
#2
Missing as well:
{{{
/laconica# grep "show_footer" -r *
actions/peopletag.php: common_show_footer();
actions/userauthorization.php: common_show_footer();
actions/userauthorization.php: common_show_footer();
classes/Channel.php: common_show_footer();
/laconica#
}}}
evan somehow completely redesigned this stuff.
#3
I think I fixed this.
You can also subscribe to the
RSS feed for updates to this issue.