¡Bienvenido a PHPost!

Para participar en el foro, descargar complementos y acceder al chat, necesitas una cuenta activa. Usa un correo electrónico válido para completar la activación.

Crear cuenta gratis

¿Ya tienes cuenta? Inicia sesión aquí

Calificación:
  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5

COMPLEMENTOS BBcode XVideos (Act)
#1

2
Mejor respuesta del mensaje BBcode XVideos (Act)
[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:

array('tag' => 'success''replace' => '<div class="bbcmsg success">{param}</div>'


Agregar una coma al final y debajo añadir:

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í:

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:

'success' 


Al lado agregar:

'xvideos' 


En wysibb.css --> themes --> default --> css --> wysibb.css

Al final agregar:

.xvideo {
background-repeatno-repeat;
background-position8px center;
padding1px 0 0px 7px;
background-imageurl('../images/xvideos.png');
border-color#DEDEDE;
color#666666;



En wysibb.js --> themes --> default --> js --> wysibb.js

Buscar:

video"Vídeo de YouTube"


Debajo agregar:

xvideo"Insertar ID de XVideos"


Buscar:

buttons"bold,italic,underline,strike,sup,sub,|,img,video, 


Agregar al lado:

xvideo


Quedaría así:

buttons"bold,italic,underline,strike,sup,sub,|,img,video,xvideo, 


Buscar:

modal_video_text"URL del vídeo"


Debajo agregar:

modal_xvideo_text:"ID del XVideo"


Buscar:

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:

xvideo : {
titleCURLANG.xvideo,
buttonHTML'<span class="xvideo"></span>',
modal: {
titleCURLANG.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...
Responder


Compartir en:

Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)