Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 981)

Ticket Resolution Summary Owner Reporter
#92 fixed enhance bbcode [code] Rytis AndyK
Description
  1. Every time a text with multiple lines is posted inside the [code]-tags it is displayed with double line spacing. Maybe due to an extra newline?
  1. give the [code] a maxwidth so that it wont break the thread display. With CSS like that:
    <style type="text/css">
    code { 
      display:block; 
      width:80%; 
      margin:0 5em 0 5em; 
      overflow:auto; 
      white-space:pre; 
      color:black; 
      background-color:#e0e0e0; 
      padding:1em; 
      border:1px dashed #600000; 
      font:normal normal normal 1em 1.2em "Courier New",courier,monospace;
    }
    </style> 
    
#94 fixed Private Message functionality in forums Rytis Rytis
Description

Ability to send private messages would be useful in the forums, for example, for contacting moderators privately.

#96 fixed Options dialog does not handle large number of dial-up/vpn connections romw Ageless
Description

Comments: Posted by: ryan wightman Date: 4:24 PM 12-03-2005 When the list of dial-up and VPN connections is large, the pannel is stretched vertically pushing the buttons off the screen. User is not able to click the buttons.

Actual client version is 5.2.13.

Posted by: ryan Date: 4:27 PM 12-03-2005 I am only able to test on WinXP, however I imagine this issue is present in other versions of the client.

Note: See TracQuery for help on using queries.