Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 63

Thread: Getting in Style!

  1. #41

    Re: Getting in Style!

    Quote Originally Posted by JerWA View Post
    I agree the default is too bright, too much pure white lol. Could be tweaked just a little to fix that.

    I guess I'm alone in thinking the carbon theme is horrible.
    Quote Originally Posted by DrPop View Post
    And I guess I'm the only one who likes white background and black text. Just seems so much easier to read (to me).

    If I could ever lean how to do stuff like this, I think it'd be fun to do a USA red, white, and blue theme.
    If you guys find a full CMS theme you like that supports 4.0.6+ version of vBulletin I would be happy to install it having choice is a good thing. There is always a risk during the upgrade that they won't look quite right (like the current carbon) and we need to wait for an update from the creator. Also there are supposed to be big changes coming in the 4.1 version that make custom themes easier.

  2. #42
    Platinum Member
    Crazybob's Avatar
    Join Date
    October 25th, 2010
    Location
    Preparing for the flakes!
    Posts
    2,529

    Re: Getting in Style!

    I see that spaces are not supported yet when posting.

    Joined Original Message Board: Fri Jan 27, 2006 1:47 pm, Currently with 11298 Posts

    If it ain't crunch'n, unplug it!

  3. #43

    Re: Getting in Style!

    Quote Originally Posted by Crazybob View Post
    I see that spaces are not supported yet when posting.
    What do you mean?

  4. #44
    Platinum Member
    Crazybob's Avatar
    Join Date
    October 25th, 2010
    Location
    Preparing for the flakes!
    Posts
    2,529

    Re: Getting in Style!

    When I post the new members, I like to move any previous team affiliation out to the right almost in a column. (wish I could do a column) When I try to do that here, it doesn't recognize the spaces. The old board was that way untill a MOD was put in.

    Joined Original Message Board: Fri Jan 27, 2006 1:47 pm, Currently with 11298 Posts

    If it ain't crunch'n, unplug it!

  5. #45

    Re: Getting in Style!

    Quote Originally Posted by Crazybob View Post
    When I post the new members, I like to move any previous team affiliation out to the right almost in a column. (wish I could do a column) When I try to do that here, it doesn't recognize the spaces. The old board was that way untill a MOD was put in.
    I am still looking around, but so far I am not having much luck trying to fix this..... hmm.


  6. #46

    Re: Getting in Style!

    Ok what I have found so far is not helpful... check this info out:

    Actually it is your browser that is stripping the spaces...

    The HTML specification specifies that the user-agent is supposed to ignore whitespace. Because of this, a browser will only produce one space or carriage return even if there are multiple of each together. In order to get around this, the <pre> tag was created. It specifies to the user agent that all text should be shown as formatted.
    So I can actually use columns in my text by doing this and using the <pre> tags in an html block. I may be able to create a custom bbcode to do this...

    HTML Code:
    <pre>
    test              test               test
    </pre>

  7. #47

    Re: Getting in Style!

    Ok, I created a custom bbcode and I used it to edit your post take a look here:

    http://http://setiusa.free-dc.org/vbforum/showthread.php?193-Welcome-New-Members-for-November-2010!&p=743&viewfull=1#post743

    The bbcode is [wht] for white space you just include that block around the line which you want to have space in and it should work. In the post above I used the tag 3 times

  8. #48
    Past Administrator
    Fire$torm's Avatar
    Join Date
    October 13th, 2010
    Location
    In the Big City
    Posts
    7,938

    Re: Getting in Style!

    Quote Originally Posted by Mr. Hankey View Post
    Ok, I created a custom bbcode and I used it to edit your post take a look here:

    http://http://setiusa.free-dc.org/vbforum/showthread.php?193-Welcome-New-Members-for-November-2010!&p=743&viewfull=1#post743

    The bbcode is [wht] for white space you just include that block around the line which you want to have space in and it should work. In the post above I used the tag 3 times
    If I understand the above correctly, the tag is to be used instead of the tab code from the old board.

    Test   Test      Test         Test


    Sweet fix Mr. Hankey. Kudos!


    Future Maker? Teensy 3.6

  9. #49
    Past Administrator
    Fire$torm's Avatar
    Join Date
    October 13th, 2010
    Location
    In the Big City
    Posts
    7,938

    Question Re: Getting in Style!

    Crud! I discovered a bug (at least for me) with the white space code.
    When I try to add the following to a post
    Code:
    [wht][b]PL - Team Total - Team Day - Team Week - Team Month - Team RAC - Team[/b][/wht]
    01 - 3,163,185,064 - 05,098,615 - 30,902,522 - 116,529,196 - 4,516,307 - SETI.USA
    02 - 2,916,291,784 - 04,565,884 - 32,255,830 - 115,120,428 - 4,538,841 - L'Alliance Francophone
    03 - 2,534,329,274 - 06,042,146 - 34,482,217 - 103,315,706 - 5,052,512 - SETI.Germany
    04 - 1,797,743,420 - 08,228,606 - 51,078,387 - 197,432,494 - 7,404,845 - Sicituradastra.
    05 - 1,195,367,623 - 04,700,464 - 28,222,202 - 094,166,886 - 3,757,320 - [color=mediumgray]BOINC@Poland[/color]
    I get a double carriage return in the parsed text:

    PL - Team Total - Team Day - Team Week - Team Month - Team RAC - Team

    01 - 3,163,185,064 - 05,098,615 - 30,902,522 - 116,529,196 - 4,516,307 - SETI.USA
    02 - 2,916,291,784 - 04,565,884 - 32,255,830 - 115,120,428 - 4,538,841 - L'Alliance Francophone
    03 - 2,534,329,274 - 06,042,146 - 34,482,217 - 103,315,706 - 5,052,512 - SETI.Germany
    04 - 1,797,743,420 - 08,228,606 - 51,078,387 - 197,432,494 - 7,404,845 - Sicituradastra.
    05 - 1,195,367,623 - 04,700,464 - 28,222,202 - 094,166,886 - 3,757,320 - BOINC@Poland

    Any ideas?


    Future Maker? Teensy 3.6

  10. #50
    Platinum Member
    Maxwell's Avatar
    Join Date
    October 25th, 2010
    Location
    Everett, WA
    Posts
    3,300

    Re: Getting in Style!

    Start the first line of data immediately after the /wht tag on the same line...

    Edit:
    Code:
    [wht][b]PL - Team Total - Team Day - Team Week - Team Month - Team RAC - Team[/b][/wht]01 - 3,163,185,064 - 05,098,615 - 30,902,522 - 116,529,196 - 4,516,307 - SETI.USA
    02 - 2,916,291,784 - 04,565,884 - 32,255,830 - 115,120,428 - 4,538,841 - L'Alliance Francophone
    03 - 2,534,329,274 - 06,042,146 - 34,482,217 - 103,315,706 - 5,052,512 - SETI.Germany
    04 - 1,797,743,420 - 08,228,606 - 51,078,387 - 197,432,494 - 7,404,845 - Sicituradastra.
    05 - 1,195,367,623 - 04,700,464 - 28,222,202 - 094,166,886 - 3,757,320 - [color=mediumgray]BOINC@Poland[/color]

Page 5 of 7 FirstFirst ... 34567 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •