Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN 6 Upgrade Broke "Allow Print"DNN 6 Upgrade Broke "Allow Print"
Previous
 
Next
New Post
12/12/2011 11:11 AM
 

Ok, it has been set to severity major now it seems, but no real progress yet.
I don't have any influence on when this gets fixed, but I would either wait until it gets fixed or use my own code.

One temporary solution I just tried (not extensively tested) is to create your own print link.
Replace the print skin object:

<dnn:ACTIONBUTTON runat="server" id="dnnACTIONBUTTON3"  CommandName="PrintModule.Action" DisplayIcon="True" DisplayLink="false" />

in your "container".ascx file

With this code:

<%   
                Dim sOut As String = "<a href='http://{0}/tabid/{1}/mid/{2}/dnnprintmode/true/Default.aspx?SkinSrc=[G]Skins%2f_default%2fNo+Skin&ContainerSrc=[G]Containers%2f_default%2fNo+Container' target='_blank'><img src='/images/action_print.gif' alt ='Print' /></a>"
        
                If Me.ModuleControl.ModuleContext.Configuration.DisplayPrint = True Then
                    Response.Write(String.Format(sOut, PortalSettings.PortalAlias.HTTPAlias, PortalSettings.ActiveTab.TabID, Me.ModuleControl.ModuleContext.ModuleId))
                Else
                    Response.Write(String.Empty)
                End If

                %>

For me that works in DNN 6.1.1

 
New Post
12/12/2011 11:14 AM
 
Just gave the fix another try using the Title_blue.ascx for comparison, but in my file the two lines u mention are already there.

The contents of my "Article.ascx" is this:

<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
<%@ Register TagPrefix="dnn" TagName="DROPDOWNACTIONS" Src="~/admin/Containers/dropdownactions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON" Src="~/Admin/Containers/ActionButton.ascx" %>
<%@ Register TagPrefix="dnn" TagName="VISIBILITY" Src="~/admin/Containers/visibility.ascx" %>











DisplayIcon="True" DisplayLink="True" />
DisplayIcon="True" DisplayLink="True" />








DisplayIcon="True" DisplayLink="True" />









I cant really see where its supposed to go wrong, besides the print icon shows up perfectly when logged in as admin or host, but when not logged in, its long gone and i dont really see anywhere in the container file where thats happening?
 
New Post
12/12/2011 11:16 AM
 
Sry my post crossed with the latest one of urs, ill give that one a try as well, thx a bunch for taking the time. :-)
 
New Post
12/12/2011 11:21 AM
 
Well, the first post you probably saw in the mail, I deleted as it was not correctly working, then I tried another approach and that's the new one :-)
 
New Post
12/12/2011 11:31 AM
 
Now that was exactly the thing i had in mind earlier, i wanted to just write the link on my own, but i had no idea how to access the methods thatll return a string value containing the path to the actual page, because then it wouldve been pretty straight forward from there. :-)

So far ur workaround works perfectly for me, thx a megaton for that. :-)
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN 6 Upgrade Broke "Allow Print"DNN 6 Upgrade Broke "Allow Print"


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out