...../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
Читать далее...
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:
Код:
<div class="message">
<xf:if is="$post.embed_metadata.attachments">
<xf:foreach loop="$post.embed_metadata.attachments" value="$attachmentId">
<xf:set...
Read more
Читать далее...