Jump to content

Recommended Posts

Posted (edited)

Buna ziua am observat pe un forum ca anumiti membrii au acest cod la member title/legenda.

nw0si1C.gif  X  Zv138cf.gif

Ma intrebam daca stie cineva cum pot face sa il pun si eu ca Member Title sau macar ca legenda.

Edited by Domnu KING

Posted (edited)

Ce face Părintele Ion din oameni.

Pentru legendă trebuie să o faci manual.

Intră în ACP -> Look & Feel -> Tema Ta -> boardIndex -> hookGroupNameIndicator și înlocuiește tot ce ai acolo cu:

<if test="showGroupNameIndicator:|:count( $groups )">
                
                <ul>
                  <li><div id="grad1">Grad 1</div> <div id="grad2">Grad 2</div> <div id="grad3">Grad 3</div></li>
                </ul>
</if>   

<style>
#grad1{
margin-right:3px;
margin-left:4px;
padding:2px 6px;
border-radius:5px;
transition:all .6s ease-in-out;
cursor:pointer;
text-transform:uppercase;
line-height:2;
font-size:10px;
color:rgb(191, 6, 13);
box-shadow:inset 0px 0px 0px rgb(191, 6, 13);
}

#grad1:hover{
box-shadow:inset 0px 50px 0px transparent;
}
  
#grad2{
margin-right:3px;
margin-left:4px;
padding:2px 6px;
border-radius:5px;
transition:all .6s ease-in-out;
cursor:pointer;
text-transform:uppercase;
line-height:2;
font-size:10px;
color:rgb(191, 6, 13);
box-shadow:inset 0px 0px 0px rgb(191, 6, 13);
}

#grad2:hover{
box-shadow:inset 0px 50px 0px transparent;
}
  
#grad3{
margin-right:3px;
margin-left:4px;
padding:2px 6px;
border-radius:5px;
transition:all .6s ease-in-out;
cursor:pointer;
text-transform:uppercase;
line-height:2;
font-size:10px;
color:rgb(191, 6, 13);
box-shadow:inset 0px 0px 0px rgb(191, 6, 13);
}

#grad3:hover{
box-shadow:inset 0px 50px 0px transparent;
}
  
</style>

#grad1-3 le modifici cum vrei tu și cu ce culori vrei tu. Modifici

color:rgb(191, 6, 13);
box-shadow:inset 0px 0px 0px rgb(191, 6, 13);

Pentru a schimba culorile.

Sper că îți dai seama că trebuie să le faci manual pe fiecare în parte, da?

Edited by ZEW
  • Like 1
  • Thanks 1

"Sufletele cele mai întunecate nu sunt cele care aleg să existe în iad, ci acelea care aleg să evadeze și se mută în tăcere printre noi." - Samuel Loomis (Halloween)

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.