2022-06-29, 10:36 PM
(2022-01-09, 04:52 PM)Noter33 Wrote: [ -> ](2020-02-29, 08:40 PM)Baltafar Wrote: [ -> ]ACP > Configuration > Custom Profile Fields > add a new field
Copy this
(http(s?):)|([/|.|\w|\s])*\.(?:jpg|png)|^$
choose which groups can use it
style="background: url({$post['fid4']})
Add this code to whereever you want it to work in.
Make sure to replace the 4 with your own ID.
then add a image url in UCP > edit profile
//////////////////////////
If you want to display the same image from the postbit as a member profile background then just add this code to
Edit Template: member_profile
style="background-image: url({$memprofile['fid4']});
Or if you want to display a user's profile background in the memberlist
Edit Template: memberlist_user
style="background-image: url({$user['fid4']});
I'm not including any CSS.
DON'T USE THIS , IT IS VULNERABLE TO STORED XSS

<p><script>/* OP POST IS L33T... */</script></p>