kontrabass
Well-known member
Hi!
I have this in the footer of our "contact us" email text (contact_email_body_text)
The problem is that if the user is banned, {user_id} always returns "0". Is there a way I can grab the real userid of the banned user for this purpose? It'd save time for our moderators...
I have this in the footer of our "contact us" email text (contact_email_body_text)
Code:
Name: {name} (ID: {user_id})
IP: {ip}
Profile link: http://www.oursiteurl.com/members/{user_id}/
AdminCP Link: http://www.ouradminurl/asdf.php?users/{user_id}/edit
Email: {email}
The problem is that if the user is banned, {user_id} always returns "0". Is there a way I can grab the real userid of the banned user for this purpose? It'd save time for our moderators...