Page view counter

What's New Module from Efficion (free)

Last post 06-27-2006 12:23 PM by John de Vashon. 60 replies.

Sort Posts:

  • What's New Module from Efficion (free)

    04-26-2005, 10:28 AM
    • Loading...
    • oledave
    • Joined on 09-27-2002, 9:43 AM
    • St. Louis, MO
    • Posts 558
    • Points 2,785
    Today I'm making available an early Beta version of a What's New (aka Whats New) module for DotNetNuke 3. It displays the latest items added to your portal.

    This module is an extremely simple module right now that utilizes the Search implementation in DNN3 and thus will only work for items in modules that have implemented the new Search functionality.

    Currently, there are no settings, it will just display the 5 newest items. Eventually, I hope to add features to make it more flexible and powerful. I encourage others to grab the source and send me modifications as I've been very busy lately. I'll make sure any contributors get proper credit.

    You can download the PA and/or Source from Efficion's Site.

    Please provide feedback, suggestions, and bugs in this thread.
    David O'Leary
    www.EfficionConsulting.com
  • Re: What's New Module from Efficion (free)

    04-26-2005, 11:15 AM
    • Loading...
    • Huber
    • Joined on 07-29-2002, 3:02 PM
    • Sacramento, CA
    • Posts 107
    • Points 535

    Thanks David,  Will it list new content from your Articles Module?

  • Re: What's New Module from Efficion (free)

    04-26-2005, 11:29 AM
    • Loading...
    • oledave
    • Joined on 09-27-2002, 9:43 AM
    • St. Louis, MO
    • Posts 558
    • Points 2,785
    Yes, it should though right now it will go to correct tab but not the particular item.
    David O'Leary
    www.EfficionConsulting.com
  • Re: What's New Module from Efficion (free)

    04-26-2005, 11:42 AM
    • Loading...
    • rodneyjoyce
    • Joined on 10-24-2002, 3:45 AM
    • London
    • Posts 1,216
    • Points 6,080
    Good idea Dave!
    Rodney

  • Re: What's New Module from Efficion (free)

    04-27-2005, 1:11 PM
    • Loading...
    • AerosSaga
    • Joined on 04-03-2004, 4:21 PM
    • Williamsport, PA
    • Posts 597
    • Points 2,985
    Install went fine, but module displays:

    Error: System.Data.OleDb.OleDbException: Procedure 'GetSearchItems' expects parameter '@PortalId', which was not supplied. at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) at EfficionConsulting.WhatsNew.WhatsNew.BindData()
    CommandText: GetSearchItems



  • Re: What's New Module from Efficion (free)

    04-27-2005, 1:21 PM
    • Loading...
    • oledave
    • Joined on 09-27-2002, 9:43 AM
    • St. Louis, MO
    • Posts 558
    • Points 2,785
    That's odd... I am passing in the PortalID:
    SearchDataStoreProvider.Instance.GetSearchItems(PortalId, -1, -1).

    Is the DNN Search functionality working on your installation?

    How's it working for other people? Is anyone else seeing this?

    David O'Leary
    www.EfficionConsulting.com
  • Re: What's New Module from Efficion (free)

    04-27-2005, 1:45 PM
    • Loading...
    • AerosSaga
    • Joined on 04-03-2004, 4:21 PM
    • Williamsport, PA
    • Posts 597
    • Points 2,985
    My search is working fine:




     Search Results Minimize
    1 Text/HTML - Relevance: 1002
    About This Site This Website is brought to you by WQXA-FM and First MediaWorks. We have m...
    http://thex.testing.chilitech.net/AboutThisSite/tabid/96/Default.aspx - 4/22/2005 3:21:19 PM
    2 Text/HTML - Relevance: 1001
    Contact Us Snail Mail P.O. Box 500 Hershey, PA 17033 ------...
    http://thex.testing.chilitech.net/ContactUs/tabid/94/Default.aspx - 4/22/2005 3:19:29 PM


  • Re: What's New Module from Efficion (free)

    04-27-2005, 2:26 PM
    • Loading...
    • TSchwingle
    • Joined on 09-09-2004, 12:57 PM
    • Posts 26
    • Points 130
    I am having the same problem when I install the module on DNN 3.13.
     
    Todd
     
     
  • Re: What's New Module from Efficion (free)

    04-27-2005, 3:20 PM
    • Loading...
    • AerosSaga
    • Joined on 04-03-2004, 4:21 PM
    • Williamsport, PA
    • Posts 597
    • Points 2,985
    FYI 3.0.13 here as well
  • Surprise [:O] Re: What's New Module from Efficion (free)

    04-27-2005, 5:03 PM
    • Loading...
    • oledave
    • Joined on 09-27-2002, 9:43 AM
    • St. Louis, MO
    • Posts 558
    • Points 2,785
    Oops... I really need to test my PAs more carefully...

    The problem was, I had two DLLs in the PA, an old version (WhatsNew.dll) and the new version EfficionConsulting.WhatsNew.dll and the dnn file was still referencing the old dll...

    I've uploaded new files to my site, please uninstall the old module and make sure that the WhatsNew.dll goes away before installing the new version.

    Let me know if you have anymore problems

    David O'Leary
    www.EfficionConsulting.com
  • Re: What's New Module from Efficion (free)

    04-28-2005, 8:11 AM
    • Loading...
    • AerosSaga
    • Joined on 04-03-2004, 4:21 PM
    • Williamsport, PA
    • Posts 597
    • Points 2,985
    the namespace shuffle;) hehe worked like a charm, thanks
  • Geeked [8-|] Re: What's New Module from Efficion (free)

    04-28-2005, 8:20 AM
    • Loading...
    • Ed_DeGagne
    • Joined on 02-23-2004, 12:16 PM
    • Ashby - Massachusetts
    • Posts 911
    • Points 4,555
     AerosSaga wrote:

    ...the namespace shuffle;)


    I'll take it over DLL Hell anyday though.

    Big Smile [:D]

  • Re: What's New Module from Efficion (free)

    04-28-2005, 8:30 AM
    • Loading...
    • AerosSaga
    • Joined on 04-03-2004, 4:21 PM
    • Williamsport, PA
    • Posts 597
    • Points 2,985
    true dat;)
  • Re: What's New Module from Efficion (free)

    05-04-2005, 10:39 AM
    • Loading...
    • oledave
    • Joined on 09-27-2002, 9:43 AM
    • St. Louis, MO
    • Posts 558
    • Points 2,785
    There have been around 150 downloads of this module since its initial release and now I'm looking for feedback...

    Is it working as expected for everyone?
    What changes should be made?
    What types of settings do you need? (i.e. Max Number of Articles to display, Max age of items to display, Display Description, ...)
    David O'Leary
    www.EfficionConsulting.com
  • Re: What's New Module from Efficion (free)

    05-04-2005, 11:44 AM
    • Loading...
    • iwonder
    • Joined on 05-05-2003, 4:08 PM
    • Mission, KS
    • Posts 1,699
    • Points 8,492

    Ok, locked and loaded it.  Now, here are some suggestions, most of which you probably want and know about, but since you asked Stick out tongue [:P]

    1. Might be nice to be able to use a module options control to allow storage of the module's settings.
    2. Modules settings that would complement the operation:
       - Number of Items to display
       - DateCutoff (don't display items older than this date)
    3. Allow syndication.
    4. Include the pubDate of the item.
    5. Include the author (username) of the item
    6. I know that the module title is part of the returned title, due to the implementation requirements for the search, but it would be nice to substring it out, and keep it seperate.  Then, you could display an item like say this:

          DNN Version v3.0.13 Released
          by Diesel 'Dale' Fuego
          Published: Mon, 02 May 2005 14:00:00 GMT
            The newest version of DNN is available here.  Go get it!
           
    Links provided by MyCoolSite.com

    7. Might consider using a custom sql procedure to pull the items out, which would free you to use the module settings at your will.

    8. Limit the amount of text allowed in the description to maybe 100 or 150 characters.  Also, might want to weed out any images from the description if there are any, it makes the display look better IMHO.

    Ok, those are some things.  I'm actually doing something similar, but I like your idea, keep working on it, we need this type of module, don't we!

    Thanks Cool [H]

    iwonder
    Mission, KS - USA
Page 1 of 5 (61 items) 1 2 3 4 5 Next >