Jump to content

Recommended Posts

Posted

Am o problema la grade,

stiti preabine ca pe ipb, cand te duci la un topic, si derulezi jos vezi numele user-rilor si gradul lor, mie nu imi mai apare gradull decand am facut avatarele sa fie rotunde.. ajutor.. please

 

 

Posted

Te duci în

AdminCP > Look & Feel > Skin Set (tema ta) > Templates > userInfoPane 

Cauați cu funcția search (CTRL+F) următoarea chestie

<if test="rankimage:|:$author['member_rank_img']">

Deasupra la asta pui adaugi următorul cod 

		<li class='group_title'>
			{$author['_group_formatted']}
		</li>

 

Posted
5 minutes ago, Gorkem said:

Te duci în


AdminCP > Look & Feel > Skin Set (tema ta) > Templates > userInfoPane 

Cauați cu funcția search (CTRL+F) următoarea chestie


<if test="rankimage:|:$author['member_rank_img']">

Deasupra la asta pui adaugi următorul cod 


		<li class='group_title'>
			{$author['_group_formatted']}
		</li>

 

nu merge

Posted (edited)

Te duci în 

AdminCP > Look & Feel > Skin Set (tema ta) > Templates > userInfoPane 

Cauți cu funcția search (CTRL+F) 

{$author['_group_formatted']}

Înlocuiește cu (P.S: Vezi că trebuie să faci pentru fiecare rang în parte)

<if test='{$author['g_id']}==3'>
<ul class="ribbon">
                      <li class="ribbon2" style="background: red;">
                                        <div class="Rleft" style="background: #cc0000"></div>
                                        <div class="Rright" style="background: #cc0000"></div>
                             <span style="color: #D92393;"><b>{$author['_group_formatted']}</b></span>
                                </li>
            
</ul>
</if>

Acum te duci în ipb_styles.css și adaugă următoarea chestie

.ribbon{font-weight:bold;font-size:10px;margin:-5px -5px -2px;text-align:center;text-shadow:0 1px #000}.ribbon
li{-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;-khtml-border-top-right-radius:0px;border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;-khtml-border-top-left-radius:0px;border-top-left-radius:0px;-webkit-box-shadow:0px 1px 3px rgba(0,0,0, 0.25);-moz-box-shadow:0px 1px 3px rgba(0,0,0, 0.25);-khtml-box-shadow:0px 1px 3px rgba(0,0,0, 0.25);box-shadow:0px 1px 3px rgba(0,0,0,0.25);padding:1px;position:relative;margin-bottom:10px}.ribbon li
.Rleft{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;left:0px;background-color:#2e2e2e}.ribbon li
.Rright{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;right:0px;background-color:#2e2e2e}.ribbon li
div{position:absolute;top:-4px;width:4px;height:4px;background-color:#353535}

 

Edited by Gorkem
  • Moderators
Posted

Ultima avertizare.

 

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.