Página 1 de 1

Bloque de ultimos mensajes en la barra lateral de mitch  Tema Solucionado

Publicado: 11 Oct 2014, 11:40
por angelismo
AÑADIR BLOQUE DE ULTIMOS MENSAJES EN SCROLL EN LA BARRA LATERAL DE MITCH
Pasos previos
:arrow: Añadir barra lateral de mitch
http://www.phpbb-es.com/foro/anadir-fac ... 18400.html
:arrow: Crear el archivo functions_barra.php y modificar el functions.php ,coomo indica The kuka en este post
http://www.phpbb-es.com/foro/anadir-ult ... 21312.html
No subir el sidebar_recent_topics.html ,seguir estos pasos
Abrir overall_header.html
:arrow: Buscar

Código: Seleccionar todo

<span class="corners-bottom"><span></span></span>
</div>
</div>
:arrow: Añadir despues

Código: Seleccionar todo

<br /><div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
	<ul class="linklist navlinks">
		<li><img src="./images/cup.png">&nbsp;<b>Tems recientes</b></li>
	</ul>
	<!-- $Id: recent_topics_body.html 68 2008-01-06 01:03:56Z nickvergessen $ -->
	<!-- BEGIN recenttopicrow -->
		<!-- IF recenttopicrow.S_FIRST_ROW or not recenttopicrow.S_TOPIC_TYPE_SWITCH -->
		<hr /><br />
		<marquee behavior="scroll" direction="up" height="90" scrolldelay="150" scrollamount="5" loop="true" onmouseover="this.stop()" onmouseout="this.start()">
		<!-- ENDIF -->
			<div style="width: 90%;">
				<!-- IF recenttopicrow.S_UNREAD_TOPIC --><a href="{recenttopicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
				<a href="{recenttopicrow.U_VIEW_TOPIC}" class="topictitle">{recenttopicrow.TOPIC_TITLE}</a>
				<br />{L_POST_BY_AUTHOR} {recenttopicrow.LAST_POST_AUTHOR_FULL}
			</div>
		<!-- IF recenttopicrow.S_LAST_ROW -->
		</marquee>
		<!-- ENDIF -->
	<!-- END recenttopicrow -->
	<br />
	<span class="corners-bottom"><span></span></span></div>
</div>
<br />
Con esto ,ya tendremos funcionando un bloque con los ultimos mensajes en scroll ,como en este foro.