• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    Młody jest nieaktywny Użytkownik vBHELP.pl
    Dołączył
    Feb 2008
    Posty
    608
    Przydatne posty
    2

    Domyślnie Navbits

    Witam, posiadam skin "Satellite" lecz mam problem. Nie widać na stronie głównej "navbitu" np to:
    Wróć vBHELP.pl - Polski Support vBulletin > vBulletin 3.6 > Pytania i Problemy
    Przeładuj stronę Napisz nowy temat

    Widać tylko gdy wejdę w jakąś stronę lub pisząc temat, a chcę aby była widoczna na stronie głównej do odświeżania forum.

    kod w navbar:
    Kod:
    <br />
    <if condition="in_array(THIS_SCRIPT, array(index))"><else />
    <!-- breadcrumb, login, pm info -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    	<td class="alt1" width="100%">
    		<if condition="is_array($navbits)">
    			<table cellpadding="0" cellspacing="0" border="0">
    			<tr valign="bottom">
    				<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
    				<td>&nbsp;</td>
    				<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
    			</tr>
    			<tr>
    				<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
    			</tr>
    			</table>			
    		<else />
    			<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
    		</if>
    	</td>



  2. #2
    Młody jest nieaktywny Użytkownik vBHELP.pl
    Dołączył
    Feb 2008
    Posty
    608
    Przydatne posty
    2

    Domyślnie

    Sorki za bump, ale zależy mi na tym. Co tu może być nie tak.
    Demo jak to jest można zobaczyć na moim forum.


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