Jump to content

Question

8 answers to this question

Recommended Posts

  • 0
Posted

Adaugi in userinfopanel;

<if test="$author['member_group_id']==1">

  <div class='importantprsn'>Important person</div>
  
</if>

Si in style.css

.importantprsn {
    padding: 12px 20px;
    font-size: 16px;
    background: linear-gradient(45deg, #ffb100, #fdf61f);
    box-shadow: inset 0px 0px 0 5px #feef1c;
    color: #fff
}

Va aparea in topic celui ce are id 1...  poti sa pui ce id ai tu sau a altui  utilizator.

  • 0
Posted
6 hours ago, strongtaz said:

Adaugi in userinfopanel;


<if test="$author['member_group_id']==1">

  <div class='importantprsn'>Important person</div>
  
</if>

Si in style.css


.importantprsn {
    padding: 12px 20px;
    font-size: 16px;
    background: linear-gradient(45deg, #ffb100, #fdf61f);
    box-shadow: inset 0px 0px 0 5px #feef1c;
    color: #fff
}

Va aparea in topic celui ce are id 1...  poti sa pui ce id ai tu sau a altui  utilizator.

Vezi ca aceasta este pentru IPB3, omului ii trebuie pentru IPB4

  • 0
Posted
1 hour ago, HTML/CSS said:

Vezi ca aceasta este pentru IPB3, omului ii trebuie pentru IPB4

mare chestie

{{if $comment->author()->member_id == 1}}
  <div class='importantprsn'>Important person</div>
{{endif}}
.importantprsn {
    padding: 12px 20px;
    font-size: 16px;
    background: linear-gradient(45deg, #ffb100, #fdf61f);
    box-shadow: inset 0px 0px 0 5px #feef1c;
    color: #fff
}

adaugi asta in postcontainer si member_id inseamna id-ul membrului si .importantprsn adaugi in css

  • 0
Posted
10 hours ago, Sn!k3rs said:

mare chestie


{{if $comment->author()->member_id == 1}}
  <div class='importantprsn'>Important person</div>
{{endif}}

.importantprsn {
    padding: 12px 20px;
    font-size: 16px;
    background: linear-gradient(45deg, #ffb100, #fdf61f);
    box-shadow: inset 0px 0px 0 5px #feef1c;
    color: #fff
}

adaugi asta in postcontainer si member_id inseamna id-ul membrului si .importantprsn adaugi in css

Mda.. la cat de mare e codul ala din postcontainer nu am idee unde sa-l bag...

  • 0
Posted
23 minutes ago, TheTommy said:

Mda.. la cat de mare e codul ala din postcontainer nu am idee unde sa-l bag...

Cauta in postContainer

<li class='cAuthorPane_photo'>
				{template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
			</li>

Si dupa el adauga codul

{{if $comment->author()->member_id == 1}}
  <div class='importantprsn'>Important person</div>
{{endif}}

Mai departe vei vedea singur, il vei muta unde doresti...

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.