Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Error al mostrar la imagen icon profile link

Soporte de MODs para phpBB 3.0.x
Dudas sobre AutoMOD aquí por favor.

0
No hay votos
 
Votos totales: 0

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Error al mostrar la imagen icon profile link

#1

Mensaje por Tony´S »

Bueno mi proble es que eh intalado este mod icon profile link
pero la imagen no se muestra
y al hacer una revision HTML con el firebug de google chrome
este codigo aparece

Código: Seleccionar todo

<ul class="profile-icons">
					<li class="pm-icon"><a href="./ucp.php?i=pm&mode=compose&action=quotepost&p=22" title="Mensaje privado"><span>Mensaje privado</span></a></li><li class="email-icon"><a href="mailto:brkingbaby@gmail.com" title="E-mail Tony´S"><span>E-mail Tony´S</span></a></li><li class="facebook-icon"><a href="http://facebook.com/facelela" title="Facebook"><span>Facebook</span></a></li>
				</ul>
pero el iconos al pasar el cursor por el codigo en el firebug

Código: Seleccionar todo

<li class="facebook-icon"><a href="http://facebook.com/facelela" title="Facebook"><span>Facebook</span></a></li>
me sale en el foro li.facebook-icon 0px 0px
en el facebook.css
tengo esto

Código: Seleccionar todo

.facebook-icon, .facebook-icon a		{ background: none top left no-repeat; }
ul.profile-icons li.facebook-icon	{ width: {IMG_ICON_CONTACT_FACEBOOK_WIDTH}px; height: {IMG_ICON_CONTACT_FACEBOOK_HEIGHT}px; }
.facebook-icon, .facebook-icon a		{ background-image: url("{IMG_ICON_CONTACT_FACEBOOK_SRC}"); }
y en el imagenset esto
SPOILER_SHOW

Código: Seleccionar todo

name = Supernova
copyright = &copy; www.ChristianBullock.com
version = 1.0.1

#phpBB Version = 3.0.8

# Images
img_site_logo = site_logo.gif*52*139
img_poll_left =
img_poll_center =
img_poll_right =
img_icon_friend =
img_icon_foe =

img_forum_link = forum_link.png*27*27
img_forum_read = forum_read.png*27*27
img_forum_read_locked = forum_locked.png*27*27
img_forum_read_subforum = forum_read.png*27*27
img_forum_unread = forum_unread.png*27*27
img_forum_unread_locked = forum_locked.png*27*27
img_forum_unread_subforum = forum_unread.png*27*27

img_topic_moved = topic_moved.png*27*27

img_topic_read = topic_read.png*27*27
img_topic_read_mine = topic_read_mine.png*27*27
img_topic_read_hot = topic_read_hot.png*27*27
img_topic_read_hot_mine = topic_read_hot_mine.png*27*27
img_topic_read_locked = topic_read_locked.png*27*27
img_topic_read_locked_mine = topic_read_locked_mine.png*27*27

img_topic_unread = topic_unread.png*27*27
img_topic_unread_mine = topic_unread_mine.png*27*27
img_topic_unread_hot = topic_unread_hot.png*27*27
img_topic_unread_hot_mine = topic_unread_hot_mine.png*27*27
img_topic_unread_locked = topic_read_locked.png*27*27
img_topic_unread_locked_mine = topic_read_locked_mine.png*27*27

img_sticky_read = sticky_read.gif*27*27
img_sticky_read_mine = sticky_read_mine.gif*27*27
img_sticky_read_locked = sticky_read_locked.gif*27*27
img_sticky_read_locked_mine = sticky_read_locked_mine.gif*27*27
img_sticky_unread = sticky_unread.gif*27*27
img_sticky_unread_mine = sticky_unread_mine.gif*27*27
img_sticky_unread_locked = sticky_unread_locked.gif*27*27
img_sticky_unread_locked_mine = sticky_unread_locked_mine.gif*27*27

