HTML module with automatic updation in every page - dotnetnuke

I am extremely new to dotnetnuke. I have added an HTML module in home page. I want this module with same content in some other pages and it should be update automatically when i update in home page. How can i implement this in Dotnetnuke?
Please anyone help me!!!!

In the ribbon bar on top of the page, on the common tasks tab, in the Add module section
select the Existing radio button
select your home page in the page drop down
select the module you want a reference to in the Module drop down
click add module
P.S. this question is not programming related and doesn't really belong on SO. A better place to ask this question is the forums on DotNetNuke.com, you may also want to support the DNN proposal for StackExchange here.

Related

Joomla based website displaying modules despite being deselected on that page

I have a Joomla website here and when you click on an article from the homepage it stills displays all of the home page modules. I went thru the settings for each module, and it is set to display only on the home menu page. I go to the menu setting that the articles are under and the settings stated the modules are published but not displayed. Any help would be appreciated!
I discovered the issue was due to a category error. The category is supposed to auto create a page for itself, however, it did not happen for whatever reason. So I had to delete the category and then make the category again and everything was fine. The reason the home page modules were appearing on articles is because that's the default behavior of Joomla when it can not find a specific page.

Installed DNN Module - Not showing in dropdown to give link

I had an link in my DNN site Menu - pointing to aspx page of my installed module.
I replaced this link with an external link.
And now i wish to change back to old one - aspx from module. BUT am not getting that listed in the dropdown
How to get that back or I missed anything ? I could found the module still in that EXTENSIONS.
Please suggest
Rigin
I think you may be a little confused,
Modules are placed on pages, (One or mor module generally makes up a page.
Menu links refer to pages,
To add a module to a menu it must be on a page.
Once you have placed you module on a page you can select it from the select a web page drop down
A dnn module got 2 pages a view page and a settings page. So you must be sure that your module start's with the correct page.
So what you want is not possible the way you want it.
Best way for you is to control the page in your module. You can control this with for example a user controls(ascx). See image for a default module view.

Display content from sub pages

I would like to make sub pages under and existing page. Lets say the page is "Success Stories" and under this page the user can enter in other pages and format them any way they want. What I need is a way to make a repeater of all these subpages with stuff like the page title, a little bit of the content, and a button that links to the actual page.
Is this possible out of the box? I am willing to buy a module if it is reasonable;however a Google search returned no results.
Thank you.
The best option I know is Child Links from Ventrian.
You can show all children with title and description & links. (NOTE: description is Page description NOT content from the page.)
what version of dotnetnuke are you using?
Two options:
ONE
There is a copy page function where you can choose what modules and setting to copy to the new page.
Under the pages menu - click copy page
then you can select what page to copy from, and then it will list all modules on that page. You can choose to copy the module with or without content or even reference the module on the source page.
TWO
Other than that you can create a page template that a user can select that is pre-designed by you. Create the base page the way you want it and then click export page under the page / edit page menu depending on your version. A template will be created in your portal template folder that can be used when creating new pages.
If you are looking to automate this process, then you will have to look into a custom module or design a sql script you can run yourself (but this is a lot more maintenance as it can change with every version.)

Dotnetnuke Website - File location of pages

While adding an HTML module to my dotnetnuke web site, I got an unexpected bug. Do not know how it happened. Instead the module tile was added at the extreme top of the page as body text. Please refer this link - http://indiastockspotter.com/LiveTrades/tabid/151/Default.aspx
At the top of the page above the menu bar the text "Live trades - Futures and Stocks" is added. I can't find a method to delete this. I think by editing the code behind this page, It can be corrected, but no idea where the file is located. Searched many folders but no success.
DotNetNuke doesn't create files for each page; the structure of the site is stored in the database.
There should be a "Manage" button for each module (including the one at the top of your page), which would let you move the module to the correct pane.

DotNetNuke 5: How do you edit module content in DotNetNuke 5?

How can I edit modules in DNN5? I have previously used DNN4. It is not obvious to me what to do now.
There isn't anything that has changed substantially between DNN 4 and DNN5 in terms of editing module content. First, make sure that you're logged in with a user who has edit permissions to the module. Then make sure that you're viewing the site in Edit mode (the radio buttons on the top left). Then, there will probably be an "action menu" in the top left corner of the module's container, from which you can access the module's edit page.
If you're still having trouble, it may be that you're using a container that doesn't have the standard action menu. You can try changing the container for the page or the site (in page or site settings) to see if that addresses the issue.
Finally, which module are you trying to edit content in? Is it an HTML module, or some other module?

Resources