I've enabled the Twitter and Views modules and I'm using the provided blocks, ie. All Tweets and User Tweets. For my user, the tweets are displaying correctly. However, the more link at the end of the list has an error. It links off to: http://mysite.com/users/%2A/tweets. Note the %2A. The user in question is user 2, so I think the link should be http://mysite.com/users/2/tweets.

Intriguingly, clicking on the link does not result in "page not found", but rather an empty page with the title: 's tweets.

Comments

jmbarlow’s picture

Priority: Normal » Minor

I noticed this on one of my installations. The link offered by clicking on "more" was "user/*/tweets".

My workaround for this was to add an alias from "user/*/tweets" to "user/all/tweets"

steinmb’s picture

Status: Active » Closed (cannot reproduce)
john_b’s picture

I have this problem on D7, except that path was user/%2A/tweets and the site only had user/1. It occurred after removing the contextual filter from the Views block display (which prevented the block display showing on pages without the uid in the URL).