2018-01-28, 08:12 PM
I've added a MyCode to allow users to easily link to a profile by using a users UID.
It's not working. I've got no idea why, I've re-written it a multitude of times thinking maybe I screwed something up but still no success, any ideas?
REGULAR EXPRESSION
REPLACEMENT
And yes the code is enabled.
It's not working. I've got no idea why, I've re-written it a multitude of times thinking maybe I screwed something up but still no success, any ideas?
REGULAR EXPRESSION
\[id=(.*?)\](.*?)\[/id\]
REPLACEMENT
<a href="/member.php?action=profile&uid=$1">$2</a>
And yes the code is enabled.