View all designs of a particular user
I'm trying to get to a page containing all designs of a particular user, but can't for the life of me find how this is done here. I expected there to be a link on the about page of a user, but I only see 3 of the most recent designs and makes there.
What am I missing?
Best Answer by JimB:
On the About page, right next to the About tab near the top are tabs for Prints, Makes, User print files, Collections, Events, Followers, Followings. Click on the Prints tab. That looks like it'll show all of them (found one that had 24).
RE: View all designs of a particular user
On the About page, right next to the About tab near the top are tabs for Prints, Makes, User print files, Collections, Events, Followers, Followings. Click on the Prints tab. That looks like it'll show all of them (found one that had 24).
RE: View all designs of a particular user
On the About page, right next to the About tab near the top are tabs for Prints, Makes, User print files, Collections, Events, Followers, Followings. Click on the Prints tab. That looks like it'll show all of them (found one that had 24).
I don't see any of those tabs, what am I missing?
An example: this is what I see for https://www.prusaprinters.org/social/120938-r3design/about
RE: View all designs of a particular user
Poked around some more and "figured it out".
The page doesn't work correctly in firefox. :'(
Using Edge, I can see those tabs just above "Recent prints & makes"
So that led me to find the issue. On firefox that "social-nav" element is set to
{ display: none !important;}
This causes them to not show up. If you go into dev tools "F12" and find that element you can change the css and it shows back up.... but would be nice to not have to do that.
RE: View all designs of a particular user
Weird. That shows up for me in firefox without overriding any css (display property for social-nav is 'flex'). I wonder if it is because of some sort of ad blocker like extension you may be using. You could try disabling them temporarily to see if that makes a difference.
RE:
Poked around some more and "figured it out".
The page doesn't work correctly in firefox. :'(
Using Edge, I can see those tabs just above "Recent prints & makes"
So that led me to find the issue. On firefox tellpizzahut that "social-nav" element is set to
{ display: none !important;}
This causes them to not show up. If you go into dev tools "F12" and find that element you can change the css and it shows back up.... but would be nice to not have to do that.
Nice collection ….Keep posting such things.
RE: View all designs of a particular user
On the About page, right next to the About tab near the top are tabs for Prints, Makes, User print files, Collections, Events, Followers, Followings. Click on the Prints tab. That looks like it'll show all of them (found one that had 24).
Seems so obvious now, don't know how I could have missed that 😉
Thanks for educating me