| Transfer the Users browsing the ads block
Hi I'm trying to transfer the Users browsing the ads block (default located under categories section, and displayed only on the index.php front page)
into the left side open template.
1- I removed the following code line:
include( "{$Globals['TMPL_PATH']}/onlinepal.tmpl" );
from the undercat-sidebar.tmpl
2- I included the following code in the sidebar-leftopen.tmpl
if ( $Globals['onlinepal'] == "yes" ) {
include( "{$Globals['TMPL_PATH']}/onlinepal.tmpl" );
}
The online user block will show OK in the front page, but when visiting other pages that block will show just the block's title (Users browsing the ads ) and the users are not any longer listed in that block content.
There is any possibility to have that block visible in any page like the statistics, calendar etc?
Many thanks
|