Resources for the DotNetNuke Community
Support this site
Could you please post how the code looks like in you .ascx skin file?
That's exactly the point I wanted to see. Notice how in your templateprint control you don't have any skin or container token.
For example, this is the source code I get on my skin when I use this sko:
dnn:TEMPLATEPRINT runat="server" id="dnnTEMPLATEPRINT" Text="Print" PrintIcon="ico_print.gif" Template="printmodule" Container="printcontainer" ToolTip="Print"
So this basically means that your container did not get installed/parsed correctly.
mmmm....
On a second thought I don't think this is the problem. But I cannot figure it right now since the url that gets created seems ok:
http://www.advancedrenaleducation.com/Default.aspx?TabId=72&mid=603&SkinSrc=[L]Skins/PDServe/Skin1&ContainerSrc=[L]Containers/PDServe/TransparentWithPrint&dnnprintmode=true
Compare this on a sample link on my site
http://dnnjungle.vmasanas.net/Default.aspx?TabId=41&mid=371&SkinSrc=[G]Skins/dnnjungle/printmodule&ContainerSrc=[G]Containers/dnnjungle/printcontainer&dnnprintmode=true
Could you verify that these skin/container actually exist?
/Portals/number/Skins/PDServe/Skin1.ascx/Portals/number/Containers/PDServe/TransparentWithPrint.ascx
I tried...<dnn:TemplatePrint runat="server" id="dnnTemplatePrint" Template="No Skin" Container="No Container" ShowText="True" Text="Print" ShowIcon="True"/>
That didn't work either. My skin and container actually exist too.
I'm sorry but I cannot figure what's the problem then! As you can see I'm using it on this site (also 3.2.2) and it's working fine.
If you want to send me the skin package i'll give it a try.