Kategori isimlerini renklendirme. ( Paket + ManueL )

Smf Destek/Kategori isimlerini renklendirme. ( Paket + ManueL ) => Mod : ColorizeBoards   Yazan : JohnyB   Mod'un adresi : http://custom.simplemachines.org/mods/index.php?mod=1030     Çok hoş bir özellik..   kategori adı olarak yazmanıza gerek kalmayacak.       Bu modifikasyonu kurarak Admin Panel > Kategoriler kısmından istediğini bölümün adının altına

Gönderen Konu: Kategori isimlerini renklendirme. ( Paket + ManueL )  (Okunma sayısı 400 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı AsK_moD

  • Kıdemli Üye
  • *
  • İleti: 356
  • Karma: 6
  • Cinsiyet: Bay
  • www.paylasturkiyem.com
    • Türkiye'nin En kaLiteLi payLaşım pLatformu :)
  • Smf Sürümü: 1.0.11
  • Web Siteniz: www.paylasturkiyem.com
Kategori isimlerini renklendirme. ( Paket + ManueL )
« : 02 Eylül 2009, 22:41:11 »
Mod : ColorizeBoards
  Yazan : JohnyB
  Mod'un adresi : http://custom.simplemachines.org/mods/index.php?mod=1030
 
  Çok hoş bir özellik..
  <font color=red> kategori adı </font> olarak yazmanıza gerek kalmayacak.
 
 
  Bu modifikasyonu kurarak Admin Panel > Kategoriler kısmından istediğini bölümün adının altına rengi yazmanız yeterli oluyor.
 
  Mod : ColorizeBoards
  Yazan : JohnyB
  Mod'un adresi : http://custom.simplemachines.org/mods/index.php?mod=1030
 
  Çok hoş bir özellik..
  <font color=red> kategori adı </font> olarak yazmanıza gerek kalmayacak.
 
 
  Bu modifikasyonu kurarak Admin Panel > Kategoriler kısmından istediğini bölümün adının altına rengi yazmanız yeterli oluyor.
 
 
 
 
  MANUEL KURMAK İSTEYENLER. :
 
  $sourcedir/Load.php dosyasında
  Bul:

 
 
Kod: [Seç]
b.override_theme, 
  Sonrasına ekle:
 
 
Kod: [Seç]
b.board_color, b.desc_color, 
  Bul:
 
 
Kod: [Seç]
'posts_count' => empty($row['countPosts']), 
  Sonrasına ekle:
   
                 
Kod: [Seç]
'board_color' => $row['board_color'],
                  'desc_color' => $row['desc_color'],
 
  $sourcedir/BoardIndex.php dosyasında
  Bul:

 
 
Kod: [Seç]
c.ID_CAT, 
  Sonrasına ekle:
 
 
Kod: [Seç]
c.cat_color, b.board_color, b.desc_color, 
  Bul:
 
 
Kod: [Seç]
'is_collapsed' => isset($row_board['canCollapse']) && $row_board['canCollapse'] == 1 && $row_board['isCollapsed'] > 0, 
  Sonrasına ekle:
   
                 
Kod: [Seç]
'cat_color' => $row_board['cat_color'], 
  Bul:
 
 
Kod: [Seç]
$context['categories'][$row_board['ID_CAT']]['link'] = '<a name="' . $row_board['ID_CAT'] . '" href="' . (isset($row_board['canCollapse']) ? $context['categories'][$row_board['ID_CAT']]['collapse_href'] : $context['categories'][$row_board['ID_CAT']]['href']) . '">' . $row_board['catName'] . '</a>'; 
  Değiştir:
 
 
Kod: [Seç]
$context['categories'][$row_board['ID_CAT']]['link'] = '<a name="' . $row_board['ID_CAT'] . '" href="' . (isset($row_board['canCollapse']) ? $context['categories'][$row_board['ID_CAT']]['collapse_href'] : $context['categories'][$row_board['ID_CAT']]['href']) . '"><span style="color: '.$row_board['cat_color'].';">' . $row_board['catName'] . '</span></a>'; 
  Bul:
 
 
Kod: [Seç]
'name' => $row_board['boardName'], 
  Sonrasına ekle:
   
                     
Kod: [Seç]
'bcolor' => $row_board['board_color'],
                      'dcolor' => $row_board['desc_color'],
 
  Bul:
 
 
Kod: [Seç]
'description' => $row_board['description'],
                  'new' => empty($row_board['isRead']) && $row_board['posterName'] != '',
 
  Öncesine ekle:
 
 
Kod: [Seç]
'bcolor' => $row_board['board_color'], 
  $sourcedir/MessageIndex.php dosyasında
  Bul:

 
 
Kod: [Seç]
b.ID_BOARD, b.name, 
  Sonrasına ekle:
 
 
Kod: [Seç]
b.board_color, b.desc_color, 
  Bul:
 
 
Kod: [Seç]
'name' => $row_board['name'], 
  Sonrasına ekle:
   
                     
Kod: [Seç]
'bcolor' => $row_board['board_color'],
                      'dcolor' => $row_board['desc_color'],
 
  Bul:
 
 
Kod: [Seç]
b.ID_PARENT, b.name, 
  Sonrasına ekle:
 
 
Kod: [Seç]
b.board_color, b.desc_color, 
  Bul:
 
 
Kod: [Seç]
'description' => $row['description'], 
  Sonrasına ekle:
   
                 
Kod: [Seç]
'bcolor' => $row['board_color'],
                  'dcolor' => $row['desc_color'],
 
  $sourcedir/ManageBoards.php dosyasında
  Bul:

 
 
Kod: [Seç]
'id' => &$tree['node']['id'], 
  Sonrasına ekle:
   
             
Kod: [Seç]
'cat_color' => &$tree['node']['cat_color'], 
  Bul:
 
 
Kod: [Seç]
'name' => &$boards[$boardid]['name'], 
  Sonrasına ekle:
   
                 
Kod: [Seç]
'bcolor' => &$boards[$boardid]['board_color'], 
  Bul:
 
 
Kod: [Seç]
'name' => $txt['mboards_new_cat_name'], 
  Sonrasına ekle:
   
             
Kod: [Seç]
'cat_color' => '', 
  Bul:
 
 
Kod: [Seç]
'name' => $cat_tree[$_REQUEST['cat']]['node']['name'], 
  Sonrasına ekle:
   
             
Kod: [Seç]
'cat_color' => htmlspecialchars($cat_tree[$_REQUEST['cat']]['node']['cat_color']), 
  Bul:
 
 
Kod: [Seç]
'true_name' => $tree['node']['name'] 
  Sonrasına ekle:
 
 
Kod: [Seç]
,
                  'cat_color' => $tree['node']['cat_color']
 
  Bul:
 
 
Kod: [Seç]
$catOptions['cat_name'] = preg_replace('~[&]([^;]{8}|[^;]{0,8}$)~', '&amp;$1', $_POST['cat_name']); 
  Sonrasına ekle:
   
         
Kod: [Seç]
$catOptions['cat_color'] = preg_replace('~[&]([^;]{8}|[^;]{0,8}$)~', '&amp;$1', $_POST['cat_color']); 
  Bul:
 
Kod: [Seç]
  'name' => $txt['mboards_new_board_name'], 
  Sonrasına ekle:
   
             
Kod: [Seç]
'board_color' => '',
              'desc_color' => '',
 
  Bul:
 
         
Kod: [Seç]
$boardOptions['access_groups'] = array(); 
  Sonrasına ekle:
   
         
Kod: [Seç]
$boardOptions['board_color'] = preg_replace('~[&]([^;]{8}|[^;]{0,8}$)~', '&amp;$1', $_POST['board_color']);
          $boardOptions['desc_color'] = preg_replace('~[&]([^;]{8}|[^;]{0,8}$)~', '&amp;$1', $_POST['desc_color']);
 
  $sourcedir/Recent.php dosyasında
  Bul:

 
 
Kod: [Seç]
m.posterTime, m.subject, m.ID_TOPIC, m.ID_MEMBER, m.ID_MSG, 
  Sonrasına ekle:
 
 
Kod: [Seç]
b.board_color, 
  Bul:
 
 
Kod: [Seç]
'link' => '<a href="' . $scripturl . '?board=' . $row['ID_BOARD'] . '.0">' . $row['bName'] . '</a>' 
  Değiştir:
 
 
Kod: [Seç]
'bcolor' => $row['board_color'],
                  'link' => '<a href="' . $scripturl . '?board=' . $row['ID_BOARD'] . '.0"><span style="color:'. $row['board_color']. ';">' . $row['bName'] . '</span></a>'
 
  $sourcedir/Subs-Boards.php dosyasında
  Bul:

 
 
Kod: [Seç]
if (isset($boardOptions['board_description']))
          $boardUpdates[] = 'description = '' . $boardOptions['board_description'] . ''';
 
  Sonrasına ekle:
   
     
Kod: [Seç]
// Colorize board mod
      if (isset($boardOptions['board_color']))
          $boardUpdates[] = 'board_color = '' . $boardOptions['board_color'] . ''';
      if (isset($boardOptions['desc_color']))
          $boardUpdates[] = 'desc_color = '' . $boardOptions['desc_color'] . ''';
 
  Bul:
 
 
Kod: [Seç]
SELECT ID_CAT, 
  Sonrasına ekle:
 
 
Kod: [Seç]
cat_color, 
  Bul:
 
 
Kod: [Seç]
if (isset($catOptions['cat_name']))
          $catUpdates[] = 'name = '' . $catOptions['cat_name'] . ''';
 
  Sonrasına ekle:
         
     
Kod: [Seç]
if (isset($catOptions['cat_color']))
          $catUpdates[] = 'cat_color = '' . $catOptions['cat_color'] . ''';
 
  Bul:
 
 
Kod: [Seç]
b.permission_mode, 
  Sonrasına ekle:
 
 
Kod: [Seç]
b.board_color, b.desc_color, c.cat_color, 
  Bul:
 
 
Kod: [Seç]
'canCollapse' => $row['canCollapse'] 
  Sonrasına ekle:
 
 
Kod: [Seç]
,
                      'cat_color' => $row['cat_color']
 
  Bul:
 
Kod: [Seç]
  'prev_board' => $prevBoard 
  Öncesine ekle:
 
 
Kod: [Seç]
'board_color' => $row['board_color'],
                  'desc_color' => $row['desc_color'],
 
ALıntıdır : smf . gen . tr
« Son Düzenleme: 02 Eylül 2009, 22:44:09 Gönderen: AsK_moD »
Türkiye'nin En kaLiteLi payLaşım pLatformu :)

1.1.10

NazLı^^mMm ço..ok SeviYorum Seni..! SeninLe SonSuza..!

Çevrimdışı AsK_moD

  • Kıdemli Üye
  • *
  • İleti: 356
  • Karma: 6
  • Cinsiyet: Bay
  • www.paylasturkiyem.com
    • Türkiye'nin En kaLiteLi payLaşım pLatformu :)
  • Smf Sürümü: 1.0.11
  • Web Siteniz: www.paylasturkiyem.com
Ynt: Kategori isimlerini renklendirme. ( Paket + ManueL )
« Yanıtla #1 : 02 Eylül 2009, 22:41:29 »
$themedir/ManageBoards.template.php dosyasında
Bul:


Kod: [Seç]
<a href="' . $scripturl . '?action=manageboards;sa=cat;cat=' . $category['id'] . '">', $category['name'], '</a> <a href="' . $scripturl . '?action=manageboards;sa=cat;cat=' . $category['id'] . '">', $txt['catModify'], '</a>
Değiştir:

Kod: [Seç]
<a href="' . $scripturl . '?action=manageboards;sa=cat;cat=' . $category['id'] . '"><span style="color: '. $category['cat_color']. ';">', $category['name'], '</span></a> <a href="' . $scripturl . '?action=manageboards;sa=cat;cat=' . $category['id'] . '">', $txt['catModify'], '</a>
Bul:

Kod: [Seç]
<tr class="windowbg', $alternate ? '' : '2', '">
                                <td style="padding-left: ', 5 + 30 * $board['child_level'], 'px;', $board['move'] ? 'color: red;' : '', '">', $board['name'], !empty($modSettings['recycle_board']) && !empty($modSettings['recycle_enable']) && $modSettings['recycle_board'] == $board['id'] ? '&nbsp;&nbsp;&nbsp;<a href="' . $scripturl . '?action=manageboards;sa=settings"><img src="' . $settings['images_url'] . '/post/recycled.gif" alt="' . $txt['recycle_board'] . '" border="0" /></a>' : '', '</td>
                                <td width="10%" align="right">', !empty($modSettings['permission_enable_by_board']) && $context['can_manage_permissions'] ? '<a href="' . $scripturl . '?action=permissions;sa=switch;to=local;boardid=' . $board['id'] . ';sesc=' . $context['session_id'] . '"' . ($board['local_permissions'] ? '' : ' onclick="return confirm('' . $txt['mboards_permissions_confirm'] . '');" style="font-style: italic;"') . '>' . $txt['mboards_permissions'] . '</a>' : '', '</td>
                                <td width="10%" align="right"><a href="', $scripturl, '?action=manageboards;move=', $board['id'], '">', $txt['mboards_move'], '</a></td>
                                <td width="10%" style="padding-right: 1ex;" align="right"><a href="', $scripturl, '?action=manageboards;sa=board;boardid=', $board['id'], '">', $txt['mboards_modify'], '</a></td>

Değiştir:

Kod: [Seç]
<tr class="windowbg', $alternate ? '' : '2', '">
                                <td style="padding-left: ', 5 + 30 * $board['child_level'], 'px;', $board['move'] ? 'color: red;' : '', '"><span style="color: '. $board['bcolor'].';">', $board['name'], '</span>', !empty($modSettings['recycle_board']) && !empty($modSettings['recycle_enable']) && $modSettings['recycle_board'] == $board['id'] ? '&nbsp;&nbsp;&nbsp;<a href="' . $scripturl . '?action=manageboards;sa=settings"><img src="' . $settings['images_url'] . '/post/recycled.gif" alt="' . $txt['recycle_board'] . '" border="0" /></a>' : '', '</td>
                                <td width="10%" align="right">', !empty($modSettings['permission_enable_by_board']) && $context['can_manage_permissions'] ? '<a href="' . $scripturl . '?action=permissions;sa=switch;to=local;boardid=' . $board['id'] . ';sesc=' . $context['session_id'] . '"' . ($board['local_permissions'] ? '' : ' onclick="return confirm('' . $txt['mboards_permissions_confirm'] . '');" style="font-style: italic;"') . '><span style="color: '. $board['bcolor'].';">' . $txt['mboards_permissions'] . '</span></a>' : '', '</td>
                                <td width="10%" align="right"><a href="', $scripturl, '?action=manageboards;move=', $board['id'], '"><span style="color: '. $board['bcolor'].';">', $txt['mboards_move'], '</span></a></td>
                                <td width="10%" style="padding-right: 1ex;" align="right"><a href="', $scripturl, '?action=manageboards;sa=board;boardid=', $board['id'], '"><span style="color: '. $board['bcolor'].';">', $txt['mboards_modify'], '</span></a></td>

Bul:

Kod: [Seç]
<input type="text" name="cat_name" value="', $context['category']['editable_name'], '" size="30" tabindex="1" />
Sonrasına ekle:

 
                                   
Kod: [Seç]
<br /><b>', $txt['colorize_color'], '</b> <input type="text" name="cat_color" value="', $context['category']['cat_color'], '" size="11" tabindex="1" />

Bul:

Kod: [Seç]
<input type="text" name="board_name" value="', $context['board']['name'], '" size="30" />
Sonrasına ekle:

Kod: [Seç]
<br />
                                    <b>', $txt['colorize_color'], '</b> <input type="text" name="board_color" value="' . $context['board']['board_color'] . '" size="11" />

Bul:

Kod: [Seç]
<textarea name="desc" rows="2" cols="29">', $context['board']['description'], '</textarea>
Sonrasına ekle:

Kod: [Seç]
<br />
                                    <b>', $txt['colorize_color'], '</b> <input type="text" name="desc_color" value="' . $context['board']['desc_color'] . '" size="11" />

$themedir/BoardIndex.template.php dosyasında
Bul:


               
Kod: [Seç]
echo '</a>
                </td>
                <td class="windowbg2">
                    <b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
                        ', $board['description'];

Değiştir:

               
Kod: [Seç]
// Colorize board mod start                                   
                echo '</a>
                </td>
                <td class="windowbg2">
                    <strong><a href="', $board['href'], '" name="b', $board['id'], '">';
                    if (!empty($board['bcolor']))
                        echo '<span style="color: ', $board['bcolor'], ';">', $board['name'], '</span>';   
                    else
                        echo $board['name'];                   
                    echo '</a></strong>';
                    if (!empty($board['description']))
                    {
                        echo '<br />';
                        if (!empty($board['dcolor']))
                            echo '<span style="color: ', $board['dcolor'], ';">', $board['description'], '</span>';   
                        else
                            echo $board['description'];
                    }
                // Colorize board mod ends

Bul:

Kod: [Seç]
// Show some basic information about the number of posts, etc.
                    echo '
                </td>
                <td class="windowbg" valign="middle" align="center" style="width: 12ex;"><span class="smalltext">
                    ', $board['posts'], ' ', $txt[21], ' <br />
                    ', $board['topics'],' ', $txt[330], '
                </span></td>
                <td class="windowbg2" valign="middle" width="22%">
                    <span class="smalltext">';

Değiştir:

Kod: [Seç]
// Show some basic information about the number of posts, etc.
                // Colorize board start
                    echo '
                </td>
                <td class="windowbg" valign="middle" align="center" style="width: 12ex;">';
                if (!empty($board['bcolor']))
                    echo '<span style="color: ', $board['bcolor'], ';" class="smalltext">';
                else
                    echo '<span class="smalltext">';
                echo '
                    ', $board['posts'], ' ', $txt[21], ' <br />
                    ', $board['topics'],' ', $txt[330], '
                </span></td>
                <td class="windowbg2" valign="middle" width="22%">
                    <span class="smalltext">';
                // Colorize board ends

Bul:

Kod: [Seç]
$child['link'] = '<a href="' . $child['href'] . '" title="' . ($child['new'] ? $txt[333] : $txt[334]) . ' (' . $txt[330] . ': ' . $child['topics'] . ', ' . $txt[21] . ': ' . $child['posts'] . ')">' . $child['name'] . '</a>';
Değiştir:

Kod: [Seç]
$child['link'] = '<a href="' . $child['href'] . '" title="' . ($child['new'] ? $txt[333] : $txt[334]) . ' (' . $txt[330] . ': ' . $child['topics'] . ', ' . $txt[21] . ': ' . $child['posts'] . ')"><span style="color: '.$child['bcolor']. ';">' . $child['name'] . '</span></a>';
$themedir/MessageIndex.template.php dosyasında
Bul:


           
Kod: [Seç]
echo '</a>
                </td>
                <td class="windowbg2">
                    <b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
                    ', $board['description'];

Değiştir:

               
Kod: [Seç]
// Colorize board mod start                                   
                echo '</a>
                </td>
                <td class="windowbg2">
                    <strong><a href="', $board['href'], '" name="b', $board['id'], '">';
                    if (!empty($board['bcolor']))
                        echo '<span style="color: ', $board['bcolor'], ';">', $board['name'], '</span>';   
                    else
                        echo $board['name'];                   
                    echo '</a></strong>';
                    if (!empty($board['description']))
                    {
                        echo '<br />';
                        if (!empty($board['dcolor']))
                            echo '<span style="color: ', $board['dcolor'], ';">', $board['description'], '</span>';   
                        else
                            echo $board['description'];
                    }
                // Colorize board mod ends

Bul:

Kod: [Seç]
// Show some basic information about the number of posts, etc.
            echo '
                </td>
                <td class="windowbg" valign="middle" align="center" style="width: 12ex;"><small>
                    ', $board['posts'], ' ', $txt[21], ' <br />
                    ', $board['topics'],' ', $txt[330], '</small>
                </td>
                <td class="windowbg2" valign="middle" width="22%"><small>';

Değiştir:

Kod: [Seç]
// Show some basic information about the number of posts, etc.
            // Colorize boards mod start
            echo '
                </td>
                <td class="windowbg" valign="middle" align="center" style="width: 12ex;">';
                    if (!empty($board['bcolor']))
                    echo '<span style="color: ', $board['bcolor'], ';" class="smalltext">';
                else
                    echo '<span class="smalltext">';
                echo '
                    ', $board['posts'], ' ', $txt[21], ' <br />
                    ', $board['topics'],' ', $txt[330], '
                </span></td>
                <td class="windowbg2" valign="middle" width="22%">
                    <span class="smalltext">';
            // Colorize boards mod ends

Bul:

Kod: [Seç]
// Show the "Child Boards: ". (there's a link_children but we're going to bold the new ones...)
            if (!empty($board['children']))
            {
                // Sort the links into an array with new boards bold so it can be imploded.
                $children = array();
                /* Each child in each board's children has:
                    id, name, description, new (is it new?), topics (#), posts (#), href, link, and last_post. */
                foreach ($board['children'] as $child)
                {
                    $child['link'] = '<a href="' . $child['href'] . '" title="' . ($child['new'] ? $txt[333] : $txt[334]) . ' (' . $txt[330] . ': ' . $child['topics'] . ', ' . $txt[21] . ': ' . $child['posts'] . ')">' . $child['name'] . '</a>';
                    $children[] = $child['new'] ? '<b>' . $child['link'] . '</b>' : $child['link'];
                }
 
                echo '
            <tr>
                <td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
                    <small><b>', $txt['parent_boards'], '</b>: ', implode(', ', $children), '</small>
                </td>
            </tr>';
            }

Değiştir:

Kod: [Seç]
// Show the "Child Boards: ". (there's a link_children but we're going to bold the new ones...)
            // Colorize boards mod start
                if (!empty($board['children']))
                {
                    // Sort the links into an array with new boards bold so it can be imploded.
                    $children = array();
                    /* Each child in each board's children has:
                            id, name, description, new (is it new?), topics (#), posts (#), href, link, and last_post. */
                    foreach ($board['children'] as $child)
                    {
                            $child['link'] = '<a href="' . $child['href'] . '" title="' . ($child['new'] ? $txt[333] : $txt[334]) . ' (' . $txt[330] . ': ' . $child['topics'] . ', ' . $txt[21] . ': ' . $child['posts'] . ')"><span style="color: '.$child['bcolor']. ';">' . $child['name'] . '</span></a>';
                            $children[] = $child['new'] ? '<b>' . $child['link'] . '</b>' : $child['link'];
                    }
 
                    echo '
            <tr>
                <td colspan="3" class="windowbg', !empty($settings['seperate_sticky_lock']) ? '3' : '', '">
                    <span class="smalltext"><b>', $txt['parent_boards'], '</b>: ', implode(', ', $children), '</span>
                </td>
            </tr>';
                }
            // Colorize boards mod ends

$languagedir/Modifications.english.php dosyasında
Dosyanın sonuna ekle:

 
Kod: [Seç]
$txt['colorize_color'] = 'Color';
$languagedir/Modifications.turkish.php dosyasında
Dosyanın sonuna ekle:

 
Kod: [Seç]
$txt['colorize_color'] = 'Color';
MANUEL KURULUM BİTMİŞTİR... HAYIRLI OLSUN :D
« Son Düzenleme: 02 Eylül 2009, 22:45:04 Gönderen: AsK_moD »
Türkiye'nin En kaLiteLi payLaşım pLatformu :)

1.1.10

NazLı^^mMm ço..ok SeviYorum Seni..! SeninLe SonSuza..!


Çevrimdışı yeşil

  • Yeni Üye
  • *
  • İleti: 6
  • Karma: 0
  • www.SmfMod.com
  • Smf Sürümü: 1.1.10
  • Web Siteniz: www.ayyildizforum.net
Ynt: Kategori isimlerini renklendirme. ( Paket + ManueL )
« Yanıtla #3 : 16 Şubat 2010, 01:38:55 »
valla siteyi gereksiz yere doldurmaya deymez  <font color=red> kategori adı </font>  daha iyi ;)

