Changeset 1212
- Timestamp:
- 07/31/08 01:06:19 (4 months ago)
- Files:
-
- bb-attachments/trunk/bb-attachments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-attachments/trunk/bb-attachments.php
r1206 r1212 45 45 $bb_attachments['inline']['solution']="resize"; // resize|frame - images can be either resized or CSS framed to meet above requirement 46 46 // only resize is supported at this time 47 $bb_attachments['style']=".bb_attachments_link, .bb_attachments_link img {border:0; text-decoration:none; } #thread .post li {clear:none;}";47 $bb_attachments['style']=".bb_attachments_link, .bb_attachments_link img {border:0; text-decoration:none; background:none;} #thread .post li {clear:none;}"; 48 48 49 49 // stop editing here (advanced user settings below) … … 58 58 $bb_attachments['icons']['path']=rtrim(dirname(__FILE__),' /\\').'/icons/'; 59 59 60 $bb_attachments['title']=" <img title='attachments' border='0' align='absmiddle' src='".$bb_attachments['icons']['url'].$bb_attachments['icons']['default']."' />"; // text, html or image to show on topic titles if has attachments60 $bb_attachments['title']=" <img class='bb_attachments_link' title='attachments' align='absmiddle' src='".$bb_attachments['icons']['url'].$bb_attachments['icons']['default']."' />"; // text, html or image to show on topic titles if has attachments 61 61 62 62 $bb_attachments['max']['php_upload_limit']=min(bb_attachments_l2n(ini_get('post_max_size')), bb_attachments_l2n(ini_get('upload_max_filesize'))); // internal php upload limit - only edit if you know what you are doing
