Recommended Videos

Collapse

A new feature?

Collapse
X
Collapse
 
  • Time
  • Show
Clear All
new posts
  • #1
    AI_Franchise03
    MVP
    • Dec 2002
    • 2168

    A new feature?


    Will it be possible to to get some form of a statistics feature? Maybe in VBcode? Anyways, since this site is a majority a sport website, something like this will be very useful. What the feature can do is perhaps align the numbers with their categories?
    Anyway to make this neat little addition?
    " I look at him and it's getting to the point where it's just scaring me. He looks younger but he doesn't carry himself in a younger manner. He's impressive, and I'm glad we drafted him. "
    - Lavar Arrington on his new Redskins teammate Sean Taylor.

    The World Is At Your Feet.
  • #2
    imported_Administrator
    All Star
    • Jul 2002
    • 7137

    Re: A new feature?


    Re: A new feature?

    </font><blockquote><font class="small">Quote:</font><hr />
    AI_Franchise03 said:
    Will it be possible to to get some form of a statistics feature? Maybe in VBcode? Anyways, since this site is a majority a sport website, something like this will be very useful. What the feature can do is perhaps align the numbers with their categories?
    Anyway to make this neat little addition?

    <hr /></blockquote><font class="post">

    It is late in the work day and I am probably not reading it right. Can you explain further? What type of statistics are you refering to&gt;

    Comment

    • #3
      imported_Administrator
      All Star
      • Jul 2002
      • 7137

      Re: A new feature?


      Re: A new feature?

      </font><blockquote><font class="small">Quote:</font><hr />
      AI_Franchise03 said:
      Will it be possible to to get some form of a statistics feature? Maybe in VBcode? Anyways, since this site is a majority a sport website, something like this will be very useful. What the feature can do is perhaps align the numbers with their categories?
      Anyway to make this neat little addition?

      <hr /></blockquote><font class="post">

      It is late in the work day and I am probably not reading it right. Can you explain further? What type of statistics are you refering to&gt;

      Comment

      • #4
        imported_Administrator
        All Star
        • Jul 2002
        • 7137

        Re: A new feature?


        Re: A new feature?

        </font><blockquote><font class="small">Quote:</font><hr />
        AI_Franchise03 said:
        Will it be possible to to get some form of a statistics feature? Maybe in VBcode? Anyways, since this site is a majority a sport website, something like this will be very useful. What the feature can do is perhaps align the numbers with their categories?
        Anyway to make this neat little addition?

        <hr /></blockquote><font class="post">

        It is late in the work day and I am probably not reading it right. Can you explain further? What type of statistics are you refering to&gt;

        Comment

        • #5
          xxzone
          Captain Sarcastic
          • Aug 2002
          • 497

          Re: A new feature?


          Re: A new feature?

          My guess is how many posts per day since registered.
          BETA-7 LIVES!!!

          Comment

          • #6
            xxzone
            Captain Sarcastic
            • Aug 2002
            • 497

            Re: A new feature?


            Re: A new feature?

            My guess is how many posts per day since registered.
            BETA-7 LIVES!!!

            Comment

            • #7
              xxzone
              Captain Sarcastic
              • Aug 2002
              • 497

              Re: A new feature?


              Re: A new feature?

              My guess is how many posts per day since registered.
              BETA-7 LIVES!!!

              Comment

              • #8
                AI_Franchise03
                MVP
                • Dec 2002
                • 2168

                Re: A new feature?


                Re: A new feature?

                This is an example of what I mean.

                E.g.

                [stats]

                Player X FG% Ban% Free throw %
                23 17 18
                Player X FG% Ban% Free throw %
                23 17 18

                [/stats]

                -You type the stat name(category), and under it the number(s) (statistics).
                -You space it either once or twice.(which ever is easier to program into C++ or whatever you guys use), from the player's name.

                The outcome..

                </font><blockquote><font class="small">Quote:</font><hr />

                Player X FG% Ban% Free thow%
                23% 100% 75%


                Player X FG% Ban% Free thow%
                100% 100% 0%


                <hr /></blockquote><font class="post">

                And here is the outcome with the "stats" tag.(all horizontly)
                It basically aligns the numbers with it stats with enough space(specific number of spaces) in between each stat and each category to be able to read it easily. The feature automatically spaces each category and the numbers from itself X number spaces, while you manually only space twice. The font of the stats category is bold, and the player's name is italic. can be also smaller and bold. Now the number places itself right in the middle of the category it's under. Again, with a specific number of spaces.

                What happened in my outcome isn't really the oucome because you guys don't have the software, but I hope you understand what the hell it is that I'm trying to explain here.
                It's basically like a graph/spreadsheet without the lines.
                It's a specific type of a format.
                If I understood and knew how to program, I would love to do it for you guys. That's not the story though.

                Finally, this was something I ran across on a different forum, which I can't find a link to.

                Something like this I guess.

                http://sports.espn.go.com/nba/statis...p;seasontype=5
                " I look at him and it's getting to the point where it's just scaring me. He looks younger but he doesn't carry himself in a younger manner. He's impressive, and I'm glad we drafted him. "
                - Lavar Arrington on his new Redskins teammate Sean Taylor.

                The World Is At Your Feet.

                Comment

                • #9
                  AI_Franchise03
                  MVP
                  • Dec 2002
                  • 2168

                  Re: A new feature?


                  Re: A new feature?

                  This is an example of what I mean.

                  E.g.

                  [stats]

                  Player X FG% Ban% Free throw %
                  23 17 18
                  Player X FG% Ban% Free throw %
                  23 17 18

                  [/stats]

                  -You type the stat name(category), and under it the number(s) (statistics).
                  -You space it either once or twice.(which ever is easier to program into C++ or whatever you guys use), from the player's name.

                  The outcome..

                  </font><blockquote><font class="small">Quote:</font><hr />

                  Player X FG% Ban% Free thow%
                  23% 100% 75%


                  Player X FG% Ban% Free thow%
                  100% 100% 0%


                  <hr /></blockquote><font class="post">

                  And here is the outcome with the "stats" tag.(all horizontly)
                  It basically aligns the numbers with it stats with enough space(specific number of spaces) in between each stat and each category to be able to read it easily. The feature automatically spaces each category and the numbers from itself X number spaces, while you manually only space twice. The font of the stats category is bold, and the player's name is italic. can be also smaller and bold. Now the number places itself right in the middle of the category it's under. Again, with a specific number of spaces.

                  What happened in my outcome isn't really the oucome because you guys don't have the software, but I hope you understand what the hell it is that I'm trying to explain here.
                  It's basically like a graph/spreadsheet without the lines.
                  It's a specific type of a format.
                  If I understood and knew how to program, I would love to do it for you guys. That's not the story though.

                  Finally, this was something I ran across on a different forum, which I can't find a link to.

                  Something like this I guess.

                  http://sports.espn.go.com/nba/statis...p;seasontype=5
                  " I look at him and it's getting to the point where it's just scaring me. He looks younger but he doesn't carry himself in a younger manner. He's impressive, and I'm glad we drafted him. "
                  - Lavar Arrington on his new Redskins teammate Sean Taylor.

                  The World Is At Your Feet.

                  Comment

                  • #10
                    AI_Franchise03
                    MVP
                    • Dec 2002
                    • 2168

                    Re: A new feature?


                    Re: A new feature?

                    This is an example of what I mean.

                    E.g.

                    [stats]

                    Player X FG% Ban% Free throw %
                    23 17 18
                    Player X FG% Ban% Free throw %
                    23 17 18

                    [/stats]

                    -You type the stat name(category), and under it the number(s) (statistics).
                    -You space it either once or twice.(which ever is easier to program into C++ or whatever you guys use), from the player's name.

                    The outcome..

                    </font><blockquote><font class="small">Quote:</font><hr />

                    Player X FG% Ban% Free thow%
                    23% 100% 75%


                    Player X FG% Ban% Free thow%
                    100% 100% 0%


                    <hr /></blockquote><font class="post">

                    And here is the outcome with the "stats" tag.(all horizontly)
                    It basically aligns the numbers with it stats with enough space(specific number of spaces) in between each stat and each category to be able to read it easily. The feature automatically spaces each category and the numbers from itself X number spaces, while you manually only space twice. The font of the stats category is bold, and the player's name is italic. can be also smaller and bold. Now the number places itself right in the middle of the category it's under. Again, with a specific number of spaces.

                    What happened in my outcome isn't really the oucome because you guys don't have the software, but I hope you understand what the hell it is that I'm trying to explain here.
                    It's basically like a graph/spreadsheet without the lines.
                    It's a specific type of a format.
                    If I understood and knew how to program, I would love to do it for you guys. That's not the story though.

                    Finally, this was something I ran across on a different forum, which I can't find a link to.

                    Something like this I guess.

                    http://sports.espn.go.com/nba/statis...p;seasontype=5
                    " I look at him and it's getting to the point where it's just scaring me. He looks younger but he doesn't carry himself in a younger manner. He's impressive, and I'm glad we drafted him. "
                    - Lavar Arrington on his new Redskins teammate Sean Taylor.

                    The World Is At Your Feet.

                    Comment

                    • #11
                      Jabisco
                      MVP
                      • Aug 2002
                      • 1358

                      Re: A new feature?


                      Re: A new feature?

                      I don't think it would be used much. Even when someone post stats, it's only a couple of line at the most. Not anything that would require new coding or anything IMO
                      Today I realized something. I'm a clown. A class clown... and it sickens me. - Bart Simpson (The Simpsons)

                      Comment

                      • #12
                        Jabisco
                        MVP
                        • Aug 2002
                        • 1358

                        Re: A new feature?


                        Re: A new feature?

                        I don't think it would be used much. Even when someone post stats, it's only a couple of line at the most. Not anything that would require new coding or anything IMO
                        Today I realized something. I'm a clown. A class clown... and it sickens me. - Bart Simpson (The Simpsons)

                        Comment

                        • #13
                          Jabisco
                          MVP
                          • Aug 2002
                          • 1358

                          Re: A new feature?


                          Re: A new feature?

                          I don't think it would be used much. Even when someone post stats, it's only a couple of line at the most. Not anything that would require new coding or anything IMO
                          Today I realized something. I'm a clown. A class clown... and it sickens me. - Bart Simpson (The Simpsons)

                          Comment

                          • #14
                            TheLetterZ
                            All Star
                            • Jul 2002
                            • 6752

                            Re: A new feature?


                            Re: A new feature?

                            Nice idea. Don't know how much it would've been used, but I'd have used it for my 1000th post.

                            Comment

                            • #15
                              TheLetterZ
                              All Star
                              • Jul 2002
                              • 6752

                              Re: A new feature?


                              Re: A new feature?

                              Nice idea. Don't know how much it would've been used, but I'd have used it for my 1000th post.

                              Comment

                              Working...