img_announce_read = announce_read.gif*27*27
img_announce_read_mine = announce_read_mine.gif*27*27
img_announce_read_locked = announce_read_locked.gif*27*27
img_announce_read_locked_mine = announce_read_locked_mine.gif*27*27
img_announce_unread = announce_unread.gif*27*27
img_announce_unread_mine = announce_unread_mine.gif*27*27
img_announce_unread_locked = announce_unread_locked.gif*27*27
img_announce_unread_locked_mine = announce_unread_locked_mine.gif*27*27

img_global_read = announce_read.gif*27*27
img_global_read_mine = announce_read_mine.gif*27*27
img_global_read_locked = announce_read_locked.gif*27*27
img_global_read_locked_mine = announce_read_locked_mine.gif*27*27
img_global_unread = announce_unread.gif*27*27
img_global_unread_mine = announce_unread_mine.gif*27*27
img_global_unread_locked = announce_unread_locked.gif*27*27
img_global_unread_locked_mine = announce_unread_locked_mine.gif*27*27

img_subforum_read = folder.png*16*16
img_subforum_unread = folder.png*16*16

img_pm_read = topic_read.png*27*27
img_pm_unread = topic_unread.png*27*27

img_icon_back_top = icon_back_top.gif*11*11

img_icon_contact_aim = icon_contact_aim.gif*20*20
img_icon_contact_email = icon_contact_email.gif*20*20
img_icon_contact_icq = icon_contact_icq.gif*20*20
img_icon_contact_jabber = icon_contact_jabber.gif*20*20
img_icon_contact_msnm = icon_contact_msnm.gif*20*20

img_icon_contact_www = icon_contact_www.gif*20*20
img_icon_contact_yahoo = icon_contact_yahoo.gif*20*20


img_icon_evaluation_dark = evaluation_dark.png*16*16
img_icon_evaluation_half = evaluation_half.png*16*16
img_icon_evaluation_light = evaluation_light.png*16*16

img_icon_post_target = icon_post_target.gif*9*11
img_icon_post_target_unread = icon_post_target_unread.gif*9*11
img_icon_post_approve = icon_post_approve.gif*20*20

img_icon_topic_attach = icon_topic_attach.gif*10*7
img_icon_topic_latest = icon_topic_latest.gif*9*11
img_icon_topic_newest = icon_topic_newest.gif*9*11
img_icon_topic_reported = exclamation.png*16*16
img_icon_topic_unapproved = information.png*16*16

img_icon_user_profile =

img_icon_contact_facebook = icon_contact_facebook.gif*20*20
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Makoto
Elite
Mensajes: 2929
Registrado: 10 Sep 2009, 23:44
Género:
Edad: 37

Re: Error al mostrar la imagen icon profile link

#2

Mensaje por Makoto »

entra a acp/estilos/galeria de imagenes/tuestilo/editar*

busca facebook y si todo esta normal deberias ver la imagen, recomiendo activar modo debug
URL del foro: FIIS-UNAC
Versión phpBB: phpBB3 ( 3.1.5)
Extensiones Instaladas
SPOILER_SHOW
  • Add User 1.0.2
  • Auto Database Backup 1.1.0
  • Auto Groups 1.0.0
  • Avatars on Memberlist 1.0.3
  • Board Announcements 1.0.2
  • Board Rules 1.0.1
  • cBB Chat 1.1.1
  • Fancy Lazy Topics loader 2.1.5
  • Genders 1.0.0
  • Last Post Avatar
  • Log failed logins
  • Rank Post Styling
  • Share On 1.0.0
  • SiteSplat BBCore 2.1.1
  • Sortables Captcha 2.0.0
  • Topic Author 1.0.1
  • Upload Extensions 3.1.2-beta2
Plantilla(s) usada(s):
  • FLATBOOTS 2.0.1
Servidor: Dattatec[/size]

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Re: Error al mostrar la imagen icon profile link

#3

Mensaje por Tony´S »

si veo la imagen desde el acp pero no desde el foro viewtopic
ok pero como se activa?
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Makoto
Elite
Mensajes: 2929
Registrado: 10 Sep 2009, 23:44
Género:
Edad: 37

Re: Error al mostrar la imagen icon profile link

#4

Mensaje por Makoto »

