Quote:
Originally Posted by Destron
It would also be great if this could be displayed in the portal instead of the forum page, like a widget, especially the welcome (username) stats 
|
That's not currently a planned feature, but it may get added in the future.
Quote:
Originally Posted by Da-Vinci
How would I move the welcome message and top 5 stats below the Whats Going On box
I tried this in the xml file but it didn't work.
HTML Code:
{vb:raw ad_location.global_above_footer} = $panels . $ad_location['global_above_footer'];
|
The correct code is this:
PHP Code:
$ad_location['global_above_footer'] = $panels . $ad_location['global_above_footer'];
Fillip