disagree. bad idea. Use a large time interval, if you so wishaurquiel wrote:Its possible not time for redirection, i want the user ciclk to go out
disagree. bad idea. Use a large time interval, if you so wishaurquiel wrote:Its possible not time for redirection, i want the user ciclk to go out
Then why show options to the user? maximun time is 10 s.FomenkoAndrey wrote:disagree. bad idea. Use a large time interval, if you so wishaurquiel wrote:Its possible not time for redirection, i want the user ciclk to go out
Thanks much better, great update[email protected] wrote:UPDATED!
- Added the ability to go back when redirecting.
- Increased the maximum redirect to 120 seconds.
- The value 0 disables warning page and redirect will be implemented immediately.
- Added a countdown timer.
Code: Select all
<?php
/**
*
* External Links [Spanish]
*
* @package info_acp_exlinks.php
* @copyright (c) 2014 Anvar http://bb3.mobi
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'ACP_MODED_LINKS_TITLE' => 'Enlaces Externos',
'ACP_MODED_LINKS' => 'Gestionar enlaces',
'ACP_MODED_LINKS_EXPLAIN' => 'Anvar (c) <a href="http://bb3.mobi">BB3.Mobi</a>',
'ACP_MODED_LINKS_DESCRIPTION' => 'Aquí puede personalizar la visualización de todos los enlaces externos publicados en el foro.',
'ACP_MODED_LINKS_SETTINGS' => 'Ajustes básicos de enlaces',
'ACP_TARGET_ATTRIBUTE' => '¿Usar el atributo «target»?',
'ACP_TARGET_ATTRIBUTE_EXPLAIN' => 'Si está desactivada, se utilizará OnClick JavaScript.',
'ACP_HIDE_LINKS_GUESTS' => '¿Ocultar enlaces externos a invitados?',
'ACP_HIDE_LINKS_GUESTS_EXPLAIN' => 'Introduzca el texto, y nombres de los enlaces que desea reemplazados.',
'ACP_EXTERNAL_LINK_PREFIX' => 'Prefijo antes del enlace',
'ACP_EXTERNAL_LINK_REDIRECT' => 'Redirect time',
'ACP_EXTERNAL_LINK_EXACT' => 'El enlace exacto es:',
'ACP_INTERNAL_LINK_DOMAINS' => 'Lista de los dominios que no están cubiertos por el mantenimiento anteriormente, utilizando ";" (punto y coma para separar)',
'ACP_FORBIDDEN_DOMAINS' => 'Lista de los dominios que no se muestran enlaces, utilizando ";" (punto y coma para separar)',
'ACP_FORBIDDEN_DOMAINS_TEXT' => 'Texto en lugar de URL bloqueada',
'ACP_FORBIDDEN_NEW_URL' => 'URL en lugar de los enlaces remotos',
'ACP_MODED_LINKS_ATTRIBUTES' => 'Atributos de enlaces',
'ACP_INTERNAL_LINK_REL' => 'El atributo rel de enlaces internos',
'ACP_EXTERNAL_LINK_REL' => 'El atributo rel de enlaces externos',
'ACP_INTERNAL_LINK_TARGET' => 'Tipo de target para enlaces internos',
'ACP_EXTERNAL_LINK_TARGET' => 'Tipo de target para enlaces externos',
'ACP_INTERNAL_LINK_CLASS' => 'Clase de los enlaces internos',
'ACP_EXTERNAL_LINK_CLASS' => 'Clase de los enlaces externos',
'ACP_EXTERNAL_LINK_NOINDEX' => '¿Cerrar noindex en enlaces externos?',
/* New lang Spanish*/
'ACP_MODED_LINKS_TYPES' => 'Enlaces de tipos de archivos',
'ACP_PDF_LINK_TYPES' => 'Tipos de enlaces PDF',
'ACP_PDF_LINK_TYPES_EXPLAIN' => 'Tipos de enlaces de archivo (separar extensiones de archivos con una barra vertical "|").',
'ACP_IMG_LINK_TYPES' => 'Tipos de enlaces IMG',
'ACP_IMG_LINK_TYPES_EXPLAIN' => 'Tipos de enlaces de archivo (separar extensiones de archivos con una barra vertical "|").',
'ACP_ZIP_LINK_TYPES' => 'Tipos de enlaces ZIP',
'ACP_ZIP_LINK_TYPES_EXPLAIN' => 'Tipos de enlaces de archivo (separar extensiones de archivos con una barra vertical "|").',
'ACP_EXTERNAL_LINK_TYPES' => 'Tipos de enlaces externos',
'ACP_EXTERNAL_LINK_TYPES_EXPLAIN' => 'Casos especiales para tipos de enlaces específicos. Separar extensiones de archivos con una barra vertical (|).<br />Ejemplo 1: \'pdf|gif|jpg|jpeg|png|bmp|zip|rar|7z\'',
'ACP_INTERNAL_LINK_TYPES' => 'Tipos de enlaces internos',
'ACP_INTERNAL_LINK_TYPES_EXPLAIN' => 'Casos especiales para tipos de enlaces específicos. Separar extensiones de archivos con una barra vertical (|).<br />Ejemplo 1: \'pdf|gif|jpg|jpeg|png|bmp|zip|rar|7z\'',
'ACP_SKIP_LINK_TYPES' => 'No procese enlaces a estos tipos de archivo',
'ACP_SKIP_PREFIX_TYPES' => 'No agregue un prefijo de enlace externo para estos tipos de archivos',
'MESSAGE_TEXT' => '<strong>Va a un enlace externo: <span class="error">%s</span></strong><p>Asegúrese de que el enlace es de plena confianza y protegido de influencias nocivas.<br />Si el enlace muestra algo sospechoso, informe a la Administración del foro.</p>',
'URL_LINK' => '%sIr al enlace%s',
'CLOSE_PAGE' => '%sCerrar esta página%s',
));
Two new settings options in the ACP, but no detailed the user instructions, separate file extensions with a vertical bar, semicolon, comma...?'ACP_SKIP_LINK_TYPES' => 'Don\'t process links to these file types',
'ACP_SKIP_PREFIX_TYPES' => 'Don\'t add an external link prefix for these file types',
You can specify more please?yakimchuk wrote:mod good, but not work correcly
Code: Select all
http://localhost/phpBB3/url.php?
work fineyakimchuk wrote:mod good, but not work correcly
I do not think how to describe, it's not php.Raul [ThE KuKa] wrote:Two new settings options in the ACP, but no detailed the user instructions, separate file extensions with a vertical bar, semicolon, comma...?'ACP_SKIP_LINK_TYPES' => 'Don\'t process links to these file types',
'ACP_SKIP_PREFIX_TYPES' => 'Don\'t add an external link prefix for these file types',
Best regards.
I'll think about this question, it is necessary for this extension conflicted place.aurquiel wrote:If you use advanced bbcode and embeb a youtube video you will see someting like this beside the video
Code: Select all
http://localhost/phpBB3/url.php?
I know it's not PHP, but I think it should be described as introducing extensions...[email protected] wrote:I do not think how to describe, it's not php.
Open ext/bb3mobi/exlinks/styles/prosilver/theme/extlinks.cssfile.rrbailey89 wrote:Is there a way to remove the icon that it puts next to the link?
Code: Select all
a.exlinks {
background: url('./link.png') no-repeat;
display: inline-block;
padding-left: 16px;
color: #22BBCC;
}
Code: Select all
a.exlinks {
display: inline-block;
color: #22BBCC;
}