1 missing visitor panel icon

moohook

Well-known member
Registered
Joined
Feb 8, 2019
Messages
108
Points
38

Reputation:

8b6de66b4df14119556e96af306e8fc8.png


Your content is missing icon how to add correct icon ? I wonder if someone can help me
 

BattleKing

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

Reputation:

You can create a template modification on "account_visitor_menu" like that:

find
HTML:
<li><a href="{{ link('search/member', null, {'user_id': $xf.visitor.user_id}) }}" class="menu-linkRow">{{ phrase('your_content') }}</a></li>
replace
HTML:
<li><a href="{{ link('search/member', null, {'user_id': $xf.visitor.user_id}) }}" class="menu-linkRow"><i class="fa fa-comment fa-large fa-fixed-width" style="padding-right:6px;"></i> {{ phrase('your_content') }}</a></li>
 

moohook

Well-known member
Registered
Joined
Feb 8, 2019
Messages
108
Points
38

Reputation:

You can create a template modification on "account_visitor_menu" like that:

find
HTML:
<li><a href="{{ link('search/member', null, {'user_id': $xf.visitor.user_id}) }}" class="menu-linkRow">{{ phrase('your_content') }}</a></li>
replace
HTML:
<li><a href="{{ link('search/member', null, {'user_id': $xf.visitor.user_id}) }}" class="menu-linkRow"><i class="fa fa-comment fa-large fa-fixed-width" style="padding-right:6px;"></i> {{ phrase('your_content') }}</a></li>
BattleKingThanks for your help dude!

I got one more question

3277df8b2964ff4c416f1ccb6a76ae18.png

possible to move around these options and remove some options
 

BattleKing

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

Reputation:

Thanks for your help dude!

I got one more question

3277df8b2964ff4c416f1ccb6a76ae18.png

possible to move around these options and remove some options
moohookYes you can:
1627275359200.png


select one of the toolbar, than you can move around and do everything you want:

1627275407200.jpg
 
Top