Search found 105 matches

by marumari
Sat Dec 19, 2009 10:32 am
Forum: Bug Reports
Topic: Gamepedia: Date preference change requires restart
Replies: 2
Views: 3360

Re: Gamepedia: Date preference change requires restart

Oh, I see. Yeah, it doesn't update in the columns unless you switch to a different collection and back. And soon as you do that, you're right, it does change to the new format.

Thanks!
by marumari
Fri Dec 18, 2009 11:58 am
Forum: Feature Requests
Topic: Additional export options/keys
Replies: 7
Views: 4908

Re: Additional export options/keys

Okay, I removed the IF/END bits, so now it's just this: <img src="[key:coverImageURL]" id="cbcoverimg" alt="[key:title] Image Cover" height="[key:coverImageURLHeight]" width="[key:coverImageURLWidth]" /> But I still only get this as a result: <img sr...
by marumari
Fri Dec 18, 2009 11:32 am
Forum: Feature Requests
Topic: Additional export options/keys
Replies: 7
Views: 4908

Re: Additional export options/keys

The credits thing seems to be working great, although the field where it displays the description will get off if it gets too long. Otherwise, looks good. The code I used for the height/width was this: <img src="[key:coverImageURL]" id="cbcoverimg" alt="[key:title] Image Cov...
by marumari
Thu Dec 17, 2009 11:03 am
Forum: PediaTalk
Topic: FancyIndex: Seeking template feedback
Replies: 104
Views: 160832

Re: Seeking template feedback

I will be, yep. :) DVDpedia is up next, I think.
by marumari
Wed Dec 16, 2009 7:49 pm
Forum: Support
Topic: Templates: Release date
Replies: 4
Views: 2769

Re: Templates: Release date

I don't think it is, unfortunately. All you can do is [key:whatever] - you can't set options about how the key is formatted. That said, you could probably accomplish it with some quick Javascript.
by marumari
Wed Dec 16, 2009 5:44 pm
Forum: Support
Topic: Templates: Release date
Replies: 4
Views: 2769

Re: Templates: Release date

Are you thinking of Release versus Theatrical? Or are you wanting the just the year of Release in one area and year+month in another area?

If the latter is what you want, I don't think it lets you override the output format for a key.
by marumari
Wed Dec 16, 2009 4:39 pm
Forum: PediaTalk
Topic: FancyIndex: Seeking template feedback
Replies: 104
Views: 160832

Re: Seeking template feedback

That looks great! Thanks for the shout-out. :) Was the zip file I put up formatted the right way? Or should it have a different top-level directory? If I could access that file you put up over http, I'd be happy to format it in the same way to save you guys time. Along those lines, how should I get ...
by marumari
Wed Dec 16, 2009 1:34 pm
Forum: Feature Requests
Topic: Import Collection...
Replies: 1
Views: 2359

Import Collection...

It would be nice if it could Import Collection from the same zip file that it Export Collection (backup) creates. Right now, if you Import the folder (after unzipping) - at least in DVDPedia - it'll say that it's importing the covers and templates, but nothing else. The only way I can get it to trul...
by marumari
Tue Dec 15, 2009 10:55 pm
Forum: PediaTalk
Topic: FancyIndex: Seeking template feedback
Replies: 104
Views: 160832

Re: Seeking template feedback

Found one last bug. Should be fixed now.
by marumari
Tue Dec 15, 2009 6:42 pm
Forum: PediaTalk
Topic: FancyIndex: Seeking template feedback
Replies: 104
Views: 160832

Re: Seeking template feedback

Okie dokie, here is what I think is the final version for Gamepedia. It's a bit more compact now, so you can see even more listings per page. http://www.twoevils.org/files/FancyIndex-Gamepedia.zip I don't know exactly what format it should be (the zip file has Templates as the top level folder - not...
by marumari
Tue Dec 15, 2009 3:48 pm
Forum: Support
Topic: Templates: image-compression setting
Replies: 1
Views: 1691

Templates: image-compression setting

Would it be possible for me to get the values of:

Code: Select all

<meta name="image-compression" content="[float]" />
That correspond to Fair / Good / Best, in the export pulldown? Thanks!
by marumari
Tue Dec 15, 2009 1:09 pm
Forum: Bug Reports
Topic: Gamepedia: Date preference change requires restart
Replies: 2
Views: 3360

Gamepedia: Date preference change requires restart

Pretty minor "bug" - if you can call it that - but if you change your preferred date format in the Preferences, it doesn't update until you restart Gamepedia. Not a biggie, but it might be nice if it either updated the fields, or just had some sort of notification saying that it required a...
by marumari
Tue Dec 15, 2009 11:44 am
Forum: Feature Requests
Topic: Additional export options/keys
Replies: 7
Views: 4908

Re: Additional export options/keys

Ooo, ooo, I think I'd also like to see something like this: <meta name="templateDescription" content="[string]" /> So that the template can describe how it's laid out or what its features are. I think this would be useful, in addition to the big blob of fields that you get upon e...
by marumari
Mon Dec 14, 2009 7:37 pm
Forum: PediaTalk
Topic: FancyIndex: Seeking template feedback
Replies: 104
Views: 160832

Re: Seeking template feedback

* Fixed a bunch of IE issues. There's still a few left (like when you search, then sort) that are edge-casey enough that I'll probably not fix * Added some extra fields to the details page * Added links for Additional Images, Find on Google, and Buy on Amazon to the details pages Aside from some cod...
by marumari
Mon Dec 14, 2009 2:04 pm
Forum: PediaTalk
Topic: FancyIndex: Seeking template feedback
Replies: 104
Views: 160832

Re: Seeking template feedback

Okay, newly updated again. http://www.twoevils.org/html/mygames/ Have now: * Added additional columns (developer, my rating) * Forces lines to stay 1em high <-- this is really difficult with tables * On a related note to that, you can force columns to be class "lbr" (let's be reasonable), ...