Çevrimdışı Miller

  • Yeni Üye
  • *
  • İleti: 40
  • Karma: 2
  • Cinsiyet: Bay
  • www.smfmod.com
    • DerinMahzen
  • Smf Sürümü: 2.0 RC2
  • Web Siteniz: http://www.derinmahzen.com
Ynt: Kategori isimlerini renklendirme. ( Paket + ManueL )
« Yanıtla #4 : 16 Şubat 2010, 01:50:04 »
Seodaki <font> eklenmiş link görünümü : http://destek.smfmod.com/font-colorbluemodifikasyonlarfont-b6.0/z
Bu modifikasyonda böyle birşey söz konusu değil .

Çevrimdışı hhy89

  • Yönetici
  • *
  • İleti: 9511
  • Karma: 496
  • www.SmfMod.com
  • Smf Sürümü: 2.0 RC3
  • Web Siteniz: smfmod.com
Ynt: Kategori isimlerini renklendirme. ( Paket + ManueL )
« Yanıtla #5 : 16 Şubat 2010, 02:12:51 »
gelecek seoda linklerde hangi kelimelerin cıkmasını istemiyorsunuz diye birsey mi yapsam :P
Php-SEO-MySQL-Ajax-JavaScript-Css-HTML
Günlük Yaz
Yeni Modları Takip Etmek Için
*Amacımız balık vermek degil balık tutmayı ogretmek ;)
*Smfyi herkes sever ama siz abartın ;)
*“İnsanların en hayırlısı, insa


GoogleTagged - Etiketler