Hello.
I am currently trying to get the current node id in a php callback script. Basically, I know you can get the current visitorID by doing this
$visitorID = XenForo_Visitor::getUserId();
is there a similar code to get the current node id the user is viewing?
Also sorry for not linking my...