Want to get extra button with icon near download button XFRM

Roland

Well-known member
Registered
Joined
Sep 19, 2022
Messages
89
Points
8

Reputation:

want extra button here with icon
2245.png
 

dwinchester

New member
Registered
Joined
Aug 12, 2020
Messages
0
Points
38

Reputation:

Deleted

Roland

Well-known member
Registered
Joined
Sep 19, 2022
Messages
89
Points
8

Reputation:

Pokschubin

Well-known member
Registered
Joined
Dec 13, 2018
Messages
50
Points
63

Reputation:

Example:

HTML:
<div class="block-outer">
    <div class="block-outer-opposite">
        <a href="#" target="_blank" style="float:left;"><i class="far fa-user"></i>  <font color="orange"><b>Text</b></font></a>
    </div>
</div>
 

Roland

Well-known member
Registered
Joined
Sep 19, 2022
Messages
89
Points
8

Reputation:

Example:

HTML:
<div class="block-outer">
    <div class="block-outer-opposite">
        <a href="#" target="_blank" style="float:left;"><i class="far fa-user"></i>  <font color="orange"><b>Text</b></font></a>
    </div>
</div>
Pokschubinwhere to add?
 
View previous replies…

BattleKing

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

Reputation:

Roland

Well-known member
Registered
Joined
Sep 19, 2022
Messages
89
Points
8

Reputation:

Possibly there is an other modification for that template, take a look and search for template modification with that template name.

What is about if you press test button inside the template modification?
BattleKingnothing happens when i click test button i guess i skip this.
 

thomsa

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

Reputation:

what if direclty edit template without going modification page? is it bad?
RolandTemplate modifications it's verryyyyyy good. because it not hard edit template.
 

thomsa

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

Reputation:

but not working i actived Debug mode enabled and still when i do not change anything
Rolandto add
$config['development']['enabled'] = true;
on config.php for use this fuction.
 
Top