Hi Brf
This is how I have it set up...
So, where
In my forum if we write
And with the idea that this bbcode would work for the user's name, I wanted to create one to welcome the new user who introduces himself with the text I have shown you.
This is how I have it set up...
Code:
Muy buenas <span style="color: #105289;"><strong>{TEXT}</strong></span> y bienvenido al Foro.<br />Te esperamos en la zona de <span style="color: #ff0000;"><a style="color: #ff0000;" href="https://www.winuaespanol.com"><strong>Presentación</strong></a></span> para conocerte un poco mejor.<br />Un saludo!
{TEXT}
is, is where the user-name should appear, understanding that, for example, if I hover over it and click the mouse, it will take me to the user's profile.In my forum if we write
[user]pingui[/user]
directly Pingui will appear in red because he is the Founder (it's me) and if we write the name of another user it will appear in the corresponding color. I have achieved this with the bbcode I mentioned before.Code:
[user]{TEXT}[/user]
Code:
<div style="text">{TEXT}</div>
Statistics: Posted by Hellendor — Thu Jan 02, 2025 3:31 pm