Resource data pulled on Member page?

I'm not sure I understand "$article or $update array"? I'm not familiar with this code in the context of the member profile or resource authors code.

Anyway, to answer your question, the Resources tab pulls in information via an AJAX request. The actual content is pulled via an AJAX request to this page: http://xenforo.com/community/resources/authors/floren.18/

It's one of the features of the XenForo tabs system. It is able to load the content of any page in a tab without the surrounding container.

With that in mind, to make any changes to that you would need to extend the XenResource_ControllerPublic_Author controller. (actionView to modify the parameters available on a user's page).
 
Thank you Chris, that was exactly what I was looking for: XenResource_ControllerPublic_Author.
 
Top Bottom