Dear all, in order for this module to operate, some code modification required.
First of all, install the PA zip file as any other module via the host menu.
Second step is the modification of the skin .ascx file. Default DNN skin typically located in website\Portals\_default\Skins\DNN-Blue or DNN-Gray.
Open the preferred skin e.g. Horizontal menu - Fixed Width.ascx and do the following modifications: Step1 Register the skin object i n the page adding the following code direct after the other registered objects at the begin of the page <%@ Register TagPrefix="dnn" TagName="RENDERTIMER" Src="~/DesktopModules/SuperSKa.RenderTimer/SuperSKa.RenderTimer.ascx" %> Step2: Insert the following code at the position you want for the skin object to appear. Best position (from my point of view) is the very bottom of the page. In order to put it there, modify the following code at the bottom of the page:
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD valign="top" align="center"><dnn:DOTNETNUKE runat="server" id="dnnDOTNETNUKE" /><dnn:RenderTimer runat="server" id="RenderTimer" /></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
As you can see, in this case Render timer put after the DNN Copyright Credits but if you have disabled it from host nenu, it will appear in the bottom center of the skin. Save the page if you work localy or upload via ftp and,
Enjoy it, thanks to Stefan