xD le diste actualizar a galeria de imagenes¿
URL del foro: FIIS-UNAC
Versión phpBB: phpBB3 ( 3.1.5)
Extensiones Instaladas
SPOILER_SHOW
  • Add User 1.0.2
  • Auto Database Backup 1.1.0
  • Auto Groups 1.0.0
  • Avatars on Memberlist 1.0.3
  • Board Announcements 1.0.2
  • Board Rules 1.0.1
  • cBB Chat 1.1.1
  • Fancy Lazy Topics loader 2.1.5
  • Genders 1.0.0
  • Last Post Avatar
  • Log failed logins
  • Rank Post Styling
  • Share On 1.0.0
  • SiteSplat BBCore 2.1.1
  • Sortables Captcha 2.0.0
  • Topic Author 1.0.1
  • Upload Extensions 3.1.2-beta2
Plantilla(s) usada(s):
  • FLATBOOTS 2.0.1
Servidor: Dattatec[/size]

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Re: Error al mostrar la imagen icon profile link

#5

Mensaje por Tony´S »

como infino le eh dado todo lo que se ace despues de hacer un cambio con el estilo
Cachear template
Cachear Tema
Cachear Imagenes
Cachear Foro Todo...

o eh echo todo entonces dime como hacemos con eso del debug...
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Re: Error al mostrar la imagen icon profile link

#6

Mensaje por Tony´S »

bueno como no responde busque y lo active y mira todo lo que me sale

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/mods/advanced_last_topic_titles.php on line 61: Undefined index: altt_active
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 128: Undefined variable: abbc3
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Makoto
Elite
Mensajes: 2929
Registrado: 10 Sep 2009, 23:44
Género:
Edad: 37

Re: Error al mostrar la imagen icon profile link

#7

Mensaje por Makoto »

asu u_U creo que es un error del mod abbc3, te recomiendo que siempre cuando instalas un foro tengas el modo debug activado 8-) ahora no se por que te aparece esos errores sobre el primer error esta mal instalado el mod nv topic titles
URL del foro: FIIS-UNAC
Versión phpBB: phpBB3 ( 3.1.5)
Extensiones Instaladas
SPOILER_SHOW
  • Add User 1.0.2
  • Auto Database Backup 1.1.0
  • Auto Groups 1.0.0
  • Avatars on Memberlist 1.0.3
  • Board Announcements 1.0.2
  • Board Rules 1.0.1
  • cBB Chat 1.1.1
  • Fancy Lazy Topics loader 2.1.5
  • Genders 1.0.0
  • Last Post Avatar
  • Log failed logins
  • Rank Post Styling
  • Share On 1.0.0
  • SiteSplat BBCore 2.1.1
  • Sortables Captcha 2.0.0
  • Topic Author 1.0.1
  • Upload Extensions 3.1.2-beta2
Plantilla(s) usada(s):
  • FLATBOOTS 2.0.1
Servidor: Dattatec[/size]

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Re: Error al mostrar la imagen icon profile link

#8

Mensaje por Tony´S »

