Not signed in (Sign In)

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorRyan Budney
    • CommentTimeApr 28th 2011 edited
     
    If I go to a user page on MO, one that has more that one page of asked questions listed, and click on the button for anything other than the 1st page of questions, the page formatting is killed.

    Is this just me?

    eg: http://mathoverflow.net/api/userquestions.html?page=2&pagesize=10&userId=290&sort=
  1.  

    Where did you get that URL from? The MO interface expects to be loading that URL via Ajax, and embedding the results in a page that provides the CSS that does the formatting.

  2.  
    When I click on the "page 2" button from Qiaochu's user page.
  3.  

    Hmm, you're experiencing some sort of javascript related problem. It's true that the "page 2" button on Qiaochu's user page (and similarly for any other user pages) does link directly to the URL you gave above. However, when everything is working correctly (e.g. as it does for me at the moment), a piece of javascript intercepts that click, and just reloads a small portion of the page (i.e. the list of questions) from the URL.

    Perhaps you can try a different browser, clear your cache, etc., and see if you still have the same problem?

  4.  
    Thanks Scott. Yes, clearing the cache fixed the problem. This is my first time experiencing such a problem, sorry!