Apollo Software Normal layoutMedium LayoutLarge Layout    Normal TextLarge Text
Home | DotNetNuke | About ... | Downloads | Forum | Blog
United States Netherlands
Register | Login

Forum Tags

 
boolean   error   file   help   just   language   menu   mlhtml   module   modules   need   object   page   pagelocalization   problem   site   skin   string   version   work  

  

Need live support?

Please feel free to add my support e-mail address to your MSN contacts. If you catch me online, I'll be able to solve your problems faster than through this forum. Please appreciate that I only give free support on our own modules!

My msn account: support@apollo-software.nl. Alternatively, you can click the botton below, it will open up a Live Messenger window (Windows Live ID required)

  

there are no Keywords in the source code
Last Post 2008-08-29 09:36:16 by erikvb. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
bendigo
New Member
New Member
Posts:8

--
2008-08-26 17:43:27  

Hello

i have one problem with the PageLocalization. The keywords do not come in the source code. --> What i have to change in the Skin.asxc

greetings
Pascal

 

erikvb
Advanced Member
Advanced Member
Posts:713
Avatar

--
2008-08-26 18:09:43  

You need to put the skinobject MLPAGETITLE in the skin. THis skinobject is available in your dnn installation if you have PageLocalization installed

Erik van Ballegoij,
a view from my attic, my personal blog

The personal blog of Erik van Ballegoij

bendigo
New Member
New Member
Posts:8

--
2008-08-29 09:19:50  

i have the MLPAGETITLE in my skin --> but when i show the source-code then the keywords don´t came.
Is there any thing i have todo?

<%@ 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="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MLPAGETITLE" Src="~/DesktopModules/PageLocalization/MLPageTitle.ascx" %>
<%@ Register TagPrefix="dnn" TagName="DNN360Menu" src="~/desktopmodules/CISS.SideMenu/SideMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/DesktopModules/PageLocalization/MLBreadCrumb.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %>

 

greetings
pascal

 

erikvb
Advanced Member
Advanced Member
Posts:713
Avatar

--
2008-08-29 09:36:16  

Not only do you need to register the control in the page, but also actually put it somewhere in the page, like this:

<dnn:MLPAGETITLE runat="server" id="dnnMLPAGETITLE" />

Please not that you can download a fully functional sample skin from the downloadpage of this site

Erik van Ballegoij,
a view from my attic, my personal blog

The personal blog of Erik van Ballegoij

You are not authorized to post a reply.

Active Forums 4.1
NOT LICENSED FOR PRODUCTION USE
www.activemodules.com
  

Copyright 2002-2007 Apollo Software
Terms Of Use  |  Privacy Statement
Page generated in 1.2060433 seconds.