No twitter login fields on Twitter tab of user profile page
anilo - August 21, 2009 - 18:36
| Project: | |
| Version: | 6.x-2.6 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi guys,
I've installed the Twitter and Twitter actions module. But when I go to the "user Profile" , "Twitter" tab -- it shows a blank screen. Here are the things I've tried so far:
- Added the global credentials
- Removed the global credentials
- I know this is not a permissions issue because I am logged in as User-0.
- Granted permissions to everyone.
It still shows a blank screen.
Any thoughts on why this might be the case?
Thanks,
-Anil

#1
I am having the same issue, can't seem to figure it out.
#2
Me Three!
Super Frustrating.
#3
subscribing
#4
I changed this line:
twitter.module line 19
$items['user/%user_category/edit/twitter'] = array(
to
$items['user/%user/edit/twitter'] = array(
Flush caches then navigate to that path, user/1/edit/twitter... replace 1 with the users id and you can setup a link for each user account.
I don't have time for a patch OR if the author intended this or not so I have to get stuff done, so thats what I did.
#5
Maybe worth checking permissions are setup correctly, i remember enabling...
sorry for lack of detailed answer
#6
Hello,
So is this a bug and will this be fixed in the next update?
#7
I ended up just using another browser. I was using Safari, and had no idea the stupid fields where there because they're not visible. Once logged into Firefox, the fields appeared fine.
Not sure if this is a bug on my local computer (Mac OSX 10.5), or just a poorly coded part of a great module.