It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
adaliabooks: Actually draggable doesn't seem as complicated as I thought, it's implemented in HTML5, so it may not be entirely out of the picture.

I just need to think of the best way to arrange and organise the list and update it when things are moved.

But I'd probably implement a dialog or pop up box as well.

I'm working on it.
Cheers, looking forward to it.
high rated
Replying to a user here, I got to wonder - is sorting reviews by ascending/descending order planned?
high rated
avatar
HypersomniacLive: Replying to a user here, I got to wonder - is sorting reviews by ascending/descending order planned?
Could be...
It would just be another box for the option and then reversing the order (which I believe is fairly trivial) so should be doable.

Of course.. if I look at the review filter section I may have to complete rewrite, knowing what I now know of angular and how the website works... XD
avatar
HypersomniacLive: Replying to a user here, I got to wonder - is sorting reviews by ascending/descending order planned?
What I do is choose Display All + the desired order + "Go". Then Ctrl-End to the bottom.
high rated
avatar
adaliabooks: Could be...
It would just be another box for the option and then reversing the order (which I believe is fairly trivial) so should be doable.

Of course.. if I look at the review filter section I may have to complete rewrite, knowing what I now know of angular and how the website works... XD
Haha, it's no big deal, with the option to display all reviews in one page, one can check them in reverse order just by scrolling to the bottom.
high rated
Browser: SeaMonkey version 2.39
Adalia Fundamentals version 1.2.6

-Remix
-Pagination to top of shelf

-Default number of games set to 100. Page navigation is visible.
Style name is clickable on top and bottom of account page.

-Default number set to any number from 200 to All. Page navigation is not visible.
Style name is clickable on bottom of account page.
Style name is not clickable on top of page at the expected location. Possibly the width of a pixel is clickable above the style name.

Not a big deal, just interesting behavior.
high rated
avatar
solar_dome: Browser: SeaMonkey version 2.39
Adalia Fundamentals version 1.2.6

-Remix
-Pagination to top of shelf

-Default number of games set to 100. Page navigation is visible.
Style name is clickable on top and bottom of account page.

-Default number set to any number from 200 to All. Page navigation is not visible.
Style name is clickable on bottom of account page.
Style name is not clickable on top of page at the expected location. Possibly the width of a pixel is clickable above the style name.

Not a big deal, just interesting behavior.
Hmmm.

Yeah, sometimes the div's overlap and the top pagination is not always clickable. I've tried (with help from plagren's styles) to make sure it doesn't happen, but some configurations seem to slip through the cracks and all the correct styles don't get added or removed for some reason.

Will look into it, thanks :)
high rated
avatar
solar_dome:
avatar
adaliabooks: Hmmm.

Yeah, sometimes the div's overlap and the top pagination is not always clickable. I've tried (with help from plagren's styles) to make sure it doesn't happen, but some configurations seem to slip through the cracks and all the correct styles don't get added or removed for some reason.

Will look into it, thanks :)
The narrow clickable style is also on Gog default.

Hmm. 'Bio Menace" cover is visible on all except Legacy.
Post edited December 22, 2015 by solar_dome
high rated
avatar
solar_dome: The narrow clickable style is also on Gog default.

Hmm. 'Bio Menace" cover is visible on all except Legacy.
I'll look into it, it'll just need paddings and margins tweaked somewhere.

Yeah the auto reporting is still not quite working, I need to play around with the server side scripts to get the url fetching working right and all the legacy covers should start coming in properly.
Weirdly enough, the "GOG Downloader Links" show up in Firefox, but not in Palemoon.
avatar
geminidomino: Weirdly enough, the "GOG Downloader Links" show up in Firefox, but not in Palemoon.
Are there any errors?
And are the links changing despite the button not showing?
Post edited December 22, 2015 by adaliabooks
high rated
No, the links still open the browser download.

No javascript errors in the console, a pile of CSS errors though. I trimmed the ones that show up in Firefox, too, and the rest are here: http://pastebin.com/x399i0DG
high rated
avatar
geminidomino: No, the links still open the browser download.

No javascript errors in the console, a pile of CSS errors though. I trimmed the ones that show up in Firefox, too, and the rest are here: http://pastebin.com/x399i0DG
Thanks :)

Hmmm, none of those seem to be anything to do with the script...

Do all the other features work?
If you put the debug on (change false to true on line 27) and try again and let me know what the console output is I can have a look and see what is and isn't working.
high rated
The forum search works.

Changing the Library theme doesn't work.

Review sorting and "read more" options don't.

The debug output seems pretty short, so I'll just put it here.

[11:12:21.060] "Settings Initilised"
[11:12:21.062] "AF-style setting changed"
[11:12:21.065] "navbar-fundamentals-position setting changed"
[11:12:21.065] "Features Loaded"
[11:12:21.066] "/account"
[11:12:21.066] "Account"
high rated
avatar
geminidomino: The forum search works.

Changing the Library theme doesn't work.

Review sorting and "read more" options don't.

The debug output seems pretty short, so I'll just put it here.

[11:12:21.060] "Settings Initilised"
[11:12:21.062] "AF-style setting changed"
[11:12:21.065] "navbar-fundamentals-position setting changed"
[11:12:21.065] "Features Loaded"
[11:12:21.066] "/account"
[11:12:21.066] "Account"
Hmm. I would say the issue is with the AJAX call to retrieve the legacy urls... but that wouldn't explain why the reviews stuff isn't working...

Can you paste the output from a game page as well so I can see if there's any clue there why things aren't working?

The fact the forum search and the menu itself work suggest it may be an angular issue... but if there are no errors I'm not sure what exactly. Do you have any other scripts active in Palemoon? Or anything else that might interfere with the workings of the script?