The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

Setting up employee resource management system

How can I set up a employee resource management system which highlight employee's skills and projects working?
0
votes
0answers
6 views

wordpress profile builder not redirecting properly after registration

I am using "profile builder pro" plugin of wordpress in wordpress website and it works well except for "redirection after successfull registration" as it is redirecting to the same page. here is a ...
2
votes
0answers
35 views

Upgrading Django to 1.5 with Django-CMS - user model issue

I have just moved a site from Django-CMS 2.3.5 to 2.4.1 (with help from Stackoverflow) under Django 1.4. I am now upgrading to Django 1.5, which is only hard because I need to update the old separate ...
-3
votes
0answers
14 views

How to Show Your Facebook Business Fan Page in Your Work Profile [closed]

i am not able to link my facebook business fan page to my work profile in my personal account could you please help me out with this problme?
0
votes
0answers
13 views

SharePoint User Profile Sync to AD [migrated]

One question regarding the user profile sync, we are trying to sync user photo in SharePoint back to AD picture. We have one AD forest, two domains, and in SharePoint we have two Synchronization ...
-3
votes
0answers
14 views

Turning a profile into a memorial [closed]

I don't know how else to get in touch with your team so I'm using the feedback feature. My friend "Azlan Ahmed" passed away on 21st feb 2012 and I think since someone reported his profile it has been ...
-3
votes
0answers
14 views

How to switch on/off mobile packet programmatic in android? [closed]

I want to know that,How we can switch on/off mobile packet in android by programmatic? For internet usage we may use Wifi/mobile data. So I want to turn on/off mobile data, programmatic in android.
5
votes
1answer
70 views

How to create a new (persistent) Firefox profile with Selenium in Python?

Trynig to add a new, persistent, Firefox profile with Selenium. AFAIK, when executing FirefoxProfile(), a new profile is generated using a temporary file. Ideally, this profile should be able to ...
-1
votes
0answers
16 views

How can I generate profile picture dynamically like StackOverflow? [migrated]

I am curious how StackOverflow generates profile pictures randomly in cute way. What is the best way to achieve that? What tools or programming knowledge I should know?
-2
votes
0answers
8 views

Some new diference [closed]

I see, on some facebook profiles have some new changes on timeless. How I can do that to my facebook profile. ? have difference, to the left and right side.
0
votes
1answer
47 views

What is the best way to check if a given userprofile is active or deleted in C++?

I have a list of usernames. In C++ which way would it be better to check if the profile associated with the username exists or deleted in the local machine? I came across ATL CAccessToken class ...
0
votes
1answer
30 views

Mac OS X User Profile folder?

Does anybody know the default environment variables in MAC OS X? What is the variable for user's folder? For example if the path in MAC OS X is "/Users/someuser/Applications" Then what is the ...
0
votes
0answers
9 views

Remote drives doesn't load on a wireless laptop

Our Windows users have logon.vb script specified in their profile. All it does is, load the shared drives based on their login name. This works flawlessly on a wired laptop and the user can see the ...
0
votes
1answer
58 views

Oracle SQL: Transferring tables from one user to another

So I created a new user called temp, with a password temp. I have another user called Scott that is identified by tiger. There are three tables in that profile that I'd like to copy onto temp. So i ...
0
votes
0answers
12 views

How to get stories created with the javascript SDK (nothing returned)

I'm working on a FaceBook app for a website, but I got a problem and I don't know how to fix it. I try to create a story by clicking on a button (ex: join a course). So, my action is join and my ...
0
votes
1answer
36 views

php function file_exists with condeigniter

