yep... my application is being rendered with this huge url for images too...



On Mon, Mar 30, 2009 at 3:57 PM, Badaro <[email protected]> wrote:

>
> Same problem here.
>
> No only that, but it's also changing all image URLs in my application
> to something similar to this:
>
> www.sandbox.orkut.gmodules.com/gadgets/proxy?refresh=86400&container=orkut-sandbox&url=http%3A%2F%2F1-www.sandbox.orkut.gmodules.com%2Fgadgets%2Fproxy%3Frefresh%3D86400%26container%3Dorkut-sandbox%26url%3Dhttp%253A%252F%252Fsonora.terra.com.br%252Fmedias2%252FIMAGES%252F00%252F00%252F03%252F38912.jpg%26gadget%3Dhttp%253A%252F%252Fbadaro.labone.net%252Fsonoraorkut%252Fsonorasocialv01.aspx%26fp%3D-182800334&gadget=http%3A%2F%2Fbadaro.labone.net%2Fsonoraorkut%2Fsonorasocialv01.aspx&fp=45508&refresh=86400&sanitize=1&rewriteMime=image/*
>
> And right now, no image is displaying. :(
>
> On Mar 30, 11:56 am, Jota <[email protected]> wrote:
> > Is anyone with the same problem?
> >
> > Find below a piece of my code:
> >
> > <os:PeopleRequest key="friends" userId="@owner" groupId="@friends"
> > filterBy="hasApp" />
> > <script type="text/os-template">
> >             <div repeat="${friends}" class="user user_${Context.Index}">
> >                 <div class="user_pic">
> >                     <a onclick="selectFriend(${Context.Index})"
> > href="javascript:void(0)" title="${Cur.name.givenName}
> > ${Cur.name.familyName}"><img src="${Cur.thumbnailUrl}"/></a>
> >                 </div>
> >                 <p class="user_name">
> >                     <a onclick="selectFriend(${Context.Index})"
> > href="javascript:void(0)">${Cur.name.givenName}</a>
> >                 </p>
> >             </div>
> >         </script>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to