Thread: Disable blocks
View Single Post
  #5  
Old 18th August 2008, 11:19
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
Man , maybe u dont wanna understanding, this blocks, must be disabled directly from template, this themes are not for my tracker, this themes are for everybody, & im not administrator for all trackers to disable this block from admin panel or DB
I solved this problem , tnx anyway

I asked on Yuna site & my question she was the answer :))

<?php
if (substr($_SERVER['PHP_SELF'], -12)!="torrents.php")
right_menu();
?>

Just i replaced "torrents.php" with "browse.php" & right_menu(); with show_blocks('r');
Reply With Quote