Re: List all Tags?
my line 2529 was blank so i replaced the nearest thing i could see that was similar to
return "<small> - <a href="/forum/profile.php?id=$tag->user_id">$poster</a></small> [<a href='$url' class='delete:$list_id:tag-{$tag->tag_id}_{$tag->user_id}' title='$title'>×</a>]";
now, either as a result of this or as a result of the updates described in this page:
https://bbpress.org/forums/topic/theme-template-files-to-change-for-10#post-23794
…my tag area no longer automatically reloads when a tag is added, even though the tag is committed to the db and can be seen if you reload the page. i am a bit worried that users are going to be confused by this. i bet i have replaced the wrong line, but i am not sure…