XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
I have the "Node Background" option on the "Node" edit page. I changed the way the user change node background from String
HTML:
to the new asset upload
Code:
It works perfectly but the input doesn't keep the value, I mean when uploading an image and refresh the page I can't find the link of the image in the input.
How can I make it keep this value.
Best Regards
ادامه مطلب...
I have the "Node Background" option on the "Node" edit page. I changed the way the user change node background from String
HTML:
<xf:textboxrow />
to the new asset upload
Code:
<xf:assetuploadrow />
It works perfectly but the input doesn't keep the value, I mean when uploading an image and refresh the page I can't find the link of the image in the input.
How can I make it keep this value.
Best Regards
ادامه مطلب...