• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    Awatar falon
    falon jest nieaktywny Advanced Member
    Dołączył
    Jul 2008
    Posty
    911
    Przydatne posty
    3

    Domyślnie Szerokość Kolumn

    Ja mogę zmienić szerokość kolumn głównego widoku forum?
    A konkretniej chodzi o Ostatni Post/Autor.



  2. #2
    DjBugi jest nieaktywny Użytkownik
    Dołączył
    Oct 2009
    Posty
    27

    Domyślnie

    odświeżam bo sam bym chciał się dowiedzieć :]


  3. #3
    Awatar g0rn
    g0rn jest nieaktywny Stały bywalec
    Dołączył
    May 2009
    Posty
    188
    Przydatne posty
    5

    Domyślnie

    Cytat Zamieszczone przez falon Zobacz posta
    Ja mogę zmienić szerokość kolumn głównego widoku forum?
    A konkretniej chodzi o Ostatni Post/Autor.
    <if condition="$childforumbits">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    <tr align="center">
    <td class="thead">&nbsp;</td>
    <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="225" style="white-space:nowrap">&nbsp;&nbsp;&nbsp;$vbphrase[last_post]&nbsp;&nbsp;&nbsp;</td>
    <td class="thead">&nbsp;&nbsp;&nbsp;$vbphrase[threads]&nbsp;&nbsp;&nbsp;</td>
    <td class="thead">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$vbphr ase[posts]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
    <if condition="$vboptions['showmoderatorcolumn']">
    <td class="thead">$vbphrase[moderator]</td>
    </if>
    </tr>
    $childforumbits
    </if>

    styl Forum Home templates >>forumhome_forumbit_level1_nopost
    Zmień wartość width="" w <td> zaznaczonej na czerwono .


  4. #4
    DjBugi jest nieaktywny Użytkownik
    Dołączył
    Oct 2009
    Posty
    27

    Domyślnie

    u mnie w "styl Forum Home templates >>forumhome_forumbit_level1_nopost"

    nie ma nawet takiego kodu.

    Jest Taki
    Kod:
    <if condition="!$show['collapsable_forums']">
    <tbody>
    </if>
    	<tr>
    		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
    			<if condition="$childforumbits">
    			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
    			</if>
    			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
    			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
    			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
    		</td>
    	</tr>
    <if condition="!$show['collapsable_forums']">
    </tbody>
    </if>
    <if condition="$childforumbits">
    <if condition="!$show['collapsable_forums']">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    </if>
    $childforumbits
    <if condition="!$show['collapsable_forums']">
    </tbody>
    </if>
    </if><if condition="!$show['collapsable_forums']">
    <tbody>
    </if>
    	<tr>
    		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
    			<if condition="$childforumbits">
    			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
    			</if>
    			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
    			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
    			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
    		</td>
    	</tr>
    <if condition="!$show['collapsable_forums']">
    </tbody>
    </if>
    <if condition="$childforumbits">
    <if condition="!$show['collapsable_forums']">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    </if>
    $childforumbits
    <if condition="!$show['collapsable_forums']">
    </tbody>
    </if>
    </if>


Podobne wątki

  1. Szerokość stylu
    By day-dreamer in forum Instalacja i upgrade
    Odpowiedzi: 2
    Ostatni post / autor: 15.07.2010, 12:57
  2. Szerokość Loga
    By Krosi in forum Pytania i problemy
    Odpowiedzi: 7
    Ostatni post / autor: 20.06.2010, 17:24
  3. zmiana ilości kolumn w liście znajomych
    By S.H.A.D.O.W. in forum Pytania i problemy
    Odpowiedzi: 0
    Ostatni post / autor: 28.02.2009, 11:12
  4. Szerokość
    By Flangerious in forum Pytania i problemy
    Odpowiedzi: 0
    Ostatni post / autor: 16.12.2008, 22:08
  5. Szerokość forum
    By WoG in forum Pytania i problemy
    Odpowiedzi: 0
    Ostatni post / autor: 24.06.2008, 10:24
Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67