- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
On my site I currently allow users to change their postbit background by letting the user input an image URL in a custom field, then calling to the field like
Code:
I'd like to remove the custom field altogether, and instead call to the users profile banner and use that URL instead.
The end result would look something along the lines of
Code:
Is...
Code:
<div style="background-image:url({$user.Profile.custom_fields.pbit});">
I'd like to remove the custom field altogether, and instead call to the users profile banner and use that URL instead.
The end result would look something along the lines of
Code:
<div style="background-image:url({$user.Profile.profile_banner});">
Is...
نام موضوع : Calling to profile banners in a DIV