Cupara
Well-known member
Description: This adds the status update box to the Recent Activity page. Utilizes the jQuery of XenForo for eliminating the page reload.
Install:
Upload the /xfFeed/ directory to your library folder on your site.
Install the xml file and done
Open template 'news_feed' and find:
	
	
	
		
Add below:
	
	
	
		
Changelog:
v1.0
Initial release - no known bugs
				
			Install:
Upload the /xfFeed/ directory to your library folder on your site.
Install the xml file and done
Open template 'news_feed' and find:
		HTML:
	
	<xen:require js="js/xenforo/news_feed.js" />
	Add below:
		HTML:
	
	<xen:require js="js/xenforo/personal_details_editor.js" />
<xen:include template="xffeed_status_update" />
	Changelog:
v1.0
Initial release - no known bugs