How to show tags only to logged in users
-
Hallo,
Please excuse my english!
I’using “private forums” and “approve user registration” to keep my forum privat. I don’t want to show the tags to users who are not logged in.
So I just did this <!– –> with the tags part in front-page.php.
But is there any way to show the tags to users who are loggend in?
For example change the front-page.php to something like:
if (user_is_logged_in)
{
<div id=”hottags”>
<h2><?php _e(‘Hot Tags’); ?></h2>
<p class=”frontpageheatmap”><?php bb_tag_heat_map(); ?></p>
</div>–>
}
This would be very nice
Benjamin
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.