View Single Post
  #4  
Old 02-16-2008, 01:45 PM
Namaless Namaless is offline
Member
 
Join Date: Oct 2007
Posts: 50
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

I create 2 new hooks in "gars_class_page.php" before and after for comments bits:
PHP Code:
($hook vBulletinHook::fetch_hook('gars_class_page_start')) ? eval($hook) : false;

$return = ($this->templates['com'] ? $this->templates['com'] : 'postbit');

(
$hook vBulletinHook::fetch_hook('gars_class_page_end')) ? eval($hook) : false
I need this for interactive with comments bits.

Thanks
Reply With Quote