> Forums > Active Social > Themes and Templates > Flex 2 and Message Center
Last Post 07 Jun 2009 10:57 AM by Michael. 6 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Michael
Customers
Michael
Post Count:124

--
06 Jun 2009 10:04 PM
    Could someone who uses the Flex 2 skin and has successfully implemented the message center let me know which files need to be edited?

    I'm new to css and all of the files I've looked at don't look familar.

    All help is much appreciated!

    Michael
    Tags: flex 2, CSS, edit, message center
    Michael
    Customers
    Michael
    Post Count:124

    --
    06 Jun 2009 10:33 PM
    Found what I needed. Just had to look around a little more.

    Thank you.
    Michael
    Cliff Hammock
    Customers
    Cliff Hammock
    Post Count:667

    --
    06 Jun 2009 10:45 PM
    Michael:

    I have yet to get my layout of the Message Center working right on the original Flex. Could you share what you did in case there are any similar items that could be implemented on the original Flex?

    I am planning to migrate over to the All New Minimalist once I swap out the solpart menu with a css based one.

    Cliff
    Michael
    Customers
    Michael
    Post Count:124

    --
    07 Jun 2009 06:01 AM
    My problem was finding the correct files to modify. I found the instructions in this post: http://www.activemodules.com/Commun...fault.aspx

    It outlines which file to modify but that is about it. I've yet to actually modify them and play with the layout.

    I'm wishing to replace the core login, registration and logout with AS but that information is scattered throughout the forums and I'm having trouble compiling and processing that info. :-)

    The flex2 menu has an ascx file for each template so I will need to modify each one that I decide to use, I think...
    Michael
    Will Sugg
    Customers
    Will Sugg
    Post Count:534

    --
    07 Jun 2009 06:35 AM
    Here is my skin file if it helps. It is for the Flex1 skin however. The problem I am still having is that in IE the popup message box tries to squeeze itself in up there and ends up spazing and twitching the entire page. In FF it displays more nicely at the bottom but pop ups in a somewhat random and frantic way.

    I will research just turning it off as you have the notification already beside your icon.

    thanks,

    Will S


    <%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %> <%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %> <%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %> <%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %> <%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %> <%@ Register TagPrefix="dnn" TagName="SOLPARTMENU3" Src="~/Admin/Skins/SolPartMenu.ascx" %> <%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %> <%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %> <%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %> <%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %> <%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %> <%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %> <%@ Register TagPrefix="active" Assembly="Active.Modules.Social" Namespace="Active.Modules.Social.Controls" %> <!--[if lte ie 6]>
    <dnn:LOGO runat="server" id="dnnLOGO" /> <active:socialwelcome runat="server" id="ctrlWelcome">
    <active:profilepicture runat="server" picsize="sm" profilepicturefile="&#91;DNN:PROFILE:ProfilePicture&#93;" profileuserid="&#91;DNN:PROFILE:USERID&#93;" id="ctlPicsm">
    [AS:CONTROL:PROFILELINK]
    <active:messagecenter runat="server" id="ctlMsgCenter">
    <dnn:LANGUAGE runat="server" id="dnnLANGUAGE" showMenu="False" showLinks="True" />
    <td id="TopPane" colspan="2" class="TopPane" valign="top" runat="server" visible="false"> <td id="LeftPane" class="LeftPane" valign="top" runat="server" visible="false"> <td id="RightPane" class="RightPane" valign="top" runat="server" visible="false">
    <td id="TopPane2" colspan="3" class="TopPane2" valign="top" runat="server" visible="false"> <td id="LeftPane2" class="LeftPane2" valign="top" runat="server" visible="false"> <td id="ContentPane" class="ContentPane" valign="top" runat="server" visible="false"> <td id="RightPane2" class="RightPane2" valign="top" runat="server" visible="false">
    <td id="MiddlePane" colspan="2" class="MiddlePane" valign="top" runat="server" visible="false"> <td valign="top" class="ContentPane2" id="ContentPane2" runat="server" visible="false"> <td id="RightPane3" class="RightPane3" valign="top" runat="server" visible="false">
    <td id="MiddlePane2" colspan="3" class="MiddlePane2" valign="top" runat="server" visible="false"> <td valign="top" class="LeftPane3" id="LeftPane3" runat="server" visible="false"> <td id="ContentPane3" class="ContentPane3" valign="top" runat="server" visible="false">
    <td colspan="3" valign="top" class="BottomPane" id="BottomPane" runat="server" visible="false"> <td id="LeftPane4" class="LeftPane4" valign="top" runat="server" visible="false"> <td id="ContentPane4" class="ContentPane4" valign="top" runat="server" visible="false"> <td id="RightPane4" class="RightPane4" valign="top" runat="server" visible="false">
    <td id="BottomPane2" class="BottomPane2" valign="top" runat="server" visible="false">
    <dnn:COPYRIGHT runat="server" id="dnnCOPYRIGHT" CssClass="FooterToken" /> <dnn:TERMS runat="server" id="dnnTERMS" CssClass="FooterToken" /> <dnn:PRIVACY runat="server" id="dnnPRIVACY" CssClass="FooterToken" />    Site by Planet Maine
    Will Sugg
    Customers
    Will Sugg
    Post Count:534

    --
    07 Jun 2009 10:30 AM
    popup message box


    To turn off

    Control Panel->Settings->Other Options->Messaging->Manage options for messaging and notifications->Enable Popup Notification:
    Michael
    Customers
    Michael
    Post Count:124

    --
    07 Jun 2009 10:57 AM
    Thank you for this. I'm sure it will be a big help to me as I try to teach myself how to edit my templates.
    Michael
    You are not authorized to post a reply.
    > Forums > Active Social > Themes and Templates > Flex 2 and Message Center
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy