Supervisor |
"> |
| Miko | |
|
[MOD] Direccionamiento al post de la Cita - 6/8/2016, 7:46 am
InformaciónCuando usted cita, este código se añadirá un enlace a su artículo original en el contenido. DEMOINSTRUCCIONES
PASO 1ACP >> Display >> Colores e imagenes >> Colores >> CSS StylesheetAñadir CSS - Código:
.post .quoteLink{display:inline-block;height:10px;width:12px;background:url(http://i83.servimg.com/u/f83/16/58/89/73/viewpo10.png) no-repeat transparent;margin-left:3px} [b] PASO 2[size=14]ACP >> Display >> QLTT >> Viewtopic_bodyAgregar Mensaje - Código:
<script type="text/javascript"> //<![CDATA[ $(".post a[href*='&mode=quote']").attr("href", function () { return this.href + "&r=" + location.pathname.replace(/\/(t\d+(p\d+)?)\-.*/, "$1"); }); $(".post a[href*='/t'][href*='-quote#']").next("br").remove().end().each(function () { $(this).addClass("quoteLink").attr("href", function () { return this.href.replace("quote", location.pathname.replace(/\/t\d+(p\d+)?-(.+)/, "$2")) }).appendTo($(this).next("blockquote").find("cite:first")); }); //]]> </script> PASO 3ACP >> Visualización >> Post & mensajes >> posting_bodyAñadir antes de {SCEDITOR} - Código:
<script type="text/javascript"> //<![CDATA[ if (/r\=t\d+(p\d+)?/.test(location.search)) { $("#text_editor_textarea").val("[url=http://" + location.host + "/" + GetParam("r") + "-quote#" + GetParam("p") + "][/url]" + $("#text_editor_textarea").val()); } $(".post a[href*='/t'][href*='-quote#']").next("br").remove().end().each(function () { $(this).addClass("quoteLink").appendTo($(this).next("blockquote").find("cite:first")); }); //]]> </script> Articulo escrito por: baivong
| Permisos de este foro: | No puedes responder a temas en este foro.
Código [IMG] está Activado Código HTML está Activado
|
|
|