Category Module Download : You must register before you can view this text.
You can edit some options in file
category_block.phpEdit CSS in file c
ategory_block.tplInstall1. Upload
category_block.php to engine/modules/
2. Upload
category_block.tpl to templates/{Current template}/
3. Upload directory
"category_block" to templates/{Current template}/
4. Open file engine/init.php
Find
You must register before you can view this text.
ABOVE it add
You must register before you can view this text.
5. Open 3 file engine/inc/addnews.php, engine/inc/editnews.php and engine/inc/massactions.php
Find
clear_cache();
ABOVE it add
You must register before you can view this text.
File : engine/inc/massactions.php do it
4 times.
6. Open file engine/inc/categories.php
find
@unlink( ENGINE_DIR . '/cache/system/category.php' );
BELOW it add
You must register before you can view this text.
Do this
5 times
7. Open file engine/modules/addnews.php
Find
clear_cache();
Or find
if( $approve ) clear_cache();
ABOVE it add
You must register before you can view this text.
8. Open file index.php
find
$tpl->set('{login}',$login_panel);
BELOW it add
You must register before you can view this text.
9. Open file
main.tpl of current template and add
{category_block} wherever you want to show category.