I have been using dvdpendia for some time, and i love it.
Just trying out gamependia now.
Is there any way to include linked files in the html export?
I have tried attaching some jpgs, but when the collection gets exported, the links don't show in the exported webpage.
I have tried adding the bit of code from this post with no luck:
http://bruji.com/forum/viewtopic.php?t=1749
Gamepedia exporting linked files
That would be the command to including a copy of the linked files in a folder called "files" with the export, you still have to modify the template to add the links where you would like them to appear.
Add the following code within the <!--BeginRepeat--> <!--EndRepeat--> tags.
Add the following code within the <!--BeginRepeat--> <!--EndRepeat--> tags.
Code: Select all
<!--IFlinks
<div class="links">
<ul>
[linksBegin]<li><a href="[link:url]">[link:name]</a></li>
[linksEnd]
</ul>
</div>
ENDlinks-->