• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

xfFeed

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:
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
 

Attachments

  • xfFeed-v1.0.zip
    xfFeed-v1.0.zip
    6.5 KB · Views: 14
  • recent-activity.webp
    recent-activity.webp
    10.7 KB · Views: 92
Top Bottom