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
- 26,920
- Points
- 823
Reputation:
...../attachment_manager-compiled.js
What would be the reason for this error to show up?
I created a simple add on which displays a slider with images from a specific thread.
The tricky part was to display only the images (because each post contains some text too) so this is my code:
HTML:
Read more
Continue reading...
What would be the reason for this error to show up?
I created a simple add on which displays a slider with images from a specific thread.
The tricky part was to display only the images (because each post contains some text too) so this is my code:
HTML:
Code:
<div class="message">
<xf:if is="$post.embed_metadata.attachments">
<xf:foreach loop="$post.embed_metadata.attachments" value="$attachmentId">
<xf:set...
Read more
Continue reading...