CMS MADE SIMPLE FORGE

Uploads

 

[#12096] Module no longer showing in Content Section.

avatar
Created By: Darren Kierman (kierweb)
Date Submitted: Tue Aug 06 06:16:42 -0400 2019

Assigned To: Robert Campbell (calguy1000)
Version: 1.26
CMSMS Version: 2.2.10
Severity: Minor
Resolution: Invalid
State: Open
Summary:
Module no longer showing in Content Section.
Detailed Description:
Module no longer showing in Content section, and only appears under Extensions
as the default "Manage User Uploads" - ignoring "Friendly name for this module"

You can set the admin section in the config.php

1.  Add:  $config['uploads_adminsection'] = 'content';
2.  Clear cache.

The friendlyname functionality now comes purely from the lang file.

If you want to change it:

mkdir -p assets/module_custom/Uploads/lang
cat > assets/module_custom/Uploads/lang/en_US.php
$lang['friendlyname'] = 'Whatever I want'
^D

Then clear cache.

Note:  The same methods can be used for overriding any lang string in any module
in any language supported by CMSMS.




History

Updates

Updated: 2019-08-06 16:06
description: Module no longer showing in Content section, and only appears under Extensions as the default "Manage User Uploads" - ignoring "Friendly name for this module" => Module no longer showing in Content section, and only appears under Extensions as the default "Manage User Uploads" - ignoring "Friendly name for this module" You can set the admin section in the config.php 1. Add: $config['uploads_adminsection']
resolution_id: => 9