Mod Files by Snake vs. Addons(Eklentiler by MeHMeT aka MaRZoCHi)
-=Dosyalar Modülü Eklentileri by MaRZoCHi=-
-=Dosyalar Modülü Eklentileri by MaRZoCHi=-
================================================================================
======
Yorumlar / Comments
================================================================================
======
======
Yorumlar / Comments
================================================================================
======
Installation / Kurulum :
???
1) Open index.php
Add:
require_once ENGINE_DIR.'/modules/files/files-comm.php';
2)Open index.php
Find:
$tpl->set('{topnews}',$topnews);
Add:
$tpl->set('{filescomm}',$filescomm);
3) Open engine/init.php
Add:
require_once ENGINE_DIR.'/modules/files/files-comm.php';
4) Open /main.tpl
Add :
{filescomm}
Download : Нажмите для просмотра прикрепленного файла
================================================================================
======
Top Download Files / En Çok İndirilen Dosyalar
================================================================================
======
======
Top Download Files / En Çok İndirilen Dosyalar
================================================================================
======
Installation / Kurulum :
???
=======================================
Open index.php :
=======================================
Find :
$tpl->load_template('main.tpl');
Add After :
require_once ROOT_DIR.'/engine/modules/files/topfiles.php';
$tpl->set('{topfiles}',$topfiles);
=======================================
Open main.tpl
Add your block :
{topfiles}
=======================================
İf You don't See Changeble :
Delete
engine/modules/top_downloads_files.tmp
=======================================
Download : Нажмите для просмотра прикрепленного файла
================================================================================
======
Download Categories / Kategoriler (Tree Menu - Thanxs to Kafax)
================================================================================
======
======
Download Categories / Kategoriler (Tree Menu - Thanxs to Kafax)
================================================================================
======
Installation / Kurulum :
???
1. Upload Files in Upload Folder : for install folder
==================================================
2. Open index.php:
Find
require_once ROOT_DIR.'/engine/init.php';
Add After:
require_once ROOT_DIR.'/engine/modules/catlist.php';
Find
$tpl->load_template('main.tpl');
Add After:
$tpl->set('{catlist}', $catlist);
=====================================================
3. Open main.tpl:
Find
{headers}
Add After:
<link rel="StyleSheet" href="{THEME}/css/dtree.css" type="text/css" />
<script type="text/javascript" src="{THEME}/css/dtree.js"></script>
Put Your Block :
<div class="dtree">
<center><a href="java script: d.openAll();">Open All</a> | <a href="java script: d.closeAll();">Close All</a></center>
<br>
<script type="text/javascript">
<!--
d = new dTree('d','{THEME}/img_cat/');
d.add(0,-1,'Files Categories');
{catlist}
document.write(d);
//-->
</script>
</div>
Or Manuel Upgrade from Tree Menu / Manuel Geçiş
Upgrade :
Upgrade :
???
==========================================
Open engine/modules/catlist.php
==========================================
Find :
$link=$config['http_home_url'].'index.php?do=files&op=cat&id='.$row['id'];
Replace it :
$link=$config['http_home_url'].'files/cat/'.$row['id'].'.html';
Download : Нажмите для просмотра прикрепленного файла
================================================================================
======
Files Info - Site & Files Info / Dosya Bilgileri - Site & Dosya Bilgileri
================================================================================
======
================================================================================
======
(Only Files Info / Sadece Dosyaların Bilgisi)
Installation / Kurulum :
???
Open : index.php
Find :
require_once ROOT_DIR.'/engine/init.php';
Add After :
include ROOT_DIR.'/engine/modules/filesinfo.php';
Find :
$tpl->result['vote']);
Add After :
$tpl->set('{filesinfo}',$filesinfo);
Put This Code on main.tpl
{filesinfo}
Download : Нажмите для просмотра прикрепленного файла
================================================================================
======
================================================================================
======
(Site & Files Info / Site ve Dosyaların Bilgisi)
Installation / Kurulum :
???
Open : index.php
Find :
require_once ROOT_DIR.'/engine/init.php';
Add After :
include ROOT_DIR.'/engine/modules/siteinfo.php';
Find :
$tpl->result['vote']);
Add After :
$tpl->set('{siteinfo}',$Siteinfo);
Put This Code on main.tpl
{siteinfo}
Find :
require_once ROOT_DIR.'/engine/init.php';
Add After :
include ROOT_DIR.'/engine/modules/siteinfo.php';
Find :
$tpl->result['vote']);
Add After :
$tpl->set('{siteinfo}',$Siteinfo);
Put This Code on main.tpl
{siteinfo}
Download : Нажмите для просмотра прикрепленного файла
================================================================================
======