• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
Strona 1 z 3 123 OstatniOstatni
  1. #1
    seba766 jest nieaktywny Stały bywalec
    Dołączył
    Apr 2008
    Posty
    239

    Domyślnie Dziwny wyglad temtu



    Mam taki cos jak wejde w jakis post lub profil usera(wiecej nie sprawdzalem), i dodam ze styl jest pod vb 3.7.1 i ja mam taki scypt na serverze



  2. #2
    Awatar WoG
    WoG
    WoG jest nieaktywny vB Specialist
    Dołączył
    Feb 2008
    Posty
    2 812
    Przydatne posty
    298
    Wpisów
    1

    Domyślnie

    Na screenie w ogóle nie zostały załadowane Twoje dane CSS.
    Z poważaniem,
    WoG

    Ty też możesz pomóc spolszczać vBulletin 5: GitHub.com
    "Rozczarowanie spowodowane niską jakością pamięta się długo po przeminięciu radości spowodowanej niską ceną"


  3. #3
    seba766 jest nieaktywny Stały bywalec
    Dołączył
    Apr 2008
    Posty
    239

    Domyślnie

    tzn co musze zrobic??


  4. #4
    Awatar WoG
    WoG
    WoG jest nieaktywny vB Specialist
    Dołączył
    Feb 2008
    Posty
    2 812
    Przydatne posty
    298
    Wpisów
    1

    Domyślnie

    Zapodaj swoje szablony stron, które Ci nie działają.
    Sprawdź czy w nich masz:

    Kod php:
    $headinclude

    $usercss
    $memberinfo_css
    <style type="text/css" id="vbulletin_tabctrl_css">
    @
    import url("clientscript/vbulletin_tabctrl.css?v=$vboptions[simpleversion]");
    <if 
    condition="$show['rtl']">@import url("clientscript/vbulletin_tabctrl_rtl.css?v=$vboptions[simpleversion]");</if>
    </
    style
    Z poważaniem,
    WoG

    Ty też możesz pomóc spolszczać vBulletin 5: GitHub.com
    "Rozczarowanie spowodowane niską jakością pamięta się długo po przeminięciu radości spowodowanej niską ceną"


  5. #5
    seba766 jest nieaktywny Stały bywalec
    Dołączył
    Apr 2008
    Posty
    239

    Domyślnie

    a jak nie mam to co?? bo np w szablonie memberlist nie mam tego i kiedy wejde na forum w te zakladke to jest cos takiego jak wyzej;/


  6. #6
    Awatar WoG
    WoG
    WoG jest nieaktywny vB Specialist
    Dołączył
    Feb 2008
    Posty
    2 812
    Przydatne posty
    298
    Wpisów
    1

    Domyślnie

    Jak nie masz to dodaj.
    Na razie skupmy się na MEMBERINFO, bo memberlist jest inne.
    Ostatnio edytowane przez WoG ; 25.06.2008 o 15:07
    Z poważaniem,
    WoG

    Ty też możesz pomóc spolszczać vBulletin 5: GitHub.com
    "Rozczarowanie spowodowane niską jakością pamięta się długo po przeminięciu radości spowodowanej niską ceną"


  7. #7
    seba766 jest nieaktywny Stały bywalec
    Dołączył
    Apr 2008
    Posty
    239

    Domyślnie

    hmmm tylko jak bys napisal dokladniej gdzie to mam dodac to bym byl wdzieczny


  8. #8
    Awatar WoG
    WoG
    WoG jest nieaktywny vB Specialist
    Dołączył
    Feb 2008
    Posty
    2 812
    Przydatne posty
    298
    Wpisów
    1

    Domyślnie

    Zapodaj tutaj cały swój szablon MEMBERINFO to Ci przerobię
    Z poważaniem,
    WoG

    Ty też możesz pomóc spolszczać vBulletin 5: GitHub.com
    "Rozczarowanie spowodowane niską jakością pamięta się długo po przeminięciu radości spowodowanej niską ceną"


  9. #9
    seba766 jest nieaktywny Stały bywalec
    Dołączył
    Apr 2008
    Posty
    239

    Domyślnie

    tego szablonu co ty napisales to nie mam:P ale daj szablon memberlist

    Kod:
    $stylevar[htmldoctype]
    <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $headinclude
    	<title>$vboptions[bbtitle] - $vbphrase[members_list]</title>
    </head>
    <body>
    $header
    $navbar
    
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr align="center">
    	$letterbits
    </tr>
    </table>
    
    <if condition="$show['popups'] AND !$show['usergroup']">
    <!-- memberlist quick search form -->
    <div class="vbmenu_popup" id="memberlist_search_menu" style="display:none">
    <form action="memberlist.php?do=getall" method="post">
    	<table cellpadding="4" cellspacing="1" border="0">
    	<tr>
    		<td class="thead">$vbphrase[search_members]</td>
    	</tr>
    	<tr>
    		<td class="vbmenu_option" title="nohilite">
    			<input type="hidden" name="s" value="$session[sessionhash]" />
    			<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    			<input type="hidden" name="do" value="getall" />
    			<input type="text" class="bginput" name="ausername" size="20" value="$ltr" title="$vbphrase[username]" />$gobutton
    		</td>
    	</tr>
    	<if condition="$show['advancedlink']">
    	<tr>
    		<td class="vbmenu_option"><a href="memberlist.php?$session[sessionurl]do=search">$vbphrase[advanced_search]</a></td>
    	</tr>
    	</if>
    	</table>
    </form>
    </div>
    <!-- / memberlist quick search form -->
    </if>
    
    <br />
    
    $spacer_close
    $spacer_open
    
    <if condition="$pagenav">
    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
    <tr valign="bottom">
    	<td align="$stylevar[right]">$pagenav</td>
    </tr>
    </table>
    </if>
    
    <form action="profile.php?do=deleteusergroups&amp;usergroupid=$usergroupid" method="post">
    <input type="hidden" name="do" value="deleteusergroups" />
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="usergroupid" value="$usergroupid" />
    
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
    <tr>
    	<td class="tcat" width="100%">
    		<span class="smallfont" style="float:$stylevar[right]">
    			<phrase 1="$first" 2="$last" 3="$totalusers">$vbphrase[showing_results_x_to_y_of_z]</phrase>
    			<br />
    			<phrase 1="$searchtime">$vbphrase[search_took_x_seconds]</phrase>
    		</span>
    		<if condition="$show['usergroup']">
    		$vbphrase[members_of_usergroup]<span class="normal">: $leadergroup[title]</span>
    		<else />
    		$vboptions[bbtitle]: $vbphrase[members_list]
    		</if>
    	</td>
    	<if condition="!$show['usergroup']">
    	<td class="vbmenu_control" id="memberlist_search"><a href="memberlist.php?$session[sessionurl]do=search">$vbphrase[search_members]</a> <script type="text/javascript"> vbmenu_register("memberlist_search"); </script></td>
    	</if>
    
    </tr>
    </table>
    
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr align="center">
    	<td class="thead" align="$stylevar[left]" nowrap="nowrap"><a href="$sorturl&amp;order=ASC&amp;sort=username&amp;pp=$perpage$usergrouplink">$vbphrase[username]</a> $sortarrow[username]</td>
    	<if condition="$show['emailcol']"><td class="thead" nowrap="nowrap">$vbphrase[contact]</td></if>
    	<if condition="$show['imicons']"><td class="thead" nowrap="nowrap">$vbphrase[instant_messaging]</td></if>
    	<if condition="$show['homepagecol']"><td class="thead" nowrap="nowrap">$vbphrase[home_page]</td></if>
    	<if condition="$show['searchcol']"><td class="thead" nowrap="nowrap">$vbphrase[find_posts]</td></if>
    	<if condition="$show['datejoinedcol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=ASC&amp;sort=joindate&amp;pp=$perpage$usergrouplink">$vbphrase[join_date]</a> $sortarrow[joindate]</td></if>
    	<if condition="$show['postscol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=DESC&amp;sort=posts&amp;pp=$perpage$usergrouplink">$vbphrase[posts]</a> $sortarrow[posts]</td></if>
    	<if condition="$show['lastvisitcol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=DESC&amp;sort=lastvisit&amp;pp=$perpage$usergrouplink">$vbphrase[last_visit]</a> $sortarrow[lastvisit]</td></if>
    	<if condition="$show['reputationcol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=DESC&amp;sort=reputation&amp;pp=$perpage$usergrouplink">$vbphrase[reputation]</a> $sortarrow[reputation]</td></if>
    	<if condition="$show['avatarcol']"><td class="thead" nowrap="nowrap">$vbphrase[avatar]</td></if>
    	<if condition="$show['profilepiccol']"><td class="thead" nowrap="nowrap">$vbphrase[profile_picture]</td></if>
    	<if condition="$show['birthdaycol']"><td class="thead" nowrap="nowrap">$vbphrase[birthday]</td></if>
    	<if condition="$show['agecol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=ASC&amp;sort=age&amp;pp=$perpage$usergrouplink">$vbphrase[age]</a> $sortarrow[age]</td></if>
    	<if condition="$show['customfields']">$customfieldsheader</if>
    	<if condition="$show['usergroup']"><td class="thead"><input name="allbox" type="checkbox" value="Check All" title="$vbphrase[check_uncheck_all]" onclick="checkall(this.form);" /></td></if>
    </tr>
    $memberlistbits
    <tr>
    	<td class="tfoot" colspan="$totalcols" align="$stylevar[right]">
    		<span class="smallfont">
    		<if condition="$show['usergroup']">
    			<input type="submit" class="button" value="$vbphrase[remove_selected_users]" />
    		<else />
    			<phrase 1="$first" 2="$last" 3="$totalusers">$vbphrase[showing_results_x_to_y_of_z]</phrase>
    		</if>
    		</span>
    	</td>
    </tr>
    </table>
    
    </form>
    
    <if condition="$pagenav">
    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
    <tr valign="top">
    	<td align="$stylevar[right]">$pagenav</td>
    </tr>
    </table>
    </if>
    
    $spacer_close
    $spacer_open
    
    <br />
    
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr>
    	<td width="100%">&nbsp;</td>
    	<td>$forumjump</td>
    </tr>
    </table>
    
    $footer
    
    </body>
    </html>


  10. #10
    Awatar WoG
    WoG
    WoG jest nieaktywny vB Specialist
    Dołączył
    Feb 2008
    Posty
    2 812
    Przydatne posty
    298
    Wpisów
    1

    Domyślnie

    Tego nie chce...
    Na razie zróbmy memberinfo.

    Rozwiń grupę szablonów Memer Info Templates i masz MEMBERINFO.
    Z poważaniem,
    WoG

    Ty też możesz pomóc spolszczać vBulletin 5: GitHub.com
    "Rozczarowanie spowodowane niską jakością pamięta się długo po przeminięciu radości spowodowanej niską ceną"


Strona 1 z 3 123 OstatniOstatni

Podobne wątki

  1. wyglad ostatni post
    By kooza in forum Pytania i problemy
    Odpowiedzi: 1
    Ostatni post / autor: 15.10.2010, 17:24
  2. Token i wyglad postu.
    By marek2904 in forum Pytania i problemy
    Odpowiedzi: 4
    Ostatni post / autor: 01.04.2009, 15:18
  3. Dziwny błąd
    By hasiek24 in forum Pytania i problemy
    Odpowiedzi: 4
    Ostatni post / autor: 04.02.2009, 23:50
  4. Odpowiedzi: 2
    Ostatni post / autor: 31.05.2008, 17:06
  5. Dziwny błąd (?) ...
    By Rainek in forum Pytania i problemy
    Odpowiedzi: 11
    Ostatni post / autor: 20.05.2008, 21:32
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