I am using codeigniter, I want to show a user page with his profile picture shown. When a user uploads a profile picture, it will get the same name as the username (where the old profile picture will ...
0
votes
0answers
11 views

Delete ActivityEvent or set them as read

i have used Activity Manager and activity event to manage some notifications. I would like to delete or set them as read/seen when i click on notification. But i do not need in anyway. this the code ...
0
votes
1answer
143 views

HTML select multiple within PHP tags [closed]

I want users to be able to see the name of all their odd jobs and descriptions and then be able to choose from a a list the days available for each odd job. Essentially I want the user to be displayed ...
0
votes
1answer
30 views

Insert query with variables

I have the following query function Add_Oddjob ($Add_Oddjob){ //global $MemberID; //$update = array(); array_walk($Add_Oddjob, 'array_sanitize'); ...
0
votes
2answers
44 views

Allow user to add information to their profile using insert query

Im using the following function: function Add_Oddjob ($Add_Oddjob){ global $MemberID; $update = array(); array_walk($Add_Oddjob, 'array_sanitize'); ...
0
votes
1answer
30 views

omniauth google_oauth2 the profile image is not present in the authhash

This is written in omniauth.rb an initializer. Rails.application.config.middleware.use OmniAuth::Builder do provider :google_oauth2,ID,SECRET, { :approval_prompt => '', :scope => ...
0
votes
0answers
44 views

upload profile image not saving in profile folder

when a user uploads an image, sometimes the image will appear in the profiles folder and sometimes it will not. The file path updates correctly each time as i can see it change in the database, but ...
0
votes
1answer
59 views

update query for user profiles not working

I'm trying to allow users to update their profiles and im using the following functions to do so: function update_user($update_data){ global $session_MemberID; $update = ...
0
votes
1answer
49 views

Drupal 7 - User profile field editable only at registration

In Drupal 7, is there a way to display a mandatory field at registration, and make it un-editable after the user has registered? Thanks in advance!
0
votes
2answers
84 views

when a user logs in send them to their own profile page

When a user logs in they are redirected to member.php, below is the log in code followed by member.php code. login.php <?php session_start (); include 'core/init.php'; ...
1
vote
1answer
58 views

How do I use the Profile object from my Razor views?

I have an MVC4 application and I've been following the Pluralsight video tutorials. I've got my UserProfile table with an added property and it's working great: <Table("UserProfile")> Public ...
0
votes
0answers
50 views

How do I programatically add a book to a user's Book Likes section?

In the about section of a Facebook profile there is a book section (eg. https://www.facebook.com/me/books) that includes Books you like on Facebook. You can also like a book page on the web via a ...
0
votes
1answer
45 views

Pybbm superuser profile “UserProfile matching query does not exist.”

I have a project on django 1.4.5 with custom userprofile and fresh installed pybbm as covered in this instructions https://pybbm.readthedocs.org/en/latest/install.html#enable-your-site-profile in ...
1
vote
1answer
178 views

Header search paths with gcc using C_INCLUDE_PATH

i'm confused about the following include files(with GCC) i've A.c and B.c in folder AAA and B.h in folder BBB in A.c: #include <stdio.h> #include "B.h" main() { errPrint(); } in B.c: ...
1
vote
0answers
48 views

profile picture upload stops the widget(php) to show up

I'm new to php and and trying to improve my HTML, so I decided to build a social network site. I've used tutorials online and I've had my problems along the way, but I've always been able to figure ...
0
votes
1answer
32 views

write post error in the sort

hello this codes is for write post in user profile the codes its right and without any mistake but i have error when in write post the new post will be the last post i mean i have erro in sortting how ...
2
votes
0answers
110 views

Windows 2008 R2 User Profile Service: unloads user profile of App Pool identity

I am currently facing the following issue. An web application is being hosted as a domain account (Account A) in IIS 7.5 windows 2008 R2. Attribute "load user profile" is set to false The ...
0
votes
0answers
31 views

Generating checkboxes for role-designation during registration

I have the following code for a project that I'm working on in ASP.NET MVC 4 framework. I'm a little stuck as to how to proceed. In my AccountModel.cs [Table("UserProfile")] public ...
-3
votes
2answers
135 views

How to get the user names and domains of all locally stored user profiles in VB.NET? [closed]

How to retrieve the user names and domains of all user profiles stored on a computer using VB.NET? the Code below does exactly what I need, but in VBScript. How can I do the same in VB.NET? ...
2
votes
1answer
149 views

How to get the user names and domains of all locally stored user profiles?

How do I retrieve the user names and domains of all user profiles stored on a computer? Here's a screenshot of the User Profiles manager to illustrate what I mean:
0
votes
0answers
198 views

Facebook. Get user name, write it on picture and post on user's wall

I have Facebook application which post picture on user's wall. On this picture are writen user's Name This app after use dislay photo with writen user name on It, but didn't post on user's wall. ...
0
votes
1answer
84 views

Extended django user profile data overwrite issue

I create an userprofile as following: class UserProfile(models.Model): # This field is required: user = models.OneToOneField(User, related_name="User can view study permission") # Other ...
2
votes
1answer
369 views

Django 1.5. Users profile creation

I use django 1.5 with custom model MyUser. I want to make users profile page, where he can modify only one field - 'about'. I tried something like that: forms.py: class ...
0
votes
0answers
15 views

Interpreting Facebook sourcing

I know that the source of FB is viewed by going on view-source://facebook.com and that Ctrl + F [],{"list": present's a user's friends, in order of interaction (you copy paste the # that ...
0
votes
1answer
59 views

IntegrityError at /admin/auth/user/add/ using UserProfile

I`m tryng to add user from Admin interface, using a UserProfile, but show me this error: IntegrityError at /admin/auth/user/add/ (1062, "Duplicate entry '7' for key 'user_id'") Here is my ...
0
votes
1answer
67 views

Nesting tastypie UserProfileResource and UserResource, null value in column \“user_id\” violates not-null constraint

This is my setup: class UserProfile(models.Model): user = models.OneToOneField(User, unique=True, related_name="profile") class UserProfileResource(ModelResource): class Meta: ...
2
votes
1answer
67 views

Create ProfileProperty Through Code in DNN

How to Create Profile Property Through Code in DNN (DotNetNuke)? I tried this code: DotNetNuke.Entities.Profile.ProfilePropertyDefinition def = ...
0
votes
0answers
44 views

How to create a registration page that leverages AUTH_PROFILE_MODULE

Just want to set up a simple registration page that leverages AUTH_PROFILE_MODULE correctly in Django. settings.py has this: AUTH_PROFILE_MODULE = 'authentication.UserProfile' and ...
-2
votes
1answer
83 views

Javascript: Display last time logged in

Could the collective minds here point me to a JavaScript example where the last time a user has logged in is displayed in their profile? Update: I should point out that I'm using Node.js, server-side ...
1
vote
0answers
9 views

can one column in a table reference three primary keys in three different table

I want to reference UserProfile_tbl(UserId) to three Primary Keys as Student(Regno), Faculty(Regno), Admin(adminId). Is this Possible? I am using UserProfile Table for Login.
1
vote
1answer
191 views

User profiles in iOS app?

I'm developing an iOS application and I am planning to have a system by which the application will store a 'user profile'. This would be information about the user such as name, gender and age, the ...
0
votes
1answer
147 views

image style depend on taxonomy term drupal 7 on a view

i have a view to list all users in the site ,i want to change the user picture display style depending on the users's category(which is a taxonomy term) i have tried to add CSS class to the picture ...
0
votes
1answer
478 views

Domain User logged in with Temp Profile in Windows Server 2008 R2 64 Bit OS

I am new to the forum. I am having a trouble with Windows server 2008 R2 Domain. I am having IBM 3650 Server installed with Windows Server 2008 R2 64 Bit domain. I am using Thin Clients as Nodes. ...
0
votes
1answer
97 views

Regarding Drupal7 User profiles and registeration

on my front page the user registers by typing in his username, email, password..once he clicks submit he log ins and is redirected to his profile edit page (not account settings)..i am able to do that ...
0
votes
0answers
189 views

How to call a User's profile url in buddypress

I use a 'Like' plugin in buddypress and display user avatars and nicknames below the posts that they like. Initially the plugin only displayed the nickname and not a link to those displayed users' ...

1 2 3 4 5 6