Here's the latest on the Forum upgrade... Report problems here

Collapse

Recommended Videos

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve_OS
    Editor-in-Chief
    • Jul 2002
    • 33701

    #16
    Originally posted by redsox907
    1st pic is the preview of the long update, 2nd is what posted to the forum

    Screenshot 2025-05-01 at 4.36.36 PM.png Screenshot 2025-05-01 at 4.36.48 PM.png
    Looks like you're using Chrome. Can you try in Safari, just for troubleshooting. We are looking into it.
    Steve Noah
    Editor-in-Chief
    http://www.operationsports.com
    Follow me on Twitter

    Comment

    • redsox907
      MVP
      • Aug 2024
      • 1955

      #17
      Screenshot 2025-05-01 at 5.19.47 PM.png Screenshot 2025-05-01 at 5.19.42 PM.png

      Same issue out of Safari

      Comment

      • BurghFan
        #BurghProud
        • Jul 2009
        • 10042

        #18
        Got this error message when I tried to add a custom avatar
        Attached Files
        Last edited by BurghFan; 05-02-2025, 09:57 AM.
        Steelers : IX, X, XIII, XIV, XL, XLIII
        Penguins : 1990/91, 1991/92, 2008/09, 20015/16, 2016/17
        Pirates : 1909, 1925, 1960, 1971, 1979
        Panthers (FB): 1915, 1916, 1918, 1929, 1931, 1934, 1936, 1937, 1976
        Panthers (MBB): 1927/28, 1929/30

        Comment

        • Steve_OS
          Editor-in-Chief
          • Jul 2002
          • 33701

          #19
          Originally posted by redsox907
          Looking into it.
          Steve Noah
          Editor-in-Chief
          http://www.operationsports.com
          Follow me on Twitter

          Comment

          • LowerWolf
            Hall Of Fame
            • Jun 2006
            • 12267

            #20
            I know it's expected to be a little slow right now, but it's taking several minutes to load a page for me. Is it expected to be that slow?

            Comment

            • ChaseB
              #BringBackFaceuary
              • Oct 2003
              • 9844

              #21
              Originally posted by LowerWolf
              I know it's expected to be a little slow right now, but it's taking several minutes to load a page for me. Is it expected to be that slow?
              Definitely not, also curious what browser you're using if only because forums are moving quite smoothly for me while testing it out in Edge -- it gets slow when I go to my DMs and such but just general browsing is smooth.
              Last edited by ChaseB; 05-01-2025, 11:32 PM.
              I won't ask for Christmas or birthday gifts if you subscribe to the Operation Sports Newsletter (Not Just Another Roster Update). I write it, and it hits your inbox every Friday morning (for freeeeeee). We also have an official OS Discord you can now join.

              Comment

              • bkrich83
                Has Been
                • Jul 2002
                • 71574

                #22
                I already sent a message to Steve on Twitter, but my Mod powers have returned. Not sure if that's a widespread issue or not.
                Tracking my NCAA Coach Career

                Comment

                • LowerWolf
                  Hall Of Fame
                  • Jun 2006
                  • 12267

                  #23
                  Originally posted by ChaseB

                  Definitely not, also curious what browser you're using if only because forums are moving quite smoothly for me while testing it out in Edge -- it gets slow when I go to my DMs and such but just general browsing is smooth.
                  Safari. It’s really slow on both my MacBook and iPad. Got a timeout error a minute ago.

                  Comment

                  • bcruise
                    Hall Of Fame
                    • Mar 2004
                    • 23274

                    #24
                    Originally posted by ChaseB

                    Definitely not, also curious what browser you're using if only because forums are moving quite smoothly for me while testing it out in Edge -- it gets slow when I go to my DMs and such but just general browsing is smooth.
                    It's extremely slow for me on edge, like over a minute to load any page with or without adblock. I wasn't going to bring it up because I know that's being worked on, but I'm pretty shocked to hear it's running well for anyone.

                    Edit: About the same on Chrome too.
                    Last edited by bcruise; 05-02-2025, 02:35 AM.

                    Comment

                    • Cubfan
                      World Series Champions!!
                      • Feb 2004
                      • 3929

                      #25
                      Originally posted by bkrich83
                      I already sent a message to Steve on Twitter, but my Mod powers have returned. Not sure if that's a widespread issue or not.
                      I can also see the backroom but can't access it. I haven't been a mod for a bit.
                      MLB: Chicago Cubs
                      NFL: San Diego Chargers
                      NHL: Chicago Blackhawks
                      NBA: Chicago Bulls
                      NCAA: Iowa Hawkeyes

                      Comment

                      • The Kid 24
                        It's Show Time!
                        • Jan 2007
                        • 14762

                        #26
                        Do we not have the User CP or w/e it was called? Meaning like seeing the list of threads we subscribed to but haven't read the latest post.

                        Or will we not have that feature anymore?
                        Milwaukee Brewers | Green Bay Packers | North Carolina Tar Heels | Wisconsin Badgers

                        Comment

                        • KnightTemplar
                          MVP
                          • Feb 2017
                          • 3282

                          #27
                          Jcar0725 couldn’t sign in . Sent him a ‘reset password’ link that doesn’t work.

                          Comment

                          • Tovarich
                            Hall Of Fame
                            • Jul 2008
                            • 10875

                            #28
                            Not a problem necessarily, just a question. If I post in an old thread that is currently missing posts since April 8th, will they all appear in order later? Or should I queue up my posts and wait to post them until after so everything remains in order?

                            Just kidding: Every time I click on a dynasty subforum, it says I'm not authorized to view this page. I can view every other section fine.
                            Last edited by Tovarich; 05-02-2025, 09:28 AM.

                            Comment

                            • JstnJ
                              Rookie
                              • Jun 2014
                              • 57

                              #29
                              Right now the post layout feels super tall with lots of dead space. See my screenshot of this very thread to see how much wasted space there is:
                              4Or6x6f.png


                              I put together a rough CSS tweak that tightens things up (smaller avatars, less padding, cleaner spacing). Could be a nice quality-of-life improvement. You will definitely have to tweak some of the values, but its a start:

                              Code:
                              /* Reduce overall spacing between posts */
                              .postbit {
                                margin-bottom: 10px !important;
                                padding: 8px 12px !important;
                                border-radius: 4px;
                              }
                              
                              /* Compact avatar and user info container */
                              .postbit-userinfo {
                                max-height: 60px;
                                overflow: hidden;
                                display: flex;
                                align-items: center;
                                gap: 8px;
                              }
                              
                              .postbit-avatar img {
                                width: 40px !important;
                                height: 40px !important;
                                border-radius: 4px;
                              }
                              
                              /* Tighten up username and title block */
                              .username_container, .postbit-usergroup, .usertitle {
                                line-height: 1.2 !important;
                                margin: 0 !important;
                                font-size: 13px !important;
                              }
                              
                              /* Reduce padding in header and body */
                              .posthead, .postbody, .postcontent {
                                padding: 4px 8px !important;
                              }
                              
                              /* Shrink post font slightly for more density */
                              .postcontent, .postmessage {
                                font-size: 14px !important;
                                line-height: 1.4 !important;
                              }
                              
                              /* Shrink and dim the signature */
                              .signature {
                                margin-top: 6px !important;
                                font-size: 11px !important;
                                color: #888;
                              }
                              
                              /* Remove or hide post share buttons to reduce clutter */
                              .postbit-share-buttons,
                              .postbit .sharethis,
                              .postbit .post_controls .socialshare {
                                display: none !important;
                              }
                              
                              /* Reduce margin and padding on bottom action rows */
                              .post_controls, .postfoot {
                                padding-top: 4px !important;
                                margin-top: 4px !important;
                              }
                              
                              /* Optional: left-align avatars instead of top-aligned block */
                              .postbit {
                                display: flex;
                                align-items: flex-start;
                                gap: 12px;
                              }
                              
                              .postbit-userinfo {
                                flex-shrink: 0;
                              }
                              
                              .postcontent {
                                flex: 1;
                              }
                              To try it out, just drop the CSS into `css_additional.css` via the Style Manager in the AdminCP. Let me know if you have any questions on how to use it.
                              Attached Files
                              Last edited by JstnJ; 05-02-2025, 12:32 PM.

                              Comment

                              • Scott
                                Your Go-to TV Expert
                                • Jul 2002
                                • 20030

                                #30
                                Originally posted by bcruise
                                Aside from the speed, the biggest issue I'm having right now is that I can't get my avatar back (Cubs logo). I found where to set up an avatar, but there's an error as soon as I choose the image from my PC (it's a 150 x 105 jpg, so that shouldn't be an issue)

                                Error is
                                • An unexpected error was returned: 'fwrite(): Argument #1 ($stream) must be of type resource, bool given'
                                Same issue I'm having.
                                PSN-Shugarooo
                                Steam-ScottM.816
                                Twitch.tv/Shugarooo
                                Want to follow my Franchises? Join my discord: https://discord.gg/nHbNCWmmGs

                                Comment

                                Working...