[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 194: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 199: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 267: Trying to access array offset on value of type bool
phpBBMexico • [Beta] Adjuntos usando Prettyphoto
Page 1 of 1

[Beta] Adjuntos usando Prettyphoto

Posted: 07 Jul 2012, 14:49
by cisco007
[bbcodet1]Nombre del MOD:[/bbcodet1] Adjuntos usando Prettyphoto
[bbcodet1]Autor:[/bbcodet1] cisco007
[bbcodet1]Creditos:[/bbcodet1] Gracias a este sitio por los archivos y el código: prettyphoto
[bbcodet1]Descripción del MOD:[/bbcodet1]
con este mod todas las imágenes que suba al sitio usando el botón subir adjunto se abrirán de un manera como el highslide. También se puede usar para una sola imagen y para vídeos de Youtube puestos en un mensaje.

[bbcodet1]Información del Mod:[/bbcodet1]
  1. Versión del mod:
    • 1.0.4
  2. para versión phpBB:
    • 3.x.x
  3. Categoría:
    • Add-Ons
    • Cosmético
  4. Involucro:
    • Editar archivos
  5. Tiempo:
    • ~ 5 Minutes
  6. Compatibilidad:
  7. cambios:

    [spoiler]
    • version 1.0.4 - jquery.prettyPhoto.js actualizado con nueva version 3.1.4, que arregla muchos bugs
    • version 1.0.3 - FIxed more bugs, was still adding the id to address url, also removed the social buttons, weren't needed!
    • version 1.0.2 - fixed bugs, specially with large images, and prettyphoto ID being added the address bar when image clicked!
    • Version 1.0.0 - initial release
    [/spoiler]
[bbcodet1]Notas:[/bbcodet1]
para que el mod funcione debe de tener la siguiente configuracion de adjuntos en el ACP!

prettyphoto_attachment_settings.png
prettyphoto_attachment_settings.png (12.53 KiB) Viewed 2680 times
[bbcodet1]Capturas/ejemplos:[/bbcodet1]

318034_371540382911904_1335989994_n.jpg
318034_371540382911904_1335989994_n.jpg (194.99 KiB) Viewed 2681 times

videoPlayer12.png
videoPlayer12.png (668.78 KiB) Viewed 2681 times
[bbcodet1]Faq's:[/bbcodet1]
  1. tengo mchat instalado y los botones no me funcionan. porque?

    [spoiler]busque este edición en su archivo overall_header.html en todos los estilos que tenga el mod instalado y bórrela.
    Code: Select all
    <script src="{ROOT_PATH}prettyPhoto/jquery-1.x.x.min.js" type="text/javascript"></script>
    [/spoiler]
  2. puedo usar este mod para solo una imagen?
    [spoiler]haga un nuevo bbcode asi!
    Uso de BBCode:
    Code: Select all
    [prettyphoto]{URL}[/prettyphoto]
    Reemplazo HTML:
    Code: Select all
    <a href="{URL}" title=""><img src="{URL}" rel="prettyPhoto" style="max-width:60px; max-height:60px;" alt="" /></a>

    cambie el width y height a el tamaño que usted quiera!
    Línea de ayuda:
    Code: Select all
    [prettyphoto]image url[/prettyphoto]
    [/spoiler]
  3. que también se puede usar para vídeos youtube? como?
    [spoiler]haga otro bbcode asi:
    Uso de BBCode:
    Code: Select all
    [prettyyt]{URL}[/prettyyt]
    Reemplazo HTML:
    Code: Select all
    <a href="http://www.youtube.com/watch?v={IDENTIFIER}" rel="prettyPhoto[youtube]"><img style="width: 130px; height: 97px; border:1px solid black;" alt="YouTube Video " src="http://i.ytimg.com/vi/{IDENTIFIER}/default.jpg" /></a>
    Línea de ayuda:
    Code: Select all
    [prettyyt]video url[/prettyyt]
    DEMO:
    [prettyyt][/prettyyt][/spoiler]
  4. Tambien se puede usar para IFrames
    [spoiler][i_i][bbcodet]uso bbcode:[/bbcodet]
    Code: Select all
    [prettyiframe={URL}]{TEXT}[/prettyiframe]
    [/i_i]
    [i_i][bbcodet]Reemplazo HTML:[/bbcodet]
    Code: Select all
    <a href="{URL}?iframe=true&width=80%&height=80%" rel="prettyPhoto[iframes]" title="">{TEXT}</a>
    [/i_i]
    [i_i][bbcodet]Línea de ayuda:[/bbcodet]
    Code: Select all
    [prettyiframe=enlace web]descripción[/prettyiframe]
    [/i_i]
    [i_i][bbcodet]Example:[/bbcodet]
    Code: Select all
    [prettyiframe=http://phpbbmexico.com]phpbbmexico.com[/prettyiframe]
    [/i_i]
    [prettyiframe=http://phpbbmexico.com]phpbbmexico.com[/prettyiframe][/spoiler]
[bbcodet1]Descarga(s):[/bbcodet1]

[download=http://rapidshare.com/files/312448655/p ... .zip,leean el install.xml][RC]PrettyPhoto Attachment mod 1.0.4,3-23-12[/download]

Re: [Beta] Adjustos usando Prettyphoto

Posted: 18 Jul 2012, 13:50
by cisco007
[cisco_note]Reservado[/cisco_note]

Re: [Beta] Adjuntos usando Prettyphoto

Posted: 23 Aug 2012, 18:52
by cisco007
[informacion]primer mensaje editado! agregue bbcode para mostrar iframes con prettyphoto![/informacion]