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)

  

Telerik RadMenu
Last Post 2010-03-18 10:07:35 by gifr. 12 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
thompsondesign
New Member
New Member
Posts:2

--
2006-06-29 21:34:53  

Hello,  are you planning on having PageLocalization work with Telerik's RadMenu for DNN?

 

Thank you, Tyler

erikvb
Advanced Member
Advanced Member
Posts:683
Avatar

--
2006-06-29 22:08:34  

Actually i am planning that... but not very shortly.. in the months July and August i will be finishing up other projects, new version of pagelocalization will be arriving in september (maybe an interim version will be done for 4.3.x.. i will have to look at that)

cheers,

Erik

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

The personal blog of Erik van Ballegoij

thompsondesign
New Member
New Member
Posts:2

--
2006-06-29 22:14:04  

Thanks Erik, I will keep a look out for it.

Thanks, Tyler

caroig
New Member
New Member
Posts:26

--
2007-01-04 17:42:47  
Is there an update on this item?  I'm frustrated with the DNN menu options and looking for an alternative - it would be Telerik if I could localize it.
erikvb
Advanced Member
Advanced Member
Posts:683
Avatar

--
2007-01-05 15:27:21  

Caroig,

I will do some looking into Teleriks skinobjects, shouldn't be too hard to add support

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

The personal blog of Erik van Ballegoij

caroig
New Member
New Member
Posts:26

--
2007-01-05 15:47:39  
thanks Erik - That would be cool.
roy.decaestecker
New Member
New Member
Posts:1

--
2009-05-08 12:09:28  
Erik,

Is er reeds een oplossing voor Radmenu en uw pagelocalization?

mvg
Roy Decaestecker
nolan
New Member
New Member
Posts:3

--
2009-09-08 13:49:30  
Does pagelocalization 3.0 support Telerik RadMenu? I would like to buy it but only if it works with the telerik control.
Thanks
Mike
Smart-Thinker
New Member
New Member
Posts:9

--
2010-02-05 19:53:50  
Hello Erik,

I use the Telerik RadMenu - does it work with your PageLocalisation yet? If not, any tips on how to localise it?

Thanks
Smart-Thinker
New Member
New Member
Posts:9

--
2010-03-04 16:37:39  
Erik - apparently Philipp Becker sent you some code to get the Telerik menus to work. You can see the post here:
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/77/threadid/352055/scope/posts/Default.aspx

There's a massive market for this - are you still supporting your product?
erikvb
Advanced Member
Advanced Member
Posts:683
Avatar

--
2010-03-04 16:40:59  
yes i am, see answer on that thread. I do have a bit of time next week to work on this, so i will see what i can do. Like i said in that thread, i dont like the prospect of having to maintain 3 different versions of the module. On the other hand, supporting telerik is a good thing of course...
Erik van Ballegoij,
a view from my attic, my personal blog

The personal blog of Erik van Ballegoij

Smart-Thinker
New Member
New Member
Posts:9

--
2010-03-04 18:34:28  
Thanks Erik, I really think you have an opportunity to fill a gap here that a lot of people will need.

I'm available for beta testing if need be!
gifr
New Member
New Member
Posts:1

--
2010-03-18 10:07:35  

Hello,

I just wanted to share with you my experienve with DNN4.9.

I made it work with Telerik menu.

For this I had to change the "RadMenu.ascx.vb" in "~\DesktopModules\Telerik.SkinObjects" :

1. Adding the following function (given in LocalizationApi Tutorial.pdf) :

        Private Function LocalizeTab(ByVal objTab As DotNetNuke.Entities.Tabs.TabInfo) As DotNetNuke.Entities.Tabs.TabInfo
            Try
                Dim objLocalization As Object
                objLocalization = System.Activator.CreateInstance("Apollo.LocalizationApi", "Apollo.DNN_Localization.LocalizeTab").Unwrap
                ' New Apollo.DNN_Localization.LocalizeTab
                Return objLocalization.getLocalizedTab(objTab)
            Catch exc As Exception
                Return objTab
            End Try
        End Function

2. Modifiying the Page_Load by replacing the following For..Next code :

            For i = 0 To PortalSettings.DesktopTabs.Count - 1
                Dim tab As TabInfo = LocalizeTab(CType(PortalSettings.DesktopTabs(i), TabInfo))
                With tab 'CType(PortalSettings.DesktopTabs(i), TabInfo)
                    If (.TabID = PortalSettings.ActiveTab.TabID) Then
                        FillShowPathArray(arrayShowPath, .TabID, objTabController)
                    End If
                    If (.IsVisible And Not .IsDeleted) And _
                       ((.StartDate < Now And .EndDate > Now) Or AdminMode) And _
                       (PortalSecurity.IsInRoles(.AuthorizedRoles) And Not CheckToExclude(.TabName, .TabID)) Then
                        temp = New qElement
                        temp.page = tab 'CType(PortalSettings.DesktopTabs(i), TabInfo)
                        temp.radMenuItem = New RadMenuItem
                        If CheckShowOnlyCurrent(.TabID, .ParentId, StartingItemId, iRootGroupId) AndAlso _
                           CheckMenuVisibility(tab) Then 'CType(PortalSettings.DesktopTabs(i), TabInfo)
                            If (iItemIndex > 0 And HeaderSeparator <> String.Empty) Then
                                RadMenu1.Items.Add(CreateHeaderSeparatorItem())
                            End If
                            iItemIndex = iItemIndex + 1
                            temp.item = iItemIndex
                            PagesQueue.Enqueue(AuthPages.Count)
                            RadMenu1.Items.Add(temp.radMenuItem)
                        End If
                        AuthPages.Add(temp)
                    End If
                End With
            Next i

Hope this help,

Regards

Gilles

 

You are not authorized to post a reply.

Active Forums 4.1
  

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