pues no se que sea pero remplaze el archivo ese con el que viene en la instalacion y sigue asi porfa ayuda :( primera vez que me siento asi...
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Makoto
Elite
Mensajes: 2929
Registrado: 10 Sep 2009, 23:44
Género:
Edad: 37

Re: Error al mostrar la imagen icon profile link

#9

Mensaje por Makoto »

desinstala el mod que instalaste ultimo, eh instala mejor este mod http://www.phpbb.com/community/viewtopic.php?t=1948025
URL del foro: FIIS-UNAC
Versión phpBB: phpBB3 ( 3.1.5)
Extensiones Instaladas
SPOILER_SHOW
  • Add User 1.0.2
  • Auto Database Backup 1.1.0
  • Auto Groups 1.0.0
  • Avatars on Memberlist 1.0.3
  • Board Announcements 1.0.2
  • Board Rules 1.0.1
  • cBB Chat 1.1.1
  • Fancy Lazy Topics loader 2.1.5
  • Genders 1.0.0
  • Last Post Avatar
  • Log failed logins
  • Rank Post Styling
  • Share On 1.0.0
  • SiteSplat BBCore 2.1.1
  • Sortables Captcha 2.0.0
  • Topic Author 1.0.1
  • Upload Extensions 3.1.2-beta2
Plantilla(s) usada(s):
  • FLATBOOTS 2.0.1
Servidor: Dattatec[/size]

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Re: Error al mostrar la imagen icon profile link

#10

Mensaje por Tony´S »

creo que eh solucionado un problema con el abbc3
ahora solo me sale este

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/mods/advanced_last_topic_titles.php on line 61: Undefined index: altt_active
bueno en realidad ese no es el ultimo mod pero igual lo desintalare a probar con este por lo menos resolvi un problema

y otra cosa el mod que me das sirve para phpbb 3.0.9?
Última edición por Tony´S el 04 Nov 2011, 02:02, editado 1 vez en total.
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Makoto
Elite
Mensajes: 2929
Registrado: 10 Sep 2009, 23:44
Género:
Edad: 37

Re: Error al mostrar la imagen icon profile link

#11

Mensaje por Makoto »

obvio por algo te lo pase, yo lo uso en el install yo le quite varias redes sociales e inclui youtube, solo facebook , twitter y youtube

y sobre

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/mods/advanced_last_topic_titles.php on line 61: Undefined index: altt_active
revisa el install del mod, que este donde debe estar los codigos no solo que esten presnetes en el archivo a editar
URL del foro: FIIS-UNAC
Versión phpBB: phpBB3 ( 3.1.5)
Extensiones Instaladas
SPOILER_SHOW
  • Add User 1.0.2
  • Auto Database Backup 1.1.0
  • Auto Groups 1.0.0
  • Avatars on Memberlist 1.0.3
  • Board Announcements 1.0.2
  • Board Rules 1.0.1
  • cBB Chat 1.1.1
  • Fancy Lazy Topics loader 2.1.5
  • Genders 1.0.0
  • Last Post Avatar
  • Log failed logins
  • Rank Post Styling
  • Share On 1.0.0
  • SiteSplat BBCore 2.1.1
  • Sortables Captcha 2.0.0
  • Topic Author 1.0.1
  • Upload Extensions 3.1.2-beta2
Plantilla(s) usada(s):
  • FLATBOOTS 2.0.1
Servidor: Dattatec[/size]

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Re: Error al mostrar la imagen icon profile link

#12

Mensaje por Tony´S »

bueno mira el error estaba en que no habia instalado el mod subi la carpeta install y lo instale y ya no salio nada
pero creo que tendre que eliminar el mod de HP por que al entrar al viewtopic me sale lo que dijistes

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1712: Undefined variable: level_hp
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1713: Undefined variable: level_hp_percent
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1714: Undefined variable: level_hp_percent
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1715: Undefined variable: level_mp
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1716: Undefined variable: level_mp_percent
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1717: Undefined variable: level_mp_percent
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1718: Undefined variable: level_exp
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1719: Undefined variable: level_exp_percent
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1720: Undefined variable: level_exp_percent
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1721: Undefined variable: level_level
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Makoto
Elite
Mensajes: 2929
Registrado: 10 Sep 2009, 23:44
Género:
Edad: 37

Re: Error al mostrar la imagen icon profile link

#13

Mensaje por Makoto »

bueno el mod del HP level bar lo puedes instalar al final cuando tu foro este listo y desactivar el modo debug
URL del foro: FIIS-UNAC
Versión phpBB: phpBB3 ( 3.1.5)
Extensiones Instaladas
SPOILER_SHOW
  • Add User 1.0.2
  • Auto Database Backup 1.1.0
  • Auto Groups 1.0.0
  • Avatars on Memberlist 1.0.3
  • Board Announcements 1.0.2
  • Board Rules 1.0.1
  • cBB Chat 1.1.1
  • Fancy Lazy Topics loader 2.1.5
  • Genders 1.0.0
  • Last Post Avatar
  • Log failed logins
  • Rank Post Styling
  • Share On 1.0.0
  • SiteSplat BBCore 2.1.1
  • Sortables Captcha 2.0.0
  • Topic Author 1.0.1
  • Upload Extensions 3.1.2-beta2
Plantilla(s) usada(s):
  • FLATBOOTS 2.0.1
Servidor: Dattatec[/size]

Avatar de Usuario
Tony´S
Miembro
Mensajes: 382
Registrado: 10 Oct 2011, 04:37

Re: Error al mostrar la imagen icon profile link

#14

Mensaje por Tony´S »

ah entonces lo puedo tener ya que no ocasiona ningun riesgo bueno ahora me pregunto yo sobre el mod que me pasaste
tienes los cambios que hiciste en el install para solo poner el face twiter y youtube?
[tabs][tabs:Firma]???
[tabs:WonderDesigner]
URL: http://wonderdesign.iloveidol.com/
Versión phpBB: phpBB 3.0.10
MODs Instalados:
  • ACP Announcement Centre
  • ACP Announcement Feed
  • Advanced BBCode Box 3
  • AOS Topic Statistics + Forum Statistics
  • Application form
  • Arcade 2.0 RC1
  • Autolink MOD
  • Avatar on Memberlist
  • Añadir consejos de cómo escribir un post en el editor.
  • Boton de nuevo tema en viewtopic
  • 100+ Bots Install Script
  • browser, os & screen' version 0.3.0
  • Campos personalizados peglables y despegables en viewtopic
  • Categorize Announcements and Stickies
  • cBB Portal
  • Contact Admin
  • Default Topic Icon
  • Full Quick Reply Editor
  • Genders 1.0.2
  • Legend Repositioning
  • Log connections
  • mChat New Version
  • Medal System MOD for phpBB3
  • MOD Version Check
  • MODX Creator
  • NV "who was here?"
  • NV newspage
  • Paypal Donation Mod
  • phpBB SEO Premod V 3.0.9
  • PM Box Progress Bars
    • Advanced mode
    • Dynamic Meta tags
    • GYM Sitemaps & RSS
    • No duplicate
    • Related Topics
    • Optimal titles
    • Topic SEO description and keywords mod
    • Zero duplicate
  • Post number in viewtopic
  • Posting template
  • Prime Ban to Group
  • Prime Links
  • Prime Subject Check
  • Prime Trash Bin
  • Share On
  • Show Password Strength
  • Support Toolkit
  • Tinypic Plugin MOD
  • Thanks for posts
  • Top five
  • Ultimate Points
  • UPS Easy Shop
  • User Status
  • Welcome PM on first Login
  • Welcome on index
  • x users viewing
Plantilla(s) usada(s): Supernova(x defecto) Prosilver(activada)
Servidor: Window - Iloveidol(pago)
Actualización desde otra versión: no[/tabs]

Avatar de Usuario
Makoto
Elite
Mensajes: 2929
Registrado: 10 Sep 2009, 23:44
Género:
Edad: 37

Re: Error al mostrar la imagen icon profile link

#15

Mensaje por Makoto »

Social Networking Site Buttons - 2.2.2.rar
(220.28 KiB) Descargado 80 veces
haber si te funciona
URL del foro: FIIS-UNAC
Versión phpBB: phpBB3 ( 3.1.5)
Extensiones Instaladas
SPOILER_SHOW
  • Add User 1.0.2
  • Auto Database Backup 1.1.0
  • Auto Groups 1.0.0
  • Avatars on Memberlist 1.0.3
  • Board Announcements 1.0.2
  • Board Rules 1.0.1
  • cBB Chat 1.1.1
  • Fancy Lazy Topics loader 2.1.5
  • Genders 1.0.0
  • Last Post Avatar
  • Log failed logins
  • Rank Post Styling
  • Share On 1.0.0
  • SiteSplat BBCore 2.1.1
  • Sortables Captcha 2.0.0
  • Topic Author 1.0.1
  • Upload Extensions 3.1.2-beta2
Plantilla(s) usada(s):
  • FLATBOOTS 2.0.1
Servidor: Dattatec[/size]

Cerrado

Volver a “Soporte de MODs”