Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesModule customizationModule customization
Previous
 
Next
New Post
3/16/2010 7:46 PM
 

Hi.

I'm not sure that this is the right place to ask this. I'm developing a custom module and having problem with frontend customization. I'd like to have module with no title and no default html elements that host my module aspx code. I mannage to add actions but not remove any of default html elements.

Please help.

 
New Post
3/17/2010 8:41 AM
 

You have two options.

1.) Distribute a blank container with your module

2.) Uncheck the option to "Display Container"


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
3/17/2010 11:11 AM
 

 Won't option 2 prevent his actions from showing up?

 
New Post
3/17/2010 12:16 PM
 
Thanks guys. I was thinking of blank control container (not skin container), but had no luck in finding a proper tutorial or how to. Most of them are a bit basic. I'm also trying to get tokens work for this control to include it in new skin. This control is more or less default view control, that shows data from the database, it's included in all pages and should not be changeable, but I'd like to get rid off tables in skin design as well. I made a work arround with skin containers, but I don't like it. Thanks.
 
New Post
4/2/2010 5:16 AM
 

This was in fact quite simple solution. If someone searches for removing module title and it should be put in Page_Init or Page_Load

 Dim titleSkinObject As Control = Me.ContainerControl.FindControl("dnnTitle")
 titleSkinObject.Visible = False

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesModule customizationModule customization


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out