The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

How to use the OuterTemplate.CallPresenceStatusIconTemplate template properly?

I'm customizing a ContentByQueryWebPar instance by creating a custom itemstyle.xsl file. In this file, I defined a custom template, with one slot : <xsl:if test="@DisplayedAuthor != ...
0
votes
2answers
28 views

Office Communicator icon above Lync icon

We have a strange issue where some users with Lync installed get the old MOC icon above the Lync icon. According to them they have never had MOC intalled on their computers. Could it be some registry ...
0
votes
0answers
93 views

Render presence icon on SharePoint 2010 user profile page?

I want to replace this default tag which renders the presence icon and display name: I want to replace it with specific user property lookups, but also have the presence icon show up as well. Is ...
1
vote
2answers
235 views

InfoPath 2010 Person/Group Picker: Need “write in” option

I've placed a person/group picker on a web enabled InfoPath 2010 form. It comes up and allows me to pick names from the farm no problem. My issue is that I want to be able to write in the name of an ...
3
votes
1answer
893 views

SharePoint Lync Presence issues

I have an issue with the user presence icon, showing/not showing. Some information: I have a custom master-page. Issue is in libraries in a site collection. The presence icons show in people search ...
1
vote
6answers
3k views

How to add Some Javascript code to all the aspx pages not just on web parts?

I just want to modify some of the contents on all the SharePoint pages be it adminstration page or some site page or any other page using my script (Javascript) and AJAX code. My ultimate aim is to ...
2
votes
1answer
447 views

showing custom presence instead of lync presence on sharepoint page

I found how SharePoint shows the lync presence on SharePoint, the magic is in the communication between IE & name.dll ActiveX control (which comes with OCS or office). This is something a hidden ...
1
vote
0answers
83 views

Adding status pawn on sharepoint page dynamically

In sharepoint, I want to integrate presence information for each user. It would be similar as OCS presence information is shown on sharepoint automatically using name.dll. I have a server which stores ...
1
vote
1answer
179 views

Presence indicator

We have deployed a contact list CQWP across all company machines on IE8. The presence indicators are showing, but on some machines it's showing the vertical dropdown (2007 style) and on others it's ...
3
votes
2answers
457 views

Memory Leak in NameCtrl Add On (for Presence) with IE and SharePoint 2010

Is there known bug/memory leak in the NameCtrl browser addon (which is used for displaying presence information)? I ask because I created a simple empty site based on the Blank site template and ...
1
vote
2answers
620 views

Hovering over presence indicator doesnt bring pop up

I have some strange behavior. When im on user profile and i hover over the "prescense indicator" i do not get a pop up, as strange as it my seen ... How could it be? Do i need to activate maybe ...
5
votes
2answers
1k views

IM Presence Icons not appearing in SOME master pages - IE9

I have updated my master pages to use some HTML5 and CSS3 elements. I therefore changed the to use HTML5, and altered the X-UA-COMPATIBLE to work in "IE=9;IE=Edge;" mode (instead of IE8). I did not ...
1
vote
0answers
158 views

Reverse presence icon

I am using the following code to output username + presence information in a spgridview. SPFieldUser field = document.Fields["CustomFieldName"] as SPFieldUser; if (field != null) { ...
0
votes
1answer
650 views

Presence indicators

I want to add presence indicators to my custom webpart. I have found a blog post about it. string.Format("<li><a class=\"ms-imnlink\" href=\"javascript:;\"><img width=\"12\" ...
3
votes
2answers
2k views

Presence indicators without Lync

Is it possible to display presence indicators in a custom web part if Lync is not available? I have seen the IMNRC function but that just shows the grey indicator flag. We are also using Office 2010 ...