I am experiencing the same issues bohrar. I've downgraded to jquery 1.8.3 and spservices 0.7.2, without any improvement. I tried mixing various versions of each with the same results. Calls work for site members, but non site members with contribute rights get nothing. Calls returns nothing. Any suggestions?
function GetUserData() {
function GetUserData() {
var thisUserAccount = "";
var thisUserName = "";
$(document).ready(function () {
thisUserAccount = $().SPServices.SPGetCurrentUser({
fieldName: 'Name',
debug: false
});
var tstarray = thisUserAccount;
var myUserID = tstarray.slice(4);
thisUserName = $().SPServices.SPGetCurrentUser({
fieldName: 'Title',
debug: false
});