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:
BattleKing submitted a new resource:
Profilepost button - Profilepost button
Read more about this 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 theforum_overview_wrappertemplate.
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...