pseudonymous / better-better-booru

Various tweaks to make Danbooru better.
106 stars 41 forks source link

loli and shota images still not visible in the favorites #4

Closed andy6915 closed 11 years ago

andy6915 commented 11 years ago

I favorited a number of images that were loli or shota because I knew better better booru would let me be able to find them in my favorites. While the main issue has been fixed, it seems that they're still not visible in your favorites.

Images of those 2 tags don't appear in the pools either.

If these issues are already known about and is still being fixed, sorry for the useless post.

And I didn't even think to check the obvious. Still not getting thumbnails either, I just get an "undefined" message.

ghost commented 11 years ago

If you're talking about the favorites page, I've never been made aware of an API for it, so I can't alter it in the way you're asking. Using the "fav:yourusernamehere" metatag in the regular search is your best (and only?) bet.

As for pools, I have a method in mind for handling them, but I am slightly on hold (Issue #3).

As for this undefined problem, I'm really not quite sure what problem you're having there. At this moment in time, I'm running this script with no problems in Chrome and FireFox. Some questions...

Am I correct to assume you can get thumbnails when this script is off? What browser and version are you using? Is your script extension (Greasemonkey, etc.) up to date? Have you installed other Danbooru scripts that might be running at the same time? Do you have extensions installed that might be a problem (NoScript)?

andy6915 commented 11 years ago

No, I tied the "fav:yourusernamehere" thing I always do. Result: undefined. Loli on main pages: undefined. searching loli in the pools: undefined. I'm not the only one with this problem-

http://userscripts.org/topics/123403

Yes I have noscript, but allowing all scripts globally does nothing that fixes anything.

script off, loli search: page with no thumbnails

script on, loli search: doesn't even show a page number, just a blank screen showing undefined, tags on the left are the only thing visible

greasemoney is up to date

Firefox 4 (crappy computer, later versions of Firefox are too ram intensive for the old girl)

I have other booru scripts, but all but better better booru are turned off

andy6915 commented 11 years ago

Just tried searching non-loli tags with the script on. Result: I get the thumbnails, but loli thumbnails don't show, and I get the "undefined" text in place of the page numbers which means I can't go to other pages past the first

andy6915 commented 11 years ago

Strange this is, the page numbers appear for a split second before immediately turning into the undefined text.

Sorry for the constant posts, but I keep trying things out after I make previous comments to give a better idea of the problem.

ghost commented 11 years ago

Have you gone in and changed the script settings to allow loli (setting "show_loli" to "true")? It is set to off (false) by default. As for the undefined error, that should be fixed with version 2.4.

andy6915 commented 11 years ago

No I haven't, and I can't even tell where you mean to do that at. All the better_better_booru options show are user settings and script setting, one being empty and the other only letting me tell it what sites to include and exclude the script on.

andy6915 commented 11 years ago

Yeah, I can't even find where to do that in about:config greasemonkey things. And telling it "edit user script" just brings up a file menu for my own computer. So now I definitely don't know where the heck to do that.

andy6915 commented 11 years ago

Do you mean in Application Data\Mozilla\Firefox\Profiles\jvbq1atv.default\gm_scripts\config.xml

Because if so, I can't actually change that. It's just an unchangeable text document.

I have no clue what I'm doing.

andy6915 commented 11 years ago

Not to be rude, but why the hell isn't something that vital set to "true" to begin with? Why should the user have to manually somehow edit the script values just to use it? No other script I've ever downloaded has needed that much work to get it do to the main thing you downloaded the script in the first place for. Why can't that value be true by default?

ghost commented 11 years ago

Pools and the undefined error have been fixed. As for script settings, if I can do something, I will. I'm far from a JavaScript/Greasemonkey guru though.