[RSS Feed/News] xf:foreach not iterating through PHP callback array

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I'm having trouble iterating through an array given by a PHP callback.

I've set up an HTML widget above my nodes to display one thread in my forum. There's not much to it but it's not iterating through any metadata I put in the array through the callback

Here is the thread I'm trying to get ahold of:
Screenshot_2.png

PHP Setup:

PHP:

Code:
<?php

namespace Madsen;

class News {

    public static function getHtml($content, $params) {

        // I will find a use for $params later

        $finder =...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom