Kategoriler Yan Yana..

Başlatan mavice, 21 Mar 2021 21:21

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

****

  1. 503

  2. 83

  3. 109

 
mevcut olan durum..



böyle olsa tadından yenmez denilen ve istenilen durum..


yapılması, yardım edilmesi konusunda yardımlarınızı arz ederim  ;D
hey gidi dünya..

*

  1. 3,263

  2. 596

  3. 1077
temanızın BoardIndex.template.php
bul
<tbody class="content" id="category_', $category['id'], '_boards">';
değiştir
<tbody class="content snrjtbody" id="category_', $category['id'], '_boards">';
bul
<tr id="board_', $board['id'], '" class="windowbg2">
değiştir
<tr id="board_', $board['id'], '" class="windowbg2 snrjtr">
index.css de en alta ekle
.snrjtbody{
    width: 100%;
    display: inline;
}
.snrjtr{
min-width: 50%;
display: block;
float: left;
}

****

  1. 503

  2. 83

  3. 109
evet, dediğini yaptım.
bölüm açıklaması yüzünden olmadı. boardindex'ten bölüm açıklama kodunu kaldırdım, sonra yine olmamıştı. bu seferde verdiğin css kodlarından display: inline; kaldırınca oldu.

sanırım bu şekil oldu gibi.

son konularda da aynı şekil yan yana konular sıralayabilir miyiz ? ( son konular 2 sütun)

sevgi ve saygılarımı sunarım :)
hey gidi dünya..

*

  1. 3,263

  2. 596

  3. 1077

 BoardIndex.template.php bul
elseif (!empty($context['latest_posts']))
{
echo '
<dl id="ic_recentposts" class="middletext">';

/* Each post in latest_posts has:
board (with an id, name, and link.), topic (the topic's id.), poster (with id, name, and link.),
subject, short_subject (shortened with...), time, link, and href. */
foreach ($context['latest_posts'] as $post)
echo '
<dt><strong>', $post['link'], '</strong> ', $txt['by'], ' ', $post['poster']['link'], ' (', $post['board']['link'], ')</dt>
<dd>', $post['time'], '</dd>';
echo '
</dl>';
}
değiştir
elseif (!empty($context['latest_posts']))
{
echo '
<div class="snrjtbody">';

/* Each post in latest_posts has:
board (with an id, name, and link.), topic (the topic's id.), poster (with id, name, and link.),
subject, short_subject (shortened with...), time, link, and href. */
foreach ($context['latest_posts'] as $post)
echo '
<div class="snrjtr"><strong>', $post['link'], '</strong> ', $txt['by'], ' ', $post['poster']['link'], ' (', $post['board']['link'], ')', $post['time'], '</div>';
echo '
</div><br class="clear"/>';
}
üsteki css ile aynı :D

****

  1. 503

  2. 83

  3. 109
verdiğin koddan iki üç yer sildim ve sonuç ortada..
eline koluna sağlık, teşekkür ederim  :)  ;)
hey gidi dünya..


Benzer Konular (5)


MENU ×