Recent content by Thelo

  1. Thelo

    XF 1.1 How is Facebook publish_stream permission "Post to Facebook as me" used?

    The file /library/XenForo/Helper/Facebook.php has this line in it: $perms = 'email,publish_stream,user_birthday,user_status,user_website,user_location'; Just remove ",publish_stream" from that string and you're good to go.
  2. Thelo

    XF 1.1 How is Facebook publish_stream permission "Post to Facebook as me" used?

    Just as a followup, I ended up having to add a new Facebook permission (friends_online_presence) to the list, and the process was very smooth: I simply added it to the permissions string in Facebook.php, and now the next time a Facebook-enabled user logs to the forum, Facebook automatically...
  3. Thelo

    XF 1.1 How is Facebook publish_stream permission "Post to Facebook as me" used?

    If I understand correctly how Facebook permissions work, if you end up needing some permission later, you can just request it at the time where you actually use it - and Facebook will popup a permission request to those users who haven't granted it yet. So I'm willing to ask for that additional...
  4. Thelo

    XF 1.1 How is Facebook publish_stream permission "Post to Facebook as me" used?

    Alright, in that case I'll edit it out for my own copy of Xenforo, to simplify the FB login flow and make it look less scary for newcomers. Thanks for the fast answer!
  5. Thelo

    XF 1.1 How is Facebook publish_stream permission "Post to Facebook as me" used?

    I've noticed that when using the Facebook integration login, Xenforo requests the publish_stream Facebook permission (Facebook.php, function getFacebookRequestUrl), which is shown to the user as a request to "Post to Facebook as me: ForumName may post status messages, notes, photos, and videos...
  6. Thelo

    Fixed Appending #a=1 to a XenForo URL causes a jQuery error

    Actually, I've just found a fix for this, it's a bug in jQuery Tools where they forgot to add quotes around an attribute selector: https://github.com/jquerytools/jquerytools/pull/596 https://github.com/neutroncreations/jquerytools/commit/3f29890586b0d7cba0057d2368b7f8ab496d1f61 Fixing this...
  7. Thelo

    Fixed Appending #a=1 to a XenForo URL causes a jQuery error

    If you append a hashmark to a XenForo URL that shows tabs, in such a way that the location.hash includes the equals character '=', such as "#asdf=1234", then go directly to that URL, a javascript error pops up on loading that page. For instance, going directly to this URL...
  8. Thelo

    ragtek Disallow Images in Signature

    This mod does work in XenForo 1.1 Beta 4, and from a quick code inspection I don't see any reason why it would break in 1.1 RC1
Top Bottom