It should simply show up. On Fri, Apr 17, 2009 at 7:11 AM, renatu <[email protected]>wrote:
> > Hi, > My application is using templates for the profile view and I'm not > using any of the functions that you renamed. > > Do I need to do anything to make it appear on the profile view, or it > will simply show up once you have turned it on production? > The app url is: > http://www.bymk.com.br/OpenPages/Orkut/bymk.xml > > Thanks > > Renato > > On 16 abr, 13:44, Apurv Gupta <[email protected]> wrote: > > Hi Folks, > > We have renamed the orkut specific functions and these are the stable > names. > > You'll have to use a different namespace to use these: xmlns:osx= " > http://ns.opensocial.org/2009/extensions" > > You can add this to your script tag > > > > The renamed functions are as follows: > > > > os:xNavigateToApp -> osx:NavigateToApp > > os:xNavigateToPerson -> osx:NavigateToPerson > > os:xParseJson() -> osx:parseJson() > > os:xDecodeBase64() -> osx:decodeBase64() > > os:xUrlEncode() -> osx:urlEncode() > > os:xUrlDecode() -> osx:urlDecode() > > > > Please update your code to use them, and test them on sandbox. Once > things > > look settled, we'll start turning on the profile views onwww.orkut.com > > > > Thanks, > > -apurv > > > > P.S. e.g see the use of osx:NavigateToApp in the following snippet > > > > <script xmlns:os="http://ns.opensocial.org/2008/markup" xmlns:osx= " > http://ns.opensocial.org/2009/extensions" type="text/os-template" > > require="viewer, vfriends"> <b>Owner ${owner.name.formatted}'s > > friends</b> > > ${owner.url} > > <ul> > > <li repeat="${ofriends.list}"> > > ${Context.Index + 1}/${Context.Count}: ${name.familyName}, > > ${name.givenName} > > <b if="${Cur.name.givenName == Top.viewer.name.givenName}" > title="ID: > > ${id}">(is this you, ${name.givenName}?)</b> > > </li> > > </ul> > > <br><b>You were kicked by ${poker_data.name.givenName}</b><br> > > <osx:NavigateToApp>Start Kicking</osx:NavigateToApp> > > </script> > > > > > > > > On Thu, Apr 16, 2009 at 12:33 AM, Badaro <[email protected]> wrote: > > > > > What about OS:NavigateToView or similar functionality? Will it be > > > available before this goes to production? > > > > > On Apr 14, 2:29 pm, Apurv Gupta <[email protected]> wrote: > > > > It should definitely happen in April and perhaps sooner than end of > > > month. > > > > > > On Tue, Apr 14, 2009 at 4:44 PM, Vince <[email protected]> wrote: > > > > > > > The better question is, Shishir, when can we expect opensocial > > > > > templates to be turned on? If an exact date can't be given, how > about > > > > > an approximate one - will it be days, months, or maybe years?? > > > > > > > It's a shame that with all the developing we are doing, we can't > show > > > > > it off to the world once we are done. > > > > > > > On Apr 13, 11:55 pm, stevie <[email protected]> wrote: > > > > > > Hi All, > > > > > > Is the opensocial templates available in production or > > > > > > still its availble only in sandbox? > > > > > > > > Thanks and regards > > > > > > Steve > > > > > > > > On Apr 14, 9:02 am, "Shishir Birmiwal (Google)" > > > > > > > > <[email protected]> wrote: > > > > > > > Dear Guilherme, > > > > > > > > > There really is no problems as such. > > > > > > > Once the app gets reviewed and approved it will show up in the > app > > > > > > > directory and users will be able to install and use it. > > > > > > > The profile view will, however, not show up on orkut until > > > opensocial > > > > > > > templates are turned on. > > > > > > > > > Shishir > > > > > > > > > On Apr 13, 8:13 pm, Gama <[email protected]> wrote: > > > > > > > > > > Dear Developers, > > > > > > > > > > I have finished a first version of my app's profile view and > it's > > > > > > > > working on sandbox. > > > > > > > > Is there any problem in uploading this version, even though > the > > > > > > > > profile isn't showing in production? > > > > > > > > > > Best Regards, > > > > > > > > Guilherme Gama- Hide quoted text - > > > > > > > > - Show quoted text -- Ocultar texto entre aspas - > > > > - Mostrar texto das mensagens anteriores - > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

