The insertion codes are missing. How can I get them back.
The insertion codes are missing. How can I get them back.
This was a bug in a pevious version (due to changed WordPress methods) that has been fixed. Unfortunately reinstalling or updating the plugin doesn't restore the default values. So here:
jpg,jpeg,gif,png
<img src="%file" alt="%name" />
mp4,m4v,ogv
<video width="320" height="240" src="%file" />
<videowidth="320" height="240">|<source src="%file" type="video/%mime" />|</video>
pdf,doc
<a href="%file">%name</a> (%size)
<ul>|
<li><a href="d.php?d=%file">%name</a> (%size)</li>|</ul>...
This topic has been closed to new replies.