Search

You searched for the word(s): userid:542385

Matching Posts

  • Aggregator 4.0 - New Version - Tab and Localize Modules

    Hi all, just wanted to let you know about the latest release of our Aggregator module. Stop by www.dnnstuff.com and download a free trial. ---------------------------------------------------------------------------------------- Aggregator (Tabbed Modules) is a flexible module that acts as a tabbed container or localization container for 1 or more modules. New to version 4.0 (DNN3,DNN4 only): Multiple modules per tab Choose the 'Add new tab from module' option to pick a module and have it add the
    Posted to Custom Modules (Forum) by dnnstuff on 7/18/2006
  • Re: Please help - very new to this

    Hi Russel, Anytime I've seen this, it's because the empty database hasn't already been created. Did you create a new database yet?
    Posted to Getting Started (Forum) by dnnstuff on 5/15/2006
  • Friend Software not so friendly

    Friend Software has recently started offering a free tab module. This 'free' module is a rip off of my commercial software named 'Aggregator - Tabbed Modules' the original which can be found at www.dnnstuff.com. I have written Friend Software an email asking them to take it down but still have yet to get a response. I was tipped off by a loyal user of my software who noticed that the CSS format naming was identical. I then downloaded the free module and decompiled the binary to take a look at the
    Posted to DotNetNuke (Forum) by dnnstuff on 5/8/2006
  • ModuleHelp.Text localization using CDATA

    I was just looking at some of the ModuleHelp.Text entries in the various module resx files and noticed there were a lot of places where the code is specified using &amp; &lt; etc. There is a better way to do this using CDATA which allows you to simply mock up the html in your favourite html editor and drop it into this file. An example is the following from the Links.ascx.resx file. It's much more readable because you are looking at. Just wondering why the other approach was taken. <data
    Posted to Custom Modules (Forum) by dnnstuff on 3/2/2006
  • Re: Feature Request: List portal sites that are using a specific module

    Here is a better way to filter out the admin modules. Apparently 10 coffees a day is not sufficient for alertness :) -- sql snippet -- SELECT dbo.DesktopModules.FriendlyName, dbo.Portals.PortalName, count(*) [Times Used] FROM dbo.Modules INNER JOIN dbo.Portals ON dbo.Modules.PortalID = dbo.Portals.PortalID INNER JOIN dbo.ModuleDefinitions ON dbo.Modules.ModuleDefID = dbo.ModuleDefinitions.ModuleDefID INNER JOIN dbo.TabModules ON dbo.Modules.ModuleID = dbo.TabModules.ModuleID INNER JOIN dbo.DesktopModules
    Posted to Custom Modules (Forum) by dnnstuff on 2/28/2006
  • Re: Feature Request: List portal sites that are using a specific module

    That's a good idea. I think it should be added as well. In the meantime I've included a quick little script like you mentioned for other users with the same problem. You can run this in the Host|SQL module, or pick up my free SQLView module and put it on your own admin page. --sql snippet-- SELECT dbo.ModuleDefinitions.FriendlyName, dbo.Portals.PortalName, count(*) [Times Used] FROM dbo.Modules INNER JOIN dbo.Portals ON dbo.Modules.PortalID = dbo.Portals.PortalID INNER JOIN dbo.ModuleDefinitions
    Posted to Custom Modules (Forum) by dnnstuff on 2/28/2006
  • Re: Stumped on update datatype change

    Did you change the parameters of your stored procedure to reflect the new sizes or just change the table definition? I'd check the proc parameters.
    Posted to DotNetNuke (Forum) by dnnstuff on 2/24/2006
  • Re: Download module creating question - url encoding

    I found a post here which might help. It points to some RFC's that are applicable as well. http://my.opera.com/community/forums/topic.dml?id=118971
    Posted to Custom Modules (Forum) by dnnstuff on 2/8/2006
  • Re: Multipage Free Module

    Hi, I just wanted to add that I have a downloadable demo available at http://www.dnnstuff.com/Modules/AggregatorTabbedModules/tabid/207/Default.aspx for anyone who wants to try it out. Thanks for the heads up Nick.
    Posted to Custom Modules (Forum) by dnnstuff on 2/8/2006
  • Google Analytics Filter for Friendly Urls

    Hi all, Does anyone have a working filter for Google Analytics to remove everything after the /tabid in the url? For instance, on a url such as http://www.dnnstuff.com/Modules/AggregatorTabbedModules/AggregatorSamples/tabid/243/Default.aspx I was to have the filter return /Modules/AggregatorTabbedModules/AggregatorSamples so I can properly track based on the path. Currently I'm using a Custom Filter (Search and Replace) and have the following: Filter Field: Request Stem Search String: (.*)\/tabid
    Posted to Custom Modules (Forum) by dnnstuff on 1/12/2006
Page 1 of 16 (153 items) 1 2 3 4 5 Next > ... Last »