Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/minitokyo/www/includes/common.inc.php on line 360 Zerochan Bugs & Feature Requests - Minitokyo

Zerochan Bugs & Feature Requests

page 1 of 1 3 total items

The pastebin is getting very messy, so I'm moving this here


- when uploads fail and are then deleted, they cannot be reuploaded
--- list of IDs would help :) -Sheqel
-------104665 , deleted because the thumbnail didn't generate properly. Attempted re-upload gives the error message "This file was marked as previously deleted and hence cannot be uploaded again."

- These tags take the user straight to the main page: 'ibuki suika' (you fixed suika ibuki, but not this one)

- These tags are listed on the Tags page, but only show "no results": '0_j Shoutbox', '=^ _ ^=~ Colorization Up!~ D.n.angel'

- if Otaku are supposed to have tag rename and merge privileges, they're broken (you get an empty box when you click on the options). If they're not supposed to have them, they ought to be removed from the admin panel when you're logged in as an Otaku. [I think Oktaku can handle not clicking there; very minor UI issue]

- Browsing with 'Large or better' or 'Only very large' does not have a 'next page' link

- The "next" button on the "view all child tags" doesn't work. This is only an issue with series that have more than 48 characters, like Touhou, Sailor Moon, Yes! Pretty Cure 5, Bleach, One Piece

- Some user's favorites don't count and/or count as more than one favorite
---- http://www.zerochan.net/fav/adam93250 -when adam adds an image to his favorites, it shows up in the image uploader's notes and in adam's fav image list, but if adam is the only person that has marked that image as a favorite it does not show up on the image itself.
---- http://www.zerochan.net/fav/xenocanaan -xenocanaan's favorites sometimes count as two favorites for an image.
---- Another example of the same issue: http://www.zerochan.net/Shugo+Chara!/60993 - currently it has five names in favorites list and it says there are 4 favorites

- http://www.zerochan.net/Long+Hair is an example of too many aliases = ugly mess

- Meta tags image count is based on the number of images with that tag, not the number of images in child tags, which messes up the Popular Meta Tags list

- 'Mass tag' box doesn't have autocomplete

[delete tag] '57052'
[fix thumbnails] http://www.zerochan.net/Dear/104887 another one with a good image and bad preview and thumbnail
[fix thumbnails] http://www.zerochan.net/Ouran+High+School+Host+Club/105488
[fix thumbnails] http://www.zerochan.net/Ouran+High+School+Host+Club/105424
[fix thumbnails] http://www.zerochan.net/Ouran+High+School+Host+Club/105375
[fix thumbnails] http://www.zerochan.net/Ouran+High+School+Host+Club/105322
[fix thumbnails] http://www.zerochan.net/Ouran+High+School+Host+Club/105317
[fix thumbnails] http://www.zerochan.net/K-on!/103391


BUGS WITH SUGGESTED FIXES PROVIDED (i.e. html/css patches)
==================================

- The autocomplete popup does not appear in the "Edit Parents" box. It does *work* however, if you happen to guess what's selected and hit Enter at the right time. Hitting Enter at the wrong time gives you an error instead of autocompleting your tag. It's like driving blind. :) -- just tested this with Firebug... the dialog overlay sets a z-index of 100, the ac_results object gets created outside the <div> that defines the overlay, meaning it doesn't inherit this z-index. So the ac_results object is getting drawn on the main page, *behind* the dialog overlay. Possible fix is to override the z-index on the ac_results object to put it in front of the dialog overlay, or alter where it gets inserted into the DOM to make sure it's inside the overlay <div>. Adding "z-index: 110;" to the ".ac_results ul" block in lite.css seems to fix it. ~~pcj

FEATURE REQUESTS
================
- add time stamp to shoutbox

- Pics with 'ecchi' tags should not be chosen for child tag thumbnails (character lists) unless there's no other choice (for some series, the series itself is ecchi so it doesn't matter... but for others, only fanart is ecchi, and in that case it's inappropriate)
--- Clarification please? -Sheqel
-------When looking at a series with tagged characters, the thumbnails for the character tags are sometimes borderline hentai.

