Page 1 of 1

Gamepedia exporting linked files

Posted: Tue Mar 18, 2008 3:43 pm
by griffer
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

Posted: Wed Mar 19, 2008 2:57 am
by Conor
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.

Code: Select all

<!--IFlinks
<div class="links">
<ul>
[linksBegin]<li><a href="[link:url]">[link:name]</a></li>
[linksEnd]
</ul>
</div>
ENDlinks-->

Posted: Wed Mar 19, 2008 4:31 am
by griffer
Ahh okay of course. Thanks! :)