ScottLott
Member
Hey guys,
I'm trying to setup a PHP file that can update XenForo page nodes.
I found the database location of the node page templates (xf_template) but I can't just modify the mySQL table, it doesn't update the page.
It looks like another file is created in the "template_parsed" column of the database that holds a saved version of the template XenForo actually uses to render the page nodes.
This second column stuff isn't something I can make on the fly, so I'm wondering what can be done to modify Page Nodes from a PHP file?
I'm trying to setup a PHP file that can update XenForo page nodes.
I found the database location of the node page templates (xf_template) but I can't just modify the mySQL table, it doesn't update the page.
It looks like another file is created in the "template_parsed" column of the database that holds a saved version of the template XenForo actually uses to render the page nodes.
This second column stuff isn't something I can make on the fly, so I'm wondering what can be done to modify Page Nodes from a PHP file?