MyBB Community Forums

Full Version: postbit background setting link not found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i make custom profile field. here is the setting i did
[Image: 1f504b714c71e644766a6f13f45cc298.png]

But link not showing in profile page or in setting page. from where i can add picture
Read Here
but there link not mentioned. from where user can upload picture
You'll need to call it inside whatever element you're using to stylize the background of the postbit.

Image?
<img src="{$post['fid#']}" />

DIV?
<div style="background-image: url('{$post['fid#']}');"></div>
(2023-03-08, 12:49 PM)Taylor M Wrote: [ -> ]You'll need to call it inside whatever element you're using to stylize the background of the postbit.

Image?
<img src="{$post['fid#']}" />

DIV?
<div style="background-image: url('{$post['fid#']}');"></div>

that part already i did.
 but you guys dont understand what i am talking about.

i want to know the link from which page ppl can add the background image

right now its the link =https://forum.com/pages.php?page=postpicture

but in this page there is showing "The selected category seems to be invalid."
As I said in your other thread, the message is from a plugin, you will need to ask the plugin author.

https://community.mybb.com/thread-237831.html

Please avoid making duplicate threads and cross posting.