Video bbcode for Facebook video needed to be changed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jkotlowski
    Senior Member
    • May 2015
    • 103
    • 5.1.x

    #16
    Originally posted by IncWolf
    I just find how to solve that problem until it will be fixed.

    In core/includes/xml/bbcode_video_vbulletin.xml change regex_url in facebook-block of code to:

    Code:
    [COLOR=#000000][FONT=Menlo]<[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]http://www.facebook.com[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]</[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR]
    [COLOR=#000000][FONT=Menlo]<[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]regex_url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]<![CDATA[[/FONT][/COLOR][B]https?:\/\/[/B][B][COLOR=#000000][FONT=Menlo](?:www\.)?[/FONT][/COLOR][/B][B]facebook\.com\/[a-zA-Z0-9.]+\/videos\/([0-9]+)[/B][COLOR=#000000][FONT=Menlo]]]>[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]</[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]regex_url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR]
    and for vimeo-video to:
    Code:
    [COLOR=#000000][FONT=Menlo]<[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]http://www.vimeo.com[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]</[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR]
    [COLOR=#000000][FONT=Menlo]<[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]regex_url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]<![CDATA[http[B]s?[/B]:\/\/(?:www\.)?vimeo\.com\/([0-9]+)]]>[/FONT][/COLOR][COLOR=#000000][FONT=Menlo]</[/FONT][/COLOR][COLOR=#000080][FONT=Menlo][B]regex_url[/B][/FONT][/COLOR][COLOR=#000000][FONT=Menlo]>[/FONT][/COLOR]
    The same changes need to be done in the database in the bbcode_video table for the regex_url field
    Hi, I'm trying to get this functioning, but I'm not having any luck with it. I think my issue is when I'm editing the tables in the database. How much of the code do I copy into the regex_url part of the table? just where it starts with https?
    Want bigger avatars for your forum? There's a mod here. But be sure to vote for the JIRA requesting the fix here!

    Comment

    Related Topics

    Collapse

    Working...