Welcome to Furry Network's Support & Feedback Forum!


You can vote for improvements you'd like to see, suggest your own, and report bugs here. With your help, we'll make Furry Network even better!

0
Declined

Overall Site Improvements

Martyn 9 years ago updated by Rykomi (Support Admin) 9 years ago 1




Collections
I believe that the best way to display the content shown in Collections would be to center it, that's just my own opinion though, as well as giving the user the option in their account settings to change to pagination for browsing (the arrow being that system.)

The biggest improvement that I feel could made to the way the Collection page functions is that the search area can by closed (with a line at the right to open it again), this could be done by hovering on it or by clicking a link. It's such a big search area that hiding it would allow users to focus more on the content displayed.





Dashboard (Area on Login)
So this area has to section to it, the top right drop-down and the left hand navigation.

I'm going to start with the left section. Overall I feel the order of the links in that section is the biggest issue, along with the headers used, so I've made my own idea of what I feel could be a better way to display the links. Logout should also be displayed there, as there is nothing wrong with having it in two places, it enables new users to logout easier without having to search for the link.

In relation to the right section, I would love it if the "about" and "logout" links were swapped around as it seems illogical to put them in their current order. The links in this section are different as well because (in my opinion) you are more likely to go to your dashboard in order to look at your favorites and what's new. Account Management would be the best name for the section these links are in.

Profile Pages & Submission Pages coming soon.

0
Declined

When Following Or Followed By 10 Accounts, Ditch That +1 Indicator

wag! 9 years ago updated by Digby (Community Manager) 8 years ago 1

If I'm following or followed by exactly 10 accounts, the profile page will display 9 of the accounts and a 10th icon-sized square with "+1" to indicate that there's one that it can't display, but tbh it should just show that 10th account instead. (Obviously an 11th follow will ideally change it back to the +x thing.)

0

artwork sorting

Benji Smaridge 9 years ago updated 9 years ago 0

https://beta.furrynetwork.com/benji_smaridge/artwork/collections/5943/

Here is a link to a folder of mine that features a comic.

as you can see the sorting of the comic is a bit off, with the sorting going as follows: 1,5,4,3,6,2, this is not at all what i would like to see, I uploaded them in order twice but they continue to order themselves in this way,

I would like to know if I can do anything that would allow me to fix the issue or if there is anything that can be done on the developer's end to fix it.

Also has anyone else encountered this,

I would like the comic to go: 1,2,3,4,5,6, but as it stands the continuity of the comic is broken.


I have noticed this with my drawing folder too where the images are shuffled dispite my efforts to sort them out. https://beta.furrynetwork.com/benji_smaridge/artwork/collections/5947/
09,01,15,05,11,17,08,21,06,18,19,03,13,07,14,16,04,12,20,02,10, is the current order

01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21, would be better.


My other four comics are all sorted correctly so I am inclined to believe that it is something on my end.

Thank you for your time

Benji_Smaridge

0
Answered

How to stop FurAffinity.net Import??

Bennyfox 9 years ago updated by Rykomi (Support Admin) 9 years ago 1

Does anyone know how to stop the FurAffinity.net Import? I start the import when my FA still on the Beta theme, and I change back to Classic theme, now just stuck in the importing forever, can anyfur help me please??? Thank you soooo much!!!!

0
Fixed

Main page loads grey in Safari 9.1.1

artfulreggie 9 years ago updated by Digby (Community Manager) 8 years ago 3

For the past week or so, whenever I attempt to load beta.furrnetwork.com into Safari 9.1.1 (my default browser on the current software update of macOS El Capitan), the page simply loads as a grey page without any remote content loaded.


I've disabled all of my plugins and relaunched Safari to no avail. I -really- don't want to have to clear my cache; is there any way out of this state?

0
Fixed

Using newer css in some browsers breaks submission previews.

Graith Ilesanmi 9 years ago updated by Digby (Community Manager) 8 years ago 1

https://imgur.com/KZlfzsl


Browser: Pale Moon 26.2.2


Seems only broken on the Artwork page and the What's new page. Works fine in other browsers. Maybe a more graceful fallback?

0

Every thumbnail in the feed is blank except the first.

Dom Foxley 9 years ago updated 9 years ago 1

I disabled NoScript and AdBlock, it's still doing the same thing. I want to say it started doing this about a week ago, maybe less.


This is Pale Moon 26.2.2 for Windows 64-bit.

0
Declined

A feature similar to FurAffinity Downloader plugin. Download and auto-sort of galleries by users.

VladSnakeDragon 9 years ago updated by Dari (Systems Admin) 8 years ago 1

Just a suggestion to one of my favorite plugins out there, and a simple quality of life improvement.

FA Downloader is a plugin that allows a user to click a "Download" button on top of a submission, which is then, based on a configured path/settings, allows the submission (text/picture/animation) to be downloaded and sorted into a folder for each user.

It pretty much creates a local archive that you can add to with every new submission, as well as allowing a full-gallery download with a click of a button.


0

API: OAuth token type is case sensitive on auth headers and doesn't match type returned from OAuth login

Keiko 9 years ago 0

The method:

/api/oauth/token

returns a token_type, typically of "bearer", however, any other API request that needs an authorization header expects tokens of this type to have the type "Bearer" (capital B), and using type of "bearer" results in a Not Authorized response