Register   Login
     
  Latest Posts  
RE: News Article Detail and Lightbox
by Declic Video on 3/19/2010 3:03 AM
RE: NA Latest - Template question
by spirit on 3/18/2010 3:52 PM
RE: Show a few articles under a Category?
by mao on 3/18/2010 2:34 PM
Show a few articles under a Category?
by nknight on 3/18/2010 1:55 PM
RE: NA Latest - Template question
by mao on 3/18/2010 1:52 PM
RE: Is there a way to add image, based on x of DATE
by ray-isc on 3/18/2010 12:09 PM
RE: NA Latest - Template question
by Blondie on 3/18/2010 11:15 AM
Server Time Issue?
by JoeyJ248 on 3/18/2010 8:33 AM
RE: Multiple images in RSS feed
by swebster on 3/18/2010 7:58 AM
RE: NA Latest - Template question
by spirit on 3/18/2010 7:45 AM
  Forums  
Subject: DSLocalizator Child Links Localisation
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/10/2008 4:45 PM  

Dear Scot,

I am having a web site that is in multiple languages.

I am using DSLocalizator in order to have page names in different languages

In Child Links the page names do not change as i change the language which i belieave is logical

Is there any way that we could find a workaround and find a solution for displaying the page names / descriptions in

the local selected by the user?

Thanks  you

Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


6/10/2008 9:07 PM  
I'm not overly familiar with the DSLocalizator module, can you provide some more information (link/documentation).

It maybe possible to integrate

Scott McCulloch
Site Administrator
odoveUser is Offline
Registered Users
Ventrian Master
Ventrian Master
Posts:210

6/10/2008 10:06 PM  

DSLocalizator:

http://dnn.tiendaboliviana.com

 

 

meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/11/2008 3:52 PM  

thank you Scot
A Friend added their HomePage

DSLocalizator must be one of the best two solutions available  when it comes to DNN and Localized Content So I am sure it will Help

Thanks again


meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/12/2008 4:57 AM  
Hello Scot I v added a thread in their forum
http://dnn.tiendaboliviana.com

if they can provide me with information tags or anything else that could assist you
displaying child links names acording to the selected local
Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


6/12/2008 5:23 AM  
I see it is a free module, I'll download and test it out.

Scott McCulloch
Site Administrator
meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/13/2008 5:43 AM  
I cross my fingers! :)
meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/24/2008 5:24 AM  

ok I have the following help - solution concerning DSLocalizator and localised tab values so as child links use the same localised tab value and have localized child links....

"DSLocalizator does localization for tabs when the tab names info is loaded into the cache. The standard way a menu shows tab information is by reading the cache (otherwise it read the database directly). If a module follows this standard, then it will work. If not, I cannot guaranty."

[script removed]

 

meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/24/2008 5:24 AM  

ok I have the following help - solution concerning DSLocalizator and localised tab values so as child links use the same localised tab value and have localized child links....

"DSLocalizator does localization for tabs when the tab names info is loaded into the cache. The standard way a menu shows tab information is by reading the cache (otherwise it read the database directly). If a module follows this standard, then it will work. If not, I cannot guaranty."

http://dnn.tiendaboliviana.com/web/Support/Forums/tabid/72/mid/391/forumid/2/threadid/2438/scope/posts/Locale/en-US/Default.aspx#2445

Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


6/24/2008 7:46 AM  
Chidl links uses the TabController and the GetTabs function.

I thought this would have been the cached information?

Scott McCulloch
Site Administrator
meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/25/2008 7:59 AM  

should i ask them that?

meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

6/26/2008 2:42 AM  

ok this answer looks more enlighting

------

The DNN core already load all tabs in the Portalsettings.DesktopTabs array. You you only need to use the information from that object.

The tabController reads directly from the database.

 

hoping that this is the solution ...

Scot tell me if you need something even more specific

thanks

Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


6/26/2008 7:34 AM  
Ok - I can change it to this.

Scott McCulloch
Site Administrator
meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

7/10/2008 10:50 AM  

Hello Scot,

You think you will be able to chage the method used, with the one we talked about soon?

Are you going to upload the updated module to the download section or you will send it through this forum?

Thanks again

 

 

meltonerUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:49

7/15/2008 2:25 AM  

:(

avi aUser is Offline
Registered Users
Ventrian Master
Ventrian Master
Posts:765

7/21/2008 1:02 AM  
Scott,
I'm using only "child links" as a menu in takeslides.com. Can what was described here cause a weird problem I'm experiencing, where I'm logged out when moving from page to page (until I re-logging in) mysteriously? When I use the inner template links I don't have the problem?
Thanks.

Avi A

takeslides

Nukedesigners.com W3C valid skins for dotnetnuke
avi aUser is Offline
Registered Users
Ventrian Master
Ventrian Master
Posts:765

7/21/2008 1:05 AM  
Inner template links I mean of the PA.

Avi A

takeslides

Nukedesigners.com W3C valid skins for dotnetnuke
avi aUser is Offline
Registered Users
Ventrian Master
Ventrian Master
Posts:765

7/23/2008 9:39 AM  
Hi Scott,
Just to know if it makes any sense to you? thanks.

Avi A

takeslides

Nukedesigners.com W3C valid skins for dotnetnuke
Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


7/23/2008 9:48 AM  
Hmm, logged out from page to page? It actually signs you out of the portal? The other part of this thread is about localization of tabs using a 3rd party module.

Scott McCulloch
Site Administrator
avi aUser is Offline
Registered Users
Ventrian Master
Ventrian Master
Posts:765

7/23/2008 9:52 AM  
yes i know, I thought it might too has to do with the different method you're using? any way it's a big problem for me, any idea will be appreciated...

Avi A

takeslides

Nukedesigners.com W3C valid skins for dotnetnuke
You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > Modules > Child Links > DSLocalizator Child Links Localisation



ActiveForums 3.7