Twitter MediaSite BBcode Fix

Discussion in 'Xenforo' started by Mr. Penguin, 15 Sep 2013.

  1. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
    Javascript console throws up SyntaxError: Unexpected token on XenForo boards.

    Caused by the Twitter MediaSite BBcode 1.2.7. In ACP go to the template:
    bbms_twitter_XFormer

    Find this in
    Code:
    Select All
    <script>$(".twitter-tweet").children("p").css("border-bottom", "3px double rgb(237, 237, 237)"), ;</script>
    Replace with
    Code:
    Select All
    <script>$(".twitter-tweet").children("p").css("border-bottom", "3px double rgb(237, 237, 237)");</script>
     

Share This Page

Loading...