This issue re-raises this D5 issue in the D6 context (at the request of the cgluskjy):
Sorry, maybe I'm overlooking something very big, but aside from the ability to activate the module, I can't figure out where to look to configure the Twitter module. Any chance you could walk us through how to configure it? I'm trying to figure out if any modules are dependent on it.
The expected behavior is that I will be (a) able to add twitter info to my profile, and (b) when I post, I'll be given the option to send the title of the post as a tweet via twitter_form_alter.
However, I can activate the module, admin/settings/twitter works, and (for me) user/1/tweets works, but user/%user/edit/twitter does not work.
I checked the permissions; they're fine. Help! This is a wonderful module!
Comments
Comment #1
jbrauer commentedMoving to proper category.
Comment #2
eaton commentedI'm trying to poke around to figure out why some users are getting these intermittent errors: can you give my any details on your account? Or information what what happens or doesn't happen when you go to that URL?
Comment #3
Vyoma commentedI too got this error, but that was on my local test installation that did not have Views module installed/activated. When I did so, it did allow me to add a Twitter account.
I am assuming that the Views module is a dependency and I have submitted a patch for the .info (http://drupal.org/node/362954). If it is not a dependency, perhaps the patch is a moot effort.
Comment #4
shunting commentedI have views module activated, but I am still getting a blank tab in my user profile.
Comment #5
shunting commented1. I'm logged in as user 1
2. Using twitter-6.x-2.x-dev.tar.gz, twitter, twitter actions, views enabled.
3. Have permissions to "add twitter accounts"
4. Go to users/myaccount
5. Go to user/1/edit tab -- nothing there about adding twitter account info
6. Go to user/1/tweets tab -- nothing there either
OpenID and Profiles optional core modules are enabled, but disabling them makes no difference.
Comment #6
shunting commentedIf I go to this URL in the browser:
http://www.example.com/user/123/edit/twitter
then I get the twitter edit page and can enter my account info, and then everything works.
However, if I enter from http://www.example.com/users/myaccount , which is my URL aliases for user account page paths, there's no way to get to the twitter edit page that I can see. I'd expect either a tab or the information on the user edit form, but it's neither place.
Comment #7
keva commentedThat may be a theme issue. If you switch to another theme, can you view the tabs?
Comment #8
shunting commentedThat's it! Thanks....
Comment #9
eaton commentedThanks for pointing this out -- I'd forgotten how many themes break sub-tabs; that affects a number of other modules too. For the momen, I'm marking this as fixed/closed; if we can think of any good ways to avoid putting it in sub-tabs or making it work on other themes, I'll open a new issue. Does that sound good?