Help needed about "Login as User (LAU2)" Addon

gumya

Well-known member
Registered
Joined
Oct 9, 2019
Messages
131
Points
53

Reputation:

still.PNG


STILL NOT EDITABLE
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Create a new css class and add this to the above mentioned section. From where did you get the small example ?
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

@gumya click on it and edit.
 

Levi

Member
Registered
Joined
May 10, 2020
Messages
18
Points
13

Reputation:

To remove icon, first remove the old code and add this

CSS:
.blockMessage--important.blockMessage--iconic::before {
    display:none;
}
.blockMessage--iconic, .block-rowMessage--iconic {
    min-height: auto !important;
    padding-left: 1em;
}
 

Levi

Member
Registered
Joined
May 10, 2020
Messages
18
Points
13

Reputation:

Didn't get what you are trying to say. Did you mean that it will affect all the block notices?
 

gumya

Well-known member
Registered
Joined
Oct 9, 2019
Messages
131
Points
53

Reputation:

@thomsa Its not editable.........It is not allowing and changes....no add.....no edit.......no delete
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

You want to get it like this

1597151917200.png


just remove the following css part of it:

blockMessage--iconic

from that section

HTML:
<xf:if is="{$xf.session.lau_id}">
    <div class="blockMessage blockMessage--important">
        {{ phrase('lau_username_x_you_are_currently_using_username_y_account_click_here_to_go_back_to_your_account',
        {
        'from_username': $xf.session.lau_from_name,
        'to_username': $xf.session.lau_to_name,
        'link': link('logout/lauout')
        }) }}
    </div>
</xf:if>

$0
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

@Rooted It must be editable also via the ACP. Do you have full admin rights?
 
Top