Search

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

Matching Posts

  • Re: Who did this one? Stunning Catalook integration!!

    A question for you Catalook gurus. I have been asked about a scenario where a customer makes an online purchase of a 'card' (could be termed a subscription or whatever). This card in turn allows them to buy 10 same priced items from the website so effectively they purchase 10-credits and redeem them with subsequent purchases. Does anyone see an out of the box method of achieving this in Catalook?
    Posted to DotNetNuke (Forum) by nbc on 7/1/2006
  • Re: WebForm_PostBackOptions is undefined JavaScript error in 4.0.2

    See this http://forums.asp.net/thread/1302854.aspx
    Posted to DotNetNuke (Forum) by nbc on 6/2/2006
  • Re: People losing interest in DNN?

    cathal: Quick post, as I don't want to spend too much time on this. If you take a look at my comments in http://forums.asp.net/thread/1173856.aspx , you'll find that a lot of people were complaining about the search facilities here, as well as requesting additional forums. Both of these problems were solved by moving to our own maintained forums (we are after all only guests here). We are also able to respond to requests and suggestions in a much better fashion, as we don't have to rely on a 3rd
    Posted to DotNetNuke (Forum) by nbc on 6/2/2006
  • Re: error: WebForm_PostBackOptions is undefined

    The problem seems to be a .Net 2.0 one in that the WebResource. axd file is getting mangled somehow. A description of the problem and fix are here . If you using compression you should also specifically exclude this file.
    Posted to DotNetNuke (Forum) by nbc on 6/2/2006
  • Re: Which version? 3.x or 4.x?

    The difference is surely only in the dev environment? If you are happy with VS2005 then why not go with that and therefore base your app on DNN 4x. I don't really see that it is a .Net 1.1 vs 2.0 issue, it's simply how you build it.
    Posted to Getting Started (Forum) by nbc on 5/12/2006
  • Re: Recurring Issue

    It appears your install is trying to repeat the upgrade process possibly because it is seeing 4.03. Try adding this to your web.config under <appsettings> <add key="InstallationDate" value="2/2/2006" /> I'm not sure this will fix it - but it's a first step.
    Posted to Getting Started (Forum) by nbc on 5/12/2006
  • Re: Help! - My modules have disappeared from my site!!

    Try logging in as host. Go to Admin>Site Settings. Under host settings check the portal expiry date. If the portal has 'expired' it should show that message on the home page but some skins undo this. Hopefully thats your problem!
    Posted to DotNetNuke (Forum) by nbc on 5/9/2006
  • Re: Which modules won't work with Blowery?

    Yeah that what I meant about using the excludes to get around problems with modules like the one in your thread. Cheers
    Posted to DotNetNuke (Forum) by nbc on 5/8/2006
  • Re: Which modules won't work with Blowery?

    You can exclude file types from Blowery compression to ensure everything works as planned. Here is my web.config section, note it excludes zip fles <blowery.web> <httpCompress preferredAlgorithm="gzip" compressionLevel="high"> <excludedMimeTypes> <add type="image/png" /> <add type="image/jpeg" /> <add type="image/gif" /> <add type="application/zip" /> <add type="application/x-zip-compressed" /> <add type="application/x-gzip-compressed" /> <add
    Posted to DotNetNuke (Forum) by nbc on 5/6/2006
  • Re: adding javascript to text/html

    You are trying to put a form into your page which wont work because the aspx page is itself a form. Your options are to turn this form into a PA (module) or use one of the form builders out there to do it. Alternatively, create your html page with the form on it, upload it to your server and then use the IFrame module to display it.
    Posted to DotNetNuke (Forum) by nbc on 5/6/2006
Page 1 of 147 (1469 items) 1 2 3 4 5 Next > ... Last »