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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsAnnouncementsAnnouncementsModule Name is included in TitleModule Name is included in Title
Previous
 
Next
New Post
12/10/2008 6:20 PM
 

Hello All,

I created an announcement module to be consumed by RSS Readers and everything is working just fine, except that the MODULE NAME for some reason is included in the news title. So, let's say the news title is "Welcome", when you syndicate the module you will see "MODULE NAME - Welcome - Date". I want to remove the MODULE NAME.

Any ideas?

I already tried setting the module name to blank, which does not work well, because you will get a leading DASH in front of the title, like "- Welcome - Date".

Thank you,

Rafael

 

 
New Post
12/11/2008 4:09 AM
 

the announcement module uses the core rss feature which in turn uses the core search feature to get the items for the feed. This is the reason the module name is added to the item title, and it is also the reason it cannot be changed.... sorry


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
1/3/2009 3:32 PM
 

Well, not to be disrespectful, but that's not entirely true.  You can change this 'feature', however, a developer needs to 'own' and 'manage' the changes with each new DNN version upgrade, or module upgrade.  It's not something I'm exactly recommending, but it can be done, and it's something I've been doing since the early days of DNN's release. The method to use varies by release, but I've blogged about it with the new DNNv5.0.0 and Announcements v4.0.1 releases.

The end results were worth my trouble because I get a better implementation of the generated news feed, and that's what's really important to me. My feelings are a lot of folks are seriously troubled by the internal news feed syndication, so much so that it's not being used all that much from what I can tell.  In fact, DNN does not provide a newsfeed generated with the default internal syndication method, at least I haven't found one.  Most folks who use DNN and provide syndicated content opt to use either the Blog module, which has it's own RSS generator, or a custom module.

What's really sad to me it that it doesn't really have to be implemented this way.  Check out my blog on WizzoDawg and comment there, or better yet in the post I entered on the 'Chat About It' forum thread.  I'd, also, like to hear about anyone who is using the Announcements module and syndicates the content. 

All in all, internal syndication can be improved, it's just a matter of understanding what is really needed in a news feed generator and going about fixing it.

Just my thoughts...

 
New Post
8/15/2012 10:31 PM
 

It can also be changed in the XSL file that you use for your transformations.

The DefaultTrim.xsl has this line in it for the title:

<xsl:value-of select="title"/>

 I have found that this works ('News Archive - ' being what I wanted to remove for this specific feed):

<xsl:value-of select="substring-after(title,'News Archive - ')"/>

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsAnnouncementsAnnouncementsModule Name is included in TitleModule Name is included in Title


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