September 08, 2010 Register | Login
 
Please use the forums below to leave questions or comments on the site or any module. We will try to answer each question within a reasonable period of time. The forums are not moderated at the moment, but inappropriate messages (if any) will be removed. If you find any message inappropriate, please notify us by e-mail or in the chit chat forum. Thank you.
 
  Forum  Modules  Rendertimer  After installation nothing happening (solved)
Previous Previous
 
Next Next
New Post 2/4/2007 7:23 AM
User is offline gas2000
2 posts
No Ranking


After installation nothing happening (solved) 
Modified By gas2000  on 2/15/2010 12:23:04 PM)

Hi Stefan/all

After a succesfull installation in DNN 4.4.1, with original DNN blue skin, nothing happening. Is there a special setting or configuration in order for this module to work? Thanks in advance, Costas.

 
New Post 6/16/2007 7:34 AM
User is offline SuperSKa
44 posts
www.superska.net
5th Level Poster


Re: After installation nothing happening 
Well, yes, actually. As all skinobjects, this one must be used in the skin in order to see it. It's not used in the default skin...
 
New Post 1/14/2008 3:56 PM
User is offline gas2000
2 posts
No Ranking


Re: After installation nothing happening 
Modified By gas2000  on 1/14/2008 4:59:01 PM)

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

 
Previous Previous
 
Next Next
  Forum  Modules  Rendertimer  After installation nothing happening (solved)
Page rendered in 0.0467877s.