bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Conditional tag for a particular user

(2 posts)
  • Started 4 months ago by rosebud
  • Latest reply from rosebud
  • This topic is not resolved

Tags:

  1. rosebud
    Member

    I would like to know if there is a particular template tag to check (in profile for example) what user that profile belongs to.

    i.e if is user id=x then do sth.

    It might sound strange, given that the profile already takes care of this. But I need to add some data to only a few users, and that data can't be "user-editable". If this could be done with the custom profile fields plugin (add some fields which are only admin editable) then, please, instruct me.

    Otherwise, I just need to hardcode the data for these few users.

    Thanks in advance.

    Posted 4 months ago #
  2. rosebud
    Member

    I figured it out. Thanks anyhow.

    <php if ( $user_id == 1 ) : // User number one ?>

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.