- Autoclassify any newly-created tag matching regexp 'pixiv id (\d+)' as Mangaka, and set its description to 'http://www.pixiv.net/member.php?id=$1' (where $1 is the () match from the tag name), since it seems to be a common way to cite the source for stuff that came from pixiv, and it'll save time from fixing them all the same way.

- If you delete a tag with no description and no aliases off an image and there are no images left with that tag, the tag should be deleted (I bet 99% of the time this happens, the tag was created by a typo, and immediately removed again).

- When tags with parentheses are created, autocapitalize the first letter within the parentheses. For example: Vanilla (Neko Paradise) instead of Vanilla (neko Paradise)

- provide a way to indicate on the image which character a tag belongs to, similar to what Facebook does. You could mark people off on the image as you tag them and know who wasn't tagged yet in large groups, and also know which tags went with which people. The thumbnailing system could also use it to center the thumbnail on the right person for character thumbnails if the only available pics of that character were group shots. UI might be fun to come up with (but I'd be kinda surprised if there's not functions for it in JQuery already), data storage could just be X and Y coordinates (and maybe box size?) as extra columns on the tag<->image map table.
--- moe.imouto has this, but it doesn't seem to be used very often. ~Alegria

- Random image page

- New tag classification: "Character Group" or "Character Affiliation" or something like that, for grouping characters within a series together. Leaving tags used for such a purpose as a theme doesn't work because the character child tags aren't visible. Setting it as 'Character' works but looks silly, and the child characters are labeled as "Transformations" now ^_^

- Change 'OVA' classification to 'OVA or Movie' ~Alegria
- Change 'Manga' to classification tag like 'Series', 'Visual Novel' etc. for series, which only exist as manga ~Subaru
- New tag 'OVA, Visual Novel'

- Possibility to set the thumbnails for the character galleries instead of automatic choice (for mods or mods/otakus). Therefore we can make a suitable and good-looking overview (for example the character list under 'Higurashi no Naku Koro ni' -> http://img25.imageshack.us/img25/6687/charactergallery.jpg, the thumbnails of the four girls fit together with this black dress,; except for Satoko and Shion, but there are black dress themed pics too) :D ~Subaru

- List the total number of uploaded images on a user's page.

- Add a link to http://zerochan.pastebin.com to the FAQ
--- & instructions how to use it

- News/Update page @zerochan for informing users about changes, new features etc. ~Subaru

- http://www.zerochan.net/tags -> tag cloud/tag tree system would be great for a better overview;
----See pastebin for example
..... Take a look @ 'http://vndb.org/g' for a similar system, so that you know what I mean ~Subaru

Sheqel

Administrator

Sheqel

I'm afraid bringing it to Mt won't make it any less messy. I'll work on a simple forum for it.

Quote by SheqelI'm afraid bringing it to Mt won't make it any less messy. I'll work on a simple forum for it.


That would be great :)

BUGS

ERROR MESSAGE when mass tagging, maybe because I just had one image selected:
Duplicate entry '1567-78596' for key 'PRIMARY'
INSERT INTO tagrel(tag, img) (SELECT 1567, r.img FROM tagrel AS r LEFT JOIN tagrel AS r2 ON r.img = r2.img AND r2.tag = 1567 WHERE r.img IN (78596) AND r2.img IS NULL GROUP BY r.img)

ERROR MESSAGE when viewing http://www.zerochan.net/Love+Prize+In+Viewfinder
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id = 9516' at line 1
UPDATE tags SET thumb = WHERE id = 9516

Mass tag option doesn't appear when multiple tags are used, so I can't mass tag child tags that don't have the parent tag


FEATURE REQUESTS

Add multiple parent tags to a child tag all at once instead of one by one

BROKEN TAG: 'Chibis' takes the user straight to the main page

page 1 of 1 3 total items

Back to Minitokyo Discussions | Active Threads | Forum Index

Only members can post replies, please register.

Warning: Undefined array key "cookienotice" in /var/www/minitokyo/www/html2/footer.html on line 73
This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. Read more.