Gamepedia exporting linked files

Talk to other Pedia users about the programs, share tricks and tips or ask questions about existing features.
Post Reply
griffer
Contributor
Contributor
Posts: 6
Joined: Tue Mar 18, 2008 3:38 pm

Gamepedia exporting linked files

Post 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
User avatar
Conor
Top Dog
Posts: 5343
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Post 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-->
griffer
Contributor
Contributor
Posts: 6
Joined: Tue Mar 18, 2008 3:38 pm

Post by griffer »

Ahh okay of course. Thanks! :)
Post Reply