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:

PHP Setup:
PHP:
Read more
ادامه مطلب...
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:

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
ادامه مطلب...