File Manager Module

From Fishcakes Wiki

Jump to: navigation, search
Edit Menu

Image:Icon_Exponent_40px.png File Manager Module

This page contains info about the Exponent File Manager Module.

Contents

About File Manager Module

This module does not load files to /files/ directory. This is not right.

Code Corrections

To correct the module so it displays the Module Title, edit the class file:

/modules/filemanagermodule/class.php           (file)
Find code in Line 53:
$template = new template('filemanagermodule',$view,$loc);
Add the following code below this line:
$template->assign('moduletitle', $title);

Then edit file:

/modules/filemanagermodule/views/Default.tpl   (file)
Find code in Line 16:
<ul>{foreach from=$collections item=collection}
Add the following code above this line:
<div class="moduletitle listing_moduletitle">{$moduletitle}</div>


Image:Icon Resources 20px.png Exponent CMS Resources

Official Exponent Resources


Unofficial Exponent Resources

MySQL Resources

PHP Resources


Personal tools