Search

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

Matching Posts

  • Anyone created a html provider for TinyMCE Editor?

    I've just found this: http://tinymce.moxiecode.com/index.php Looks like the only free editor thats supporting safari/opera9 - has anyone created a provider for this? Also, a list here of many more editors & features: http://geniisoft.com/showcase.nsf/WebEditors Ant
    Posted to DotNetNuke (Forum) by acorcutt on 2/5/2006
  • Re: Flash - LoadVariables

    Hi, Checkout our freeflash skin over at dnndesigner.com I think this is doing what your looking for.. We use a skin object that basically just writes the html you provide in the skin.xml settings to where the skintag is placed in the output- but this skin object also lets you use a few special tags like {SkinPath} that send the correct paths you need for the flash (mapped from the root). We use it for sending image urls but there is no reason you cant send text files.
    Posted to DotNetNuke (Forum) by acorcutt on 1/26/2006
  • Re: Adding Admin Menu Items

    Hi, adding to the host menu is not too difficult as there is only 1 menu for the whole site so it only needs to be done once - but with the admin each portal has its own menu pages so somehow I need to know when a new portal is created. It looks like adding the item would need to be initiated by the first run of the module on a perticuar portal.
    Posted to Custom Modules (Forum) by acorcutt on 1/23/2006
  • Adding Admin Menu Items

    Anyone know a nice easy way of adding an admin menu item from a module install?
    Posted to Custom Modules (Forum) by acorcutt on 1/21/2006
  • Re: Connection String - DNN3.2.2 on SQL Server 2005

    Ok, that looks like its got a db connection now. Try checking the security on the web.config also not just the folder. Also, if you go onto the advanced tab for the folder security check that the security is applied to all subfolders/files for the aspnet/iisprocess accounts.
    Posted to Getting Started (Forum) by acorcutt on 1/20/2006
  • Re: Connection String - DNN3.2.2 on SQL Server 2005

    Try it without the providername: Server=(local);Database=dnnv32;Trusted_Connection=yes; I'm using this on my local machine with sql express, I think .net2 is required for the providername
    Posted to Getting Started (Forum) by acorcutt on 1/19/2006
  • Re: Connection String - DNN3.2.2 on SQL Server 2005

    I spent hours trying to get the connection string provided in the web.config to work without any success, What I ended up with is using a trusted connection such as: Server=(local);Database=DotNetNuke;Trusted_Connection=yes;" providerName="System.Data.SqlClient But, I also needed to add the ASP.NET user account as a dbo user on the db. I'm not sure if this is the best way to do it but it works for me.
    Posted to Getting Started (Forum) by acorcutt on 1/19/2006
  • Re: Skinning - Header image tied to section

    Hi, you can do this with our skins & editor over at dnndesigner.com There are a couple of free skins that you should be able to use to extract the skinobjects.
    Posted to DotNetNuke (Forum) by acorcutt on 1/19/2006
  • Re: Logo per Page?

    Hi, I've just put up an example skin using our skin object & editor: http://www.dnndesigner.com/Objects/tabid/518/ctl/Edit/mid/922/Default.aspx
    Posted to DotNetNuke (Forum) by acorcutt on 1/19/2006
  • Re: Logo per Page?

    We have a free skin object that can do this and more over at dnndesigner.com - ill put an example up soon as I can.
    Posted to DotNetNuke (Forum) by acorcutt on 1/11/2006
Page 1 of 23 (228 items) 1 2 3 4 5 Next > ... Last »