Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Custom module description View modes: 
User avatar
Member
Member
joeh42 - 6/2/2011 11:08:31 AM
   
Custom module description
How can I set the description underneath a custom module?

I added a custom module to the tools tab. When I click on tools, it displays all the modules and their descriptions. I.e.:

Reporting
This section displays a list of report categories. You can either create new report category, or edit or delete existing ones. For each report category, you can edit, delete, clone or export individual report or create a new one.

How can I set this for my custom module? It just states:
[ModuleName]
"Tools.[ModuleCodeName].Description"

Thanks!
Joe Hoppe

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 6/2/2011 11:51:55 PM
   
RE:Custom module description
Hello,

Those strings are resolved as resource strings. Please take a look into the CMSResources/CMS.resx file. You can search for example for the Tools.AbuseReport.Description string. As you can see, there is the description for the AbuseReport module available. You need to create a similar section for your custom module. For more information about handling resource strings please check our documentation.

Best regards,
Boris Pocatko

User avatar
Member
Member
joeh42 - 6/9/2011 2:13:50 PM
   
RE:Custom module description
Thanks!!! I couldn't find in the documentation where to put that anywhere, but it works great now