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 ForumsForm and ListForm and ListBullets in RSS feedBullets in RSS feed
Previous
 
Next
New Post
5/10/2012 5:08 PM
 

Hello,

I'm not sure this is caused by the Form and List module, but I enabled the RSS feed on one of my list and a bullet is being injected into the feed. I can't seem to track down where it is coming from. Any ideas or suggestions are appreciated.

http://www.xtremecoil.com/News/NewsRe...

Thanks

Rich

 
New Post
5/10/2012 6:30 PM
 

I have a suspicion that the problem is occurring because of the way I created the template. Do I need to wrap the h2 and div tags with an xsl tag? If so which one? I added those tags so that I could style them. If that is not the proper way, how should I do it? Here is that section of my xsl.

<xsl:template match="udt:Data" mode="list">
    <xsl:param name="from" select="1" />
    <xsl:param name="to" select="count(*)" />
    <xsl:if test="position() &gt; $from and position() &lt; $to">
      <div class="udtDiv">
        <xsl:call-template name="EditLink" />
         <h2 class="udtTitle">
           <xsl:value-of select="udt:Title" disable-output-escaping="yes" />
        </h2>
        <div class="NewsDesc">
          <xsl:value-of select="udt:Description" disable-output-escaping="yes" />
        </div>
      </div>
    </xsl:if>
  </xsl:template> 

Thanks

Rich

 
New Post
5/11/2012 1:52 AM
 
Rich, I am sorry, the &bulls; are hard set in code. Please add a feature request at http://dnnfnl.codeplex.com/WorkItem/Create

Best regards
Stefan
 
New Post
5/11/2012 4:24 PM
 

Hi Stefan,

Thank you for the follow up. I submitted a request on CodePlex. Is it possible to access that code in the DesktopModules Folder? Or would I need to download the source code for the module and recompile? If I can wrap those bullets in a tag, then I could use jQuery .remove to remove them from my page.

Rich

 
New Post
5/14/2012 9:19 AM
 

Just to follow up on this, I was able to remove the bullets from my feed via jQuery. Because I want to display the feed on one of my pages using the News Feed module I was able to place a small script on the page coded to remove the bullets at page load.

Here is the script I used for anyone else facing this issue in the future.

<script>
    $(window).load(function() {
       $('*').contents(':contains(•)').filter(function(){return this.nodeType==3}).remove()


    });

</script>

Simply place this script in the header section of an html module under module settings on the page where you want the feed displayed. Would probably also work in header section of news feed module. All bullets on the page will be removed.

Hope this helps

Rich

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListBullets in RSS feedBullets in RSS feed


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