ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,752
- Points
- 823
Reputation:
Okay, so I'm trying something out. I created a folder in assets called "OzzModzAttachIcon" I have created a style property and have it working to store images uploaded to the created folder.
Currently in my addon, I get images like this,
What I'd like to do is get the images from the asset folder and style property I created, so something like this,
Read more
Continue reading...
Currently in my addon, I get images like this,
<img src="{$xf.options.boardUrl}/styles/OzzModz/AttachmentIcons/attach-icon/zip-itd-icon.png" alt="{$attachment.filename}" />
What I'd like to do is get the images from the asset folder and style property I created, so something like this,
<img...
Read more
Continue reading...