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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Recommendation for module manager / page managerRecommendation for module manager / page manager
Previous
 
Next
New Post
11/6/2013 12:54 PM
 

I am looking for a module or possible two depending on my currents needs.

1. Basically I am looking for a module that allows me to add a module to multiple pages  at the same time.

2. I am looking for a module that manages pages and links to the pages.  For example, I create a page called "animals.aspx".  There are several pages that have links to the "animals.aspx" page.  I have been asked to change the name of this page to "species.aspx". Once I change the page name to species.aspx the links are broken on the pages that have links to "animals.aspx" page unless I create a redirect to the "species.aspx" page.  This is where it would be nice to have a Page/Links manage module. 

I figure there should be some modules, but I would like some recommendations of some stable modules that can perform these functions.

Thanks for your help.

 

 

 
New Post
11/6/2013 7:47 PM
 

You can add one module to a page and copy the module to all pages using the module Settings.

For links you can use the DNNLinks module you can download from dnnlinks.codeplex.com

AFAIK, I didn't know of modules that complete included all functions you need.

 
New Post
11/7/2013 9:46 AM
 

Thank you. Yes I am aware of the process of copying a module to pages.  I just wondered if there was a module that will allow you to copy a module to multiple pages at one action.

I did find a module in the DNN Store called Page Manager created by dnneagles.  Can anyone give any feedback on this module?

 As far as the dnn links, this module only displays links.  It does not manage pages and links to pages, so this module does not meet the needs for me.  Thanks for your input.

 

 
New Post
11/7/2013 10:19 AM
 
You might try and look for a broken link checker.
I use a free program called link sleuth, but there are also other options....
 
New Post
11/8/2013 6:30 AM
 

Its possible to do global replaces on the contents of HTML modules if you are careful using SQL:

Running the following as a T-SQL script would replace or versions of "ORIGINALVALUE" with "NEWVALUE" across all HTML modules on your site.

declare @FIND as nvarchar(MAX)
declare @REPLACE as nvarchar(MAX)
set @FIND = 'ORIGINALVALUE'
set @REPLACE = 'NEWVALUE'
update HtmlText 
set Content = cast(replace(cast(Content as nvarchar(max)),@FIND, @REPLACE) as ntext)


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Recommendation for module manager / page managerRecommendation for module manager / page manager


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