[php] wrappers.

Discussion in 'Support & Feedback' started by nico_swd, Nov 7, 2006.

  1. #1
    The line numbers in the
     wrappers are annoying as hell when you want to copy and paste code. Specially when there are a lot of lines. Is there a chance you can put it back to the standard wrappers without line numbers?
    
    [php]
    <?php
    
    echo 'This is what I mean.';
    
    ?>
    
    PHP:
    Or if there is a way to put them in a separate column so they won't copy, that would be nice too.
     
    nico_swd, Nov 7, 2006 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    It has been changed (pre-parsed posts will take a few days to change).


    
    <?php
    
    echo 'This is what I mean.';
    
    ?>
    
    PHP:
     
    digitalpoint, Nov 7, 2006 IP
    nico_swd likes this.
  3. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #3
    Thank you very much. :D
     
    nico_swd, Nov 7, 2006 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    No prob... been meaning to do it for awhile, you just reminded me.
     
    digitalpoint, Nov 7, 2006 IP
  5. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #5
    Could you show vbulletin.com how to change that!!!!
     
    Nintendo, Nov 7, 2006 IP
  6. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #6
    It doesn't do it by default with vBulletin. I intercept the [php] tags and spin them through my custom [code=php] tag instead.

    Does better syntax highlighting and hyperlinks functions.
     
    digitalpoint, Nov 7, 2006 IP