Hi there
I have a problem with this module. In the random_arcade.php file you have this line of code
eval('$home["$mods[modid]"][\'content\'] .= "' . fetch_template('adv_portal_rand_arcade') . '";');
in the php file it puts the block right across the whole page.
But with this code
eval('$home[$onlineid][\'content\'] = "' . fetch_template('adv_portal_rand_arcade') . '";');
it works as a block but it will only show on the left if the order is set to 1 even if you set the order to 5, 10, it will only show it in order 1.
can anyone help with this
|