0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
array( 'tag' => 'img', 'type' => 'unparsed_content', 'parameters' => array( 'alt' => array('optional' => true), 'width' => array('optional' => true, 'value' => ' width="$1"', 'match' => '(\d+)'), 'height' => array('optional' => true, 'value' => ' height="$1"', 'match' => '(\d+)'), ), 'content' => '<img src="$1" alt="{alt}"{width}{height} class="bbc_img resized" />',
array( 'tag' => 'img', 'type' => 'unparsed_content', 'parameters' => array( 'alt' => array('optional' => true), 'width' => array('optional' => true, 'value' => ' width="$1"', 'match' => '(\d+)'), 'height' => array('optional' => true, 'value' => ' height="$1"', 'match' => '(\d+)'), ), 'content' => !$context['user']['is_guest'] ? '<img src="$1" alt="{alt}"{width}{height} border="0" />' : '',