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 ExtensionsModulesModulesAdd a module into other modulesAdd a module into other modules
Previous
 
Next
New Post
11/18/2013 9:26 AM
 

I’m developing a module that I want to add to other existing modules. I have inserted the following code into the edit.ascx for another module:

 

<%@ Register TagPrefix="dnn" TagName="MyEdit" Src="~/DesktopModules/MyModule/Edit.ascx" %>

<dnn:MyEdit id="objmyEdit" runat="server"></dnn:MyEdit>

 

How do I make it so that when the other module is saved, is sends a signal to save my module as well?

 
New Post
11/18/2013 10:57 PM
 

This sort of functionality is not by design in DNN - there is currently no sort of events type implementation in DNN that would all for actions on one module to trigger events on other modules.

What exactly are you trying to achieve ?

 
New Post
11/19/2013 3:19 AM
 
Thank you for your answer!

I want to be able to tag pages and other content. But not the usual tagging, only a couple of predefined tags where the user sets a number to rate how well it fits the topic.
 
New Post
12/23/2013 8:45 AM
 
you can add another control in ur custom DNN Module but user different names not View / Edit / Settings
and use it in your code behind to call it or send parameters to it.
and my best practice in this situation is to make all ur work in a view and ur other code in another view and from code behind show which view you want to your client based on your code.
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesAdd a module into other modulesAdd a module into other modules


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