Please Log in or Create an account to join the conversation.
All substitutions in a delimiter field displayed on profile. So if you add an IF statement to the delimiter field it'll be based off the users profile you're viewing and not the user viewing the profile; this can be changed using user="#me" though so it's based off the user viewing the profile.1. I don't want the output to be displayed based on the group id of the viewer. I want the output to be produced based on the group id of the user in the database. So if the user in the database has a gid of "17" for example, then I want their information to be displayed. I think you may have given a gid if statement based on the viewer, if I'm not mistaken.
You use a column substitution as shown in my example. Another example as follows.2. ok, 2 questions about the query. So the first part (query section) is selecting the table then, the row section is outputting the field values. How do you output 2 fields from 2 different tables, like "username" (from #__users) then "youtubeusername" from #__comprofiler. So that I can have the username of the user on top of their embedded channel, preferrably linked to their profile.
Don't think you need CB Query Field for that if both are fields. Example as follows.So in short, display [username] and [youtubeusername] based on these 2 things; gid of user in db, and based on whether the youtubeusername field is filled or not.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.