View Single Post
  #6  
Old 26th December 2010, 16:56
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
this one: http://www.btiteam.org/smf/index.php?topic=10376.0 ?

when i tried to install it i got error for not having enough permissions so i chosed to try "manual"

1. In language/english/lang_blocks.php find this:

PHP Code:
?> 


2.
Add this before it:

PHP Code:
$language["BLOCK_CAT"]="Categories"


3.
Copy toCopy/categories_block.php as blocks/categories_block.php

4. Run the following SQL Query via phpMyAdmin:

PHP Code:
INSERT INTO `xbtit_blocks` (`content`, `position`, `sortid`, `status`, `title`, `cache`, `minclassview`, `maxclassview`) VALUES ('categories''l'11'BLOCK_CAT''no'38); 
Click the image to open in full size.
Reply With Quote