[orkut-developer] a bug in orkut

2008-07-06 Thread Prithvi Raj
In the 'Friends Updates' feed... any update regarding our friends getting a testimonial has a bug.. for example say: K Krithika received new testimonial from $PrEeTi$ :-) the link to K krithika points to her profile.. but the link to $PrEeTi$ :-) points towards

[orkut-developer] Re: iterate a div id

2008-07-05 Thread Prithvi Raj
= ... document.appendChild(newDiv); As for your problem above, I'm not sure but it may have been due to: increment=(ifriends+i); -- should this be increment=(friends+i); instead? I hope this helps. Let me know if you have any questions. - Jason On Jun 25, 1:06 am, Prithvi Raj [EMAIL

[orkut-developer] Re: iterate a div id

2008-07-05 Thread Prithvi Raj
= ... document.appendChild(newDiv); As for your problem above, I'm not sure but it may have been due to: increment=(ifriends+i); -- should this be increment=(friends+i); instead? I hope this helps. Let me know if you have any questions. - Jason On Jun 25, 1:06 am, Prithvi Raj [EMAIL

[orkut-developer] orkut like search

2008-06-28 Thread Prithvi Raj
In orkut when we search for a friend. The moment we type the name there are some drop down suggestions right?... a Google Suggest sibling Is there a readymade code to implement that orkut searchbar in our application??? --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-28 Thread Prithvi Raj
Never tried your code. But i guess it wont work. The orkut developer documentation only says about what I gave above. Anyway just give a try to both... the one I gave will surely work.. and if the one you gave works.. then please do inform me about that. :-) On Jun 28, 11:25 am, varun.j [EMAIL

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-28 Thread Prithvi Raj
and please make sure to include Require feature=views / On Jun 28, 1:28 pm, Prithvi Raj [EMAIL PROTECTED] wrote: Never tried your code. But i guess it wont work. The orkut developer documentation only says about what I gave above. Anyway just give a try to both... the one I gave will surely

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-27 Thread Prithvi Raj
include this in your MethodPrefs Require feature=views / and in your content add this... function getViewName() { return gadgets.views.getCurrentView().getName(); } if (getViewName() == canvas) { /// code to re-direct to http://wallpapers.mobile3k.com } if (getViewName() ==

[orkut-developer] iterate a div id

2008-06-25 Thread Prithvi Raj
I need to increment div id=friends0 ... div id=friends25 .. and so on... That is... for every Friend of the user. Iam fetching some data from my server. And display them. I want to create a unique div ID for each of the html content fetched for each user. But there is some problem in

[orkut-developer] Re: Displaying a profile picture

2008-06-25 Thread Prithvi Raj
viewerFriends.getField(opensocial.Person.Field.THUMBNAIL_URL); this will fetch the pic url... here is a sample code. function loadFriends() { var req = opensocial.newDataRequest(); var params = {}; params[opensocial.DataRequest.PeopleRequestFields.MAX] = ;