SimplePortal

Support => International Support => Turkish (Türkçe) => Topic started by: simpledizayn on November 07, 2008, 01:05:21 AM

Title: Portal için resim modülü...
Post by: simpledizayn on November 07, 2008, 01:05:21 AM
Subs.php

Bul:

Code: [Select]
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}  border="0" />',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
'disabled_content' => '($1)',
),

Üstüne Ekle:

Code: [Select]
array(
'tag' => 'imgsol',
'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} align="left"  border="0" />',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
'disabled_content' => '($1)',
),

array(
'tag' => 'imgsag',
'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} align="right"  border="0" />',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
'disabled_content' => '($1)',
),

Uygulama: [imgsag width=??? height=???]resim linki[/imgsag]  - [imgsol width=??? height=???]resim linki[/imgsol]

Ardaka?lar gönül rahatl???yla kullanabilir. :)

Yaln?z bunu geli?tirmek gerekiyor. Bo?luk veya çerçeve ?eklinde...
Title: Re: Portal için resim modülü...
Post by: [SiNaN] on November 10, 2008, 05:07:49 AM
http://custom.simplemachines.org/mods/index.php?mod=437

http://www.simplemachines.org/community/index.php?topic=253595.msg1782365#msg1782365
Title: Re: Portal için resim modülü...
Post by: simpledizayn on November 11, 2008, 03:08:42 AM
Teşekkürler Sinan...
SimplePortal 2.3.8 © 2008-2024, SimplePortal