Editing Template

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
jimmbo
Bruji Friend
Bruji Friend
Posts: 11
Joined: Mon Dec 12, 2011 10:47 pm

Editing Template

Post by jimmbo »

I have added a custom column, titled "Blu Ray?", and I mark in an asterisk for blu-ray titles. I want this data included in exports.

I use "MyKuzDVD" template. I changed the code in the template, per below, and while it does output "Blu Ray or DVD:" in the export, it does not output the asterisk (when present). Any ideas? Also, if there's a less clumsy way to mark this, please let me know!

Code: Select all

  [key:title] 
</a><a href="javascript:share([key:uid]);"><img src="sharing/addlibrary.png" title="Add to my Library"></a></b></p>
 <span class="style1">
<b>Blu Ray or DVD:</b>
[key:Blu Ray?]<BR>

<b>Director:</b>
            [key:director]
            <br>
Post Reply