01-25-2021, 03:09 PM
2

[img]Registrate o inicia tu sesión para ver este contenido[/img]
[img]Registrate o inicia tu sesión para ver este contenido[/img]
En bbcode.inc --> inc --> ext --> bbcode.inc
Buscar:
Código PHP: ( Seleccionar Todo )
array('tag' => 'success', 'replace' => '<div class="bbcmsg success">{param}</div>')
Agregar una coma al final y debajo añadir:
Código PHP: ( Seleccionar Todo )
array('tag' => 'xvideos', 'replace' => '<iframe src="Registrate o inicia tu sesión para ver este contenido{param}" frameborder="0" width="510" height="400" scrolling="no"></iframe>'),
Quedaría así:
Código PHP: ( Seleccionar Todo )
array('tag' => 'success', 'replace' => '<div class="bbcmsg success">{param}</div>'),
array('tag' => 'xvideos', 'replace' => '<iframe src="Registrate o inicia tu sesión para ver este contenido{param}" frameborder="0" width="510" height="400" scrolling="no"></iframe>'),
En c.core.php --> inc --> class --> c.core.php
Buscar:
Código PHP: ( Seleccionar Todo )
'success'
Al lado agregar:
Código PHP: ( Seleccionar Todo )
, 'xvideos'
En wysibb.css --> themes --> default --> css --> wysibb.css
Al final agregar:
Código PHP: ( Seleccionar Todo )
.xvideo {
background-repeat: no-repeat;
background-position: 8px center;
padding: 1px 0 0px 7px;
background-image: url('../images/xvideos.png');
border-color: #DEDEDE;
color: #666666;
}
En wysibb.js --> themes --> default --> js --> wysibb.js
Buscar:
Código PHP: ( Seleccionar Todo )
video: "Vídeo de YouTube",
Debajo agregar:
Código PHP: ( Seleccionar Todo )
xvideo: "Insertar ID de XVideos",
Buscar:
Código PHP: ( Seleccionar Todo )
buttons: "bold,italic,underline,strike,sup,sub,|,img,video,
Agregar al lado:
Código PHP: ( Seleccionar Todo )
xvideo,
Quedaría así:
Código PHP: ( Seleccionar Todo )
buttons: "bold,italic,underline,strike,sup,sub,|,img,video,xvideo,
Buscar:
Código PHP: ( Seleccionar Todo )
modal_video_text: "URL del vídeo",
Debajo agregar:
Código PHP: ( Seleccionar Todo )
modal_xvideo_text:"ID del XVideo",
Buscar:
Código PHP: ( Seleccionar Todo )
transform: {
'<iframe src="Registrate o inicia tu sesión para ver este contenido{SRC}" width="640" height="360" frameborder="0" allowfullscreen></iframe>':'[swf=Registrate o inicia tu sesión para ver este contenido{SRC}]'
}
},
Debajo agregar:
Código PHP: ( Seleccionar Todo )
xvideo : {
title: CURLANG.xvideo,
buttonHTML: '<span class="xvideo"></span>',
modal: {
title: CURLANG.xvideo,
width: "500px",
tabs: [
{
input: [
{param: "URL",title:CURLANG.modal_xvideo_text}
]
}
]
},
transform : {
'<iframe src="Registrate o inicia tu sesión para ver este contenido{URL}" frameborder="0" width="510" height="400" scrolling="no"></iframe>':"[xvideos]{URL}[/xvideos]"
}
},
Y subir esta imagen a la carpeta images con el nombre xvideos.png
[img]Registrate o inicia tu sesión para ver este contenido[/img]
Creditos: Debes agradecer para ver el contenido...


Facebook
Twitter
Reddit
Digg
del.icio.us
Tumblr
Pinterest
Blogger
Fark
LinkedIn
Mix
Google