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...Language and In...Language and In...There is not index.html in my skinThere is not index.html in my skin
Previous
 
Next
New Post
5/28/2010 8:05 AM
 

Hallo
 
I saw here:

"Hi grenzo,

You should insert a 'dnnLANGUAGE' object inside a DIV that you may choose from within your skin, or create ad hoc. You will find an example if you examine the default Skin delivered with a standard DNN release, which is located under ~\Portals\_default\Skins\MinimalExtropy.

If you open, for example, Index_1024.html, you will find the following lines:

<div class="lang_pad">
 <object id="dnnLANGUAGE" codetype="dotnetnuke/server" codebase="LANGUAGE">
  <param name="showMenu" value="False" />
  <param name="showLinks" value="True" />
 </object>
</div>

The showMenu switch enables the Dropdown list of languages while the showLinks switch enables the flags option. 

Saludos!
Alejandro."

I want to run multilanguage web with flags to switch among these pages.
But my skin creator ( Artisteer 2), generated for me a skin and there is not index.html.
Is there any way to make this?

Ivan

 

 
New Post
5/28/2010 9:43 AM
 
I'm assuming that your skin creator gave you .ascx files instead of HTML?  DNN translates the HTML skin files into .ascx files, so you should be able to pull what you need from Minimal Extropy's index_1024.ascx file, instead of its index_1024.html file.

When looking in the ascx file, you'll need to grab the <%@ Register %> directive for the tag that you're using (in this case LANGUAGE, based on the codebase attribute in the HTML).  You can then also search for the tag with that name in the skin to see how it's used (i.e. your example translates to <dnn:LANGUAGE runat="server" id="dnnLANGUAGE"  showMenu="False" showLinks="True" />).

Hope that helps,

Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
5/28/2010 4:50 PM
 
Yes, Yes, Yes,  You are right! Thank You.
I have to learn a lot. :-(

So I can continue in my web creation.

One more time Thanks!

Ivan
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...There is not index.html in my skinThere is not index.html in my skin


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