2023-05-22, 09:00 PM
(This post was last modified: 2023-06-10, 03:07 PM by ScrimOnDiscord. Edited 5 times in total.)
(2023-05-22, 12:25 PM)Taylor M Wrote: Profiles
<if $uid == 1 then> <img src="https://i.postimg.cc/1XDKMjHV/Moot.gif" alt="Moot"> <else/> {$formattedname} </if>
Postbits
<if $post['uid'] == 1 then> <img src="https://i.postimg.cc/1XDKMjHV/Moot.gif" alt="Moot"> <else/> {$post['profilelink']} </if>
Thanks Works great!