Hix chưa có câu trả lời và đã ngâm cứu đc các bạn ạ..
Chỉ cần đưa đoạn này nếu như không muốn nó hiển thị ở board
if(!empty($context['current_board']))
echo '';
Thay vào sẽ đc đoạn như thế này
//Close table for towerright ads
if (function_exists("show_towerrightAds") && function_exists("show_towerleftAds") && function_exists("show_bottomAds"))
{
$ads = show_towerrightAds();
if(!empty($context['current_board']))
echo '</td></tr></table>';
elseif(!empty($ads))
echo '</td><td valign="top">', $ads['type']==0 ? $ads['content'] : eval($ads['content']) ,'</td></tr></table>';
unset($ads);
Và không muốn hiển thị ở topic thì tiếp là thay = topic
if(!empty($context['current_topic']))
echo '';
Mình không biết về code chỉ mò.. nếu nhìn đoạn trên chưa hiểu thì pm mình nhé,