Xenforo 2.1 How to add widget in header?

taahduve

New member
Registered
Joined
Jul 9, 2021
Messages
2
Points
3

Reputation:

Hello I know we can add widget key to any position but i am not able to add in header.
I need to add widget exactly beside of logo.

Please any help.
 

BattleKing

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

Reputation:

You need to change the PAGE_CONTAINER template and add code like this to the position you want:
e.g.:
PHP:
<xf:widget key="dbtech_shop_wallet" />

Please do the changes via a template modification.

1626366194200.png

Result:
1626366137700.png
 
Top