Hi Roger
ownerID = category OR Reports Module, I will try later, tks.
Multi language:
2 languages, page and html/text contents translated perfectly by DNN Localization Core. The "Edit Content" of HTML/Text show "Master Language Version" text, amazing. But I dont see nothing in Events Module. My attempt to minimize the problem:
1 - create page localizable (in true are 2 pages, I understand the localization engine)
2 - put Events module
3 - in Page Settings, Ready to translation, OK, show 2 Events modules (again, I understand the dnn core)
4 - flag A, config event module (title = 'Calendário de Eventos', look and feel, etc...)
5 - flag B, repeat config (title = 'Events Calendar', look and feel, etc...) - OK
6 - switch flags, dnn load "page" with event module in correct language - OK, perfectly
7 - flag A, add new event, title+description using language A, OK
8 - flag B, add SAME new event again (urgh, I know, but its is a workaround!), title+description using language B, OK
this event have same date/hour/owner/category... lets call this event as "twin brother", ok?
9 - flag A, click in EVENT to view details... DNN load page not embeded with details event in language A, OK
10 - click RETURN (this is important!!!), back to event module month view
11 - flag B, click on "twin brother" event to view details, DNN load page not embeded with details event in language B, OK
NOW, the problem:
12 - viewing event details in language A DONT RETURN to view month and click flag B: BUUUUUM, error 404 page not found!
Why it happening?
URL to event detail in language A:
tabID = 65, moduleID = 400, ItemID = 3
http://localhost/Teste/tabid/65/Modul...
change language, dnn try redirect to URL language B: (error 404)
tabID = 66, moduleID = 401, ItemID = 3
http://localhost/Testing/tabid/66/mod...
URL to "twin brother" event detail in language B:
tabID = 66, moduleID = 401, ItemID = 4
http://localhost/Testing/tabid/66/Mod...
change language, dnn try redirect to URL language A: (error 404)
tabID = 65, moduleID = 400, ItemID = 4
http://localhost/Teste/tabid/65/modul...
And now?... I need show event details in 2 languages, but if user click on flag give a error.
any sugestion!? =]
tks in advance