Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2802

phpBB Custom Coding • Re: IF statement for adding stuff on users profile

$
0
0
Yessss, thanks Sniper_E and thecoalman
This works:

Code:

{% if USERNAME == "faroud" or USERNAME == "SuperMan" %}This stuff will only show in your profile and mine..{% endif %}
The only problem with this is, if the user is changing their name, then this condition won't work. A better alternative to this is by using user id instead of username.

Statistics: Posted by Madalin10 — Sun Jul 13, 2025 6:15 pm



Viewing all articles
Browse latest Browse all 2802

Trending Articles