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.

Links MOD V1.2.2 En Este Foro

Aquí­ podrás dejar tus dudas sobre MODs o MODificaciones de tu phpBB2
  Reglas del Foro
Antes de participar en los foros, leer esto por favor.
Normas generales de phpBB-Es y las de Soporte
Cerrado

0
No hay votos
 
Votos totales: 0

Billy Regal
Observador/a
Mensajes: 2
Registrado: 24 May 2006, 11:23

Links MOD V1.2.2 En Este Foro

#1

Mensaje por Billy Regal »

Hola amigos,

desculpame, soy aleman y mi español es solamente muy poco :oops:
Si esta bien a ellos escribo en ingles,
no puedo expressar mi problema pequeña en su idioma.
Gracias.

I have seen that you guys are using the
Links MOD v1.2.2 by phpBB2.de and OOHOO and CRLin
in this forum.
I have also install it and it work fine so far.
My question is:
How did you manage to get all lins in just ONE COLUMN ?
In the original version they are divided into 2 columns which I dont like.

Would anybody be so kind an post those changed for me ?

Muchissimas gracias !

Saludos de alemania, Billy

Nazcar
Ex Staff
Mensajes: 1728
Registrado: 14 Oct 2005, 20:39

Respuesta: Links MOD V1.2.2 En Este Foro

#2

Mensaje por Nazcar »

In Inglish

In this forum we are using is XS 2 a CMS complete reason why mod estan all very modificated.Visit the official Web of the XS has supported in ingles and Italian.

In German


In diesem Forum, das wir benutzen, ist XS 2, ein CMS Grund durchführen, warum estan Umb. alles modificated.Visit das amtliche Netz des XS sich auf ingles und italienisch gestützt hat.


Translate by babelfish

Avatar de Usuario
mitch
Ex Staff
Mensajes: 4260
Registrado: 04 Sep 2005, 04:28
Género:

Respuesta: Links MOD V1.2.2 En Este Foro

#3

Mensaje por mitch »

Your forum is XS or normal phpbb?

If your problem is with links.php (with the two columns) you can try this:

Open:
links_index.tpl (in your template... save a copy)

Find:

Código: Seleccionar todo

<!-- END linkrow1 -->
				<br />
Delete the last:

Código: Seleccionar todo

<br />
And, After add:

Código: Seleccionar todo

				<!-- BEGIN linkrow0 -->
				<br />&nbsp;<a href="{linkrow0.LINK_URL}"><img src="{FOLDER_IMG}" alt="{linkrow0.LINK_TITLE}" align="absmiddle" border="0" /></a>&nbsp;<a href="{linkrow0.LINK_URL}">{linkrow0.LINK_TITLE}</a>&nbsp;({linkrow0.LINK_NUMBER})
				<br />
				<!-- END linkrow0 -->
				<br />
Find:

Código: Seleccionar todo

<td valign="top" width="50%" nowrap class="postbody">
				<!-- BEGIN linkrow0 -->
				<br />&nbsp;<a href="{linkrow0.LINK_URL}"><img src="{FOLDER_IMG}" alt="{linkrow0.LINK_TITLE}" align="absmiddle" border="0" /></a>&nbsp;<a href="{linkrow0.LINK_URL}">{linkrow0.LINK_TITLE}</a>&nbsp;({linkrow0.LINK_NUMBER})
				<br />
				<!-- END linkrow0 -->
				<br />
				</td>
Just remove this lines.


... something like this ??

Billy Regal
Observador/a
Mensajes: 2
Registrado: 24 May 2006, 11:23

Re: Respuesta: Links MOD V1.2.2 En Este Foro

#4

Mensaje por Billy Regal »

... something like this ?? Siiiiiiiiiiiiiiiiii, EXACTO !!!!
Funciona perfecto !!

Muchas gracias !


Billy

Cerrado

Volver a “Soporte, preguntas sobre MODs de phpBB 2”