2022-06-29, 10:36 PM
This user has been denied support.
(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
You don't even know how to install an sceditor based on your recent threads. Please do not post things that are false and ruin the OPS progress in contributing to the forums. It discourages people from learning, and actually want to use this preferred method.
<p><script>/* OP POST IS L33T... */</script></p>