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 ForumsForumForumForum TeaserForum Teaser
Previous
 
Next
New Post
11/26/2006 6:33 AM
 

Hi,

After finding the What's New forum module it doesn't really do what I want.

Does anyone know of module that puts either the most recent 3 threads or a random set of thread links that can act as a teaser on other pages to entice people to visit the forum.

I wouldn't want the module to be very big, probably displaying just the thread titles and maybe who it is posted by.

I know its probably a long shot but you never know so I thought I'd ask.

Thanks
Liz
DNN 3.2

 
New Post
11/27/2006 11:28 AM
 

Hmm, I thought you could set all that in the settings of the What's New module.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
11/27/2006 1:27 PM
 

Considering that Crispy wrote the forum module I am guessing that his suggestion is the best here.

Alternatively you could take the RSS feed from the Forum and use the XML/XSL module to filter, format and display it in any manner you want. You will need to learn XSL first if you don't already know it.


ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
New Post
11/27/2006 1:42 PM
 
I went the custom RSS feel route and it works great.    I limit the front page rss feed to 10 items using xsl.
I found this on a DNN website somewhere....but I forget.

My site is www.bugnetproject.com for an example and here is the stylesheet that I use:

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:param name="TITLE"/>

<xsl:template match="rss">
    <style type="text/css">
        .info{
            position:relative; /*this is the key*/
            z-index:24;
            text-decoration:none}

        a.info:hover{z-index:999;text-decoration:none;}

        a.info span{display: none;}

        a.info:hover span{ /*the span will display just on :hover state*/
            display:block;
            position:absolute;
            text-decoration:none;
            top:2em; left:0.5em; width:170px;
            font-size:10px;
            font-weight:normal;
            border:1px solid #ccc;
            background-color: #efefef; color:#000;
            text-align: left;
        }
    </style>
  <!-- Do not show channel image -->
  <xsl:for-each select="channel/item[position() &lt; 9]">
    <br />

    <strong><a class="info" href="{link}" target="_main"><xsl:value-of select="title"/><span><xsl:value-of select="description"/></span></a></strong>
 <br/>
  </xsl:for-each>
</xsl:template>

<xsl:template match="description">
  <br>
    <xsl:value-of select="."/>
  </br>
</xsl:template>

</xsl:stylesheet>
 
New Post
11/27/2006 2:03 PM
 
I use the RSS Feed approach but I randomly get an error:

FEED ERROR!
News Feed Is Not Available At This Time. Error message:The remote name could not be resolved: 'www.pokerdiy.com'

An error has occurred.
Error: From the Forums  Stay tuned with the PokerDIY Forum Feed! is currently unavailable.

So every now and again I have to make it viewable by Admin only until it goes away (normally lasts a day or two)

Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum TeaserForum Teaser


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