EasyTarget
Well-known member
EasyTarget submitted a new resource:
Call php file from a page node - Call .php file from a page node. Works in XenForo v 1.2 or 1.1.5
Read more about this resource...
Call php file from a page node - Call .php file from a page node. Works in XenForo v 1.2 or 1.1.5
At some point you may want to call an external php file, and have the results show up in your forums. There are a bunch of different ways to do this, but I am going to show a simple example that helps you get the ball rolling.
The example is going to query the XenForo database for all users, and group them by their user group.
Here's what how I would do it.
Create your own directories in your XF library directory.
1. The directory structure should be like this
a....
Read more about this resource...