Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: List all Tags?


deadlyhifi
Participant

@tomdebruin

that’s good to know, thanks.

I just added the following to topic-tags.php (after <?php bb_tag_remove_link(); ?> )

<?php if ( bb_current_user_can( 'manage_tags', get_topic_id() )): ?><a href="/forum/profile.php?id=<?php echo $tag->user_id; ?>">user</a><?php endif; ?>

so there is a quick link to the users profile to see who posted that tag.

Not perfect but easier than running that SQL!

Skip to toolbar