Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Member Groups

    Off-Topic & Non-Support Discussion
    3
    7
    3.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      thekod
      last edited by

      So…I was curious what the delineation between member groups in the forum was...IE, when is someone a Jr. Member as opposed to a Sr. Member, etc.  So, I went through the member listing and figured it out, and thought I should share:

      • Newbie:        000-024 posts

      • Jr. Member    025-049 posts

      • Full Member    050-100 posts

      • Sr. Member    101-200 posts

      • Hero Member  >=201 posts

      Yes, I have way too much time on my hands.

      PS - I hate trying to make stuff line up vertically in HTML.

      1 Reply Last reply Reply Quote 0
      • jahonixJ
        jahonix
        last edited by

        ;-)))

        You could use a table for this.

        Since you say you have too much time to waste, maybe you come up with a solution why the context within a table is always set to 'white'.
        Not too funny to read on a light grey background…

        Example:

        | one | two | three |
        | four | five | six |

        <eot>Only way around seems to be setting each cell's colour individually.
        This forum uses  http://www.simplemachines.org/  forum software…</eot>

        1 Reply Last reply Reply Quote 0
        • T
          thekod
          last edited by

          I tried to use a table, but used straight html, didn't think about forum tagging…working on your issue...

          1 Reply Last reply Reply Quote 0
          • T
            thekod
            last edited by

            @jahonix:

            ;-)))

            You could use a table for this.

            Since you say you have too much time to waste, maybe you come up with a solution why the context within a table is always set to 'white'.
            Not too funny to read on a light grey background…

            Example:

            | one | two | three |
            | four | five | six |

            <eot>Only way around seems to be setting each cell's colour individually.
            This forum uses  http://www.simplemachines.org/  forum software…</eot>

            Sorry it took me so long, had some other stuff to do too.  Quick and dirty solution: remove "color: inherit;" from sources\Subs.php on line 1561.

            1 Reply Last reply Reply Quote 0
            • jahonixJ
              jahonix
              last edited by

              Thanks, passed it to cmb

              1 Reply Last reply Reply Quote 0
              • C
                cmb
                last edited by

                I don't want to edit anything that will get overwritten by upgrades. There has to be a CSS fix for this, if you can provide that I'll change it.

                1 Reply Last reply Reply Quote 0
                • T
                  thekod
                  last edited by

                  One of the customization you guys have made to the site seems to be causing this behaviour, because I just installed SMF and both slick graphite themes on my site, and I'm not seeing it.  However, in any case, I believe that if you add the following lines to the main theme css file, it will fix it.  It will also still allow people to set their own colors on table cells.  If this causes any problems, remove the "tr" before style, and that should [still] fix everything, but from a broader perspective.

                  .post table tr[style]{
                      color:#000000 !important;
                  }
                  
                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.