Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: minos on July 02, 2009, 12:33:31 AM

Title: ESPN & ESPN Latin America BBcode
Post by: minos on July 02, 2009, 12:33:31 AM


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fxs540.xs.to%2Fxs540%2F09254%2Fespn_logo2.jpg595.gif&hash=8931f4df0e8387cac3f5eda3c8f2aeeb632a923e)

Link To Mod (http://custom.simplemachines.org/mods/index.php?mod=1903)


ESPN VIDEO BBCODE

This mods ads a bbcode  [espn][/espn] to watch ESPN.COM (http://espn.go.com/video) videos  just add the video ID and its all

example:
ID is the red part

http://espn.go.com/video/clip?id=3893342

Supported Languages

english.php
english-utf8.php
english_british.php
english_british-utf8.php
spanish.php
spanish-utf8.php
spanish_latin.php
  spanish_latin-utf8.php


ESPN LATINO AMERICA

este mod añade un bbcode  para añadir videos de espndeportes.com (http://espndeportes.espn.go.com/broadband/video/indexDeportes), solo añade el ID del video y listo

Ejemplo:


http://espndeportes.espn.go.com/broadband/video/clipDeportes?id=854735&categoryid=834456

Lenguajes Soportados

english.php
english-utf8.php
english_british.php
english_british-utf8.php
spanish.php
spanish-utf8.php
spanish_latin.php
spanish_latin-utf8.php

IMPORTANTE: para videos de espn en español descarga solo el archivo espnlatinamericaonly.zip



visit: www.metalminos.com
Title: Re: ESPN & ESPN Latin America BBcode
Post by: Sabre™ on July 02, 2009, 06:33:44 AM
Very Nice mod..  thanks mate :)
Title: Re: ESPN & ESPN Latin America BBcode
Post by: Apllicmz on December 27, 2011, 03:39:55 PM
Nice mod
when Update  Mod dont forget portuguese

<file name="$themedir/languages/Modifications.portuguese_pt-utf8.php" error="skip">
    <operation>
        <search position="end" />
            <add><![CDATA[
$txt['espn'] = 'V&iacute;deo Espn';
]]></add>
    </operation>
</file>

<file name="$themedir/languages/Modifications.portuguese_pt.php" error="skip">
    <operation>
        <search position="end" />
            <add><![CDATA[
$txt['espn'] = 'V&iacute;deo Espn';
]]></add>
    </operation>
</file>

<file name="$themedir/languages/Modifications.portuguese_brazilian-utf8.php" error="skip">
    <operation>
        <search position="end" />
            <add><![CDATA[
$txt['espn'] = 'V&iacute;deo Espn';
]]></add>
    </operation>
</file>

<file name="$themedir/languages/Modifications.portuguese_brazilian.php" error="skip">
    <operation>
        <search position="end" />
            <add><![CDATA[
$txt['espn'] = 'V&iacute;deo Espn';
]]></add>
    </operation>
</file>