Resource icon

xF2 Template Modification Profilepost button

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:

BattleKing submitted a new resource:

Profilepost button - Profilepost button

Does your forum also need more social conversations? Then place the inviting button. This button is only visible to logged in members.
Edit the forum_overview_wrapper template.
look for this line: <xf:pageaction>
Place this code directly below it:

HTML:
           <xf:if is="$xf.visitor.user_id">
<xf:button href="{{ $xf.options.forumsDefaultPage == 'profile-posts' ? link('forums/new-posts') : link('whats-new/profile-posts') }}" icon="user">
{{...

Read more about this resource...
 
Top