Página 2 de 3

estoy buscando el html sitio donde pone indice general

Publicado: 13 Nov 2010, 20:54
por rapblack
:stop: vaya la imagen no sale por que sera?

fijaate el avatar img no sale :?

Re: estoy buscando el html sitio donde pone indice general

Publicado: 13 Nov 2010, 22:29
por leviatan21
No veo que hayas aplicado los cambios !!, la plantilla sigue igual que originalmente

Código: Seleccionar todo

http://www.forosdelro.com/foros/styles/acidtech/template/memberlist_body.html

estoy buscando el html sitio donde pone indice general

Publicado: 14 Nov 2010, 00:19
por rapblack
si lo ise por dios no me digas eso :shock: , como me ivas a dar los datos y no los iva a introducir


ademas desmostrado esta , fijate que pone imagen de avatar y al lado pone online del usuario , :ops

como me dices eso hombre? es ilogico :spam:

estoy buscando el html sitio donde pone indice general

Publicado: 14 Nov 2010, 05:02
por leviatan21
Te la hago fácil, este es el contenido del archivo http://www.forosdelro.com/foros/styles/ ... _body.html que está en el servidor, dime tu donde está el cambio :

Código: Seleccionar todo

<!-- IF S_IN_SEARCH_POPUP -->
	<!-- INCLUDE simple_header.html -->
<!-- ELSE -->
	<!-- INCLUDE overall_header.html -->
<!-- ENDIF -->

<!-- IF S_SEARCH_USER -->	
	<!-- INCLUDE memberlist_search.html -->	
<!-- ENDIF -->

<!-- IF S_SHOW_GROUP --><!-- INCLUDE memberlist_group.html --><!-- ENDIF -->

<!-- IF not S_SHOW_GROUP -->
	<form method="post" name="charsearch" action="{S_MODE_ACTION}">

		<table width="100%" cellspacing="1">
		<tr>
			<td align="{S_CONTENT_FLOW_BEGIN}"><span class="genmed">{L_USERNAME_BEGINS_WITH}: </span><select name="first_char" onchange="this.form.submit();">{S_CHAR_OPTIONS}</select>&nbsp;<input type="submit" name="char" value="{L_DISPLAY}" class="btnlite" /></td>
	<!-- IF U_FIND_MEMBER and not S_SEARCH_USER -->
			<td class="genmed" align="{S_CONTENT_FLOW_END}"><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a></td>
	<!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP -->
			<td class="genmed" align="{S_CONTENT_FLOW_END}"><a href="{U_HIDE_FIND_MEMBER}">{L_HIDE_MEMBER_SEARCH}</a></td>

	<!-- ENDIF -->
		</tr>
		</table>
		{S_FORM_TOKEN}
	</form>
<!-- ENDIF -->

<!-- IF S_IN_SEARCH_POPUP -->
	<form method="post" name="results" action="{S_MODE_ACTION}" onsubmit="insert_marked(this.user);return false">
<!-- ELSE -->
	<form method="post" action="{S_MODE_ACTION}">

<!-- ENDIF -->
{$CA_BLOCK_START}
{$CA_CAP2_START}{L_MEMBERLIST}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
	<th nowrap="nowrap">#</th>
	<th nowrap="nowrap" width="25%" align="{S_CONTENT_FLOW_BEGIN}"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
	<th nowrap="nowrap" width="15%"><a href="{U_SORT_JOINED}">{L_JOINED}</a></th>
	<th nowrap="nowrap" width="10%"><a href="{U_SORT_POSTS}">{L_POSTS}</a></th>
	<th nowrap="nowrap" width="15%"><a href="{U_SORT_RANK}">{L_RANK}</a></th>

	<th nowrap="nowrap" width="11%">{L_SEND_MESSAGE}</th>
	<th nowrap="nowrap" width="11%"><a href="{U_SORT_EMAIL}">{L_EMAIL}</a></th>
	<th nowrap="nowrap" width="11%"><a href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th>
	<!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF -->
</tr>
<!-- BEGIN memberrow -->

	<!-- IF S_SHOW_GROUP -->

		<!-- IF memberrow.S_FIRST_ROW and memberrow.S_GROUP_LEADER -->
			<tr>
				<td class="row3" colspan="8"><b class="gensmall">{L_GROUP_LEADER}</b></td>
			</tr>
		<!-- ELSEIF not memberrow.S_GROUP_LEADER and not $S_MEMBER_HEADER -->
			<tr>
				<td class="row3" colspan="8"><b class="gensmall">{L_GROUP_MEMBERS}</b></td>
			</tr>

				<!-- DEFINE $S_MEMBER_HEADER = 1 -->
		<!-- ENDIF -->
	<!-- ENDIF -->

	<!-- IF memberrow.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE -->	<tr class="row1"><!-- ENDIF -->

		<td class="gen row" align="center">&nbsp;{memberrow.ROW_NUMBER}&nbsp;</td>
		<td class="genmed row" align="{S_CONTENT_FLOW_BEGIN}">{memberrow.USERNAME_FULL}<!-- IF S_SELECT_SINGLE --> [&nbsp;<a href="#" onclick="insert_single('{memberrow.A_USERNAME}'); return false;">{L_SELECT}</a>&nbsp;]<!-- ENDIF --></td>

		<td class="genmed row" align="center" nowrap="nowrap">&nbsp;{memberrow.JOINED}&nbsp;</td>
		<td class="gen row" align="center">{memberrow.POSTS}</td>
		<td class="gen row" align="center"><!-- IF memberrow.RANK_IMG -->{memberrow.RANK_IMG}<!-- ELSE -->{memberrow.RANK_TITLE}<!-- ENDIF --></td>
		<td class="gen row" align="center">&nbsp;<!-- IF memberrow.U_PM --><a href="{memberrow.U_PM}">{PM_IMG}</a><!-- ENDIF -->&nbsp;</td>
		<td class="gen row" align="center">&nbsp;<!-- IF memberrow.U_EMAIL --><a href="{memberrow.U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF -->&nbsp;</td>
		<td class="gen row" align="center">&nbsp;<!-- IF memberrow.U_WWW --><a href="{memberrow.U_WWW}">{WWW_IMG}</a><!-- ENDIF -->&nbsp;</td>

		<!-- IF memberrow.S_PROFILE_FIELD1 -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<td class="gen row" align="center">&nbsp;{memberrow.PROFILE_FIELD1_VALUE}</td>
		<!-- ENDIF -->
		<!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><td align="center"><input type="checkbox" class="radio" name="user" value="{memberrow.USERNAME}" /></td><!-- ENDIF -->
	</tr>

<!-- BEGINELSE -->

	<tr>

		<td class="row1" colspan="<!-- IF S_IN_SEARCH_POPUP -->9<!-- ELSE -->8<!-- ENDIF -->" align="center">
			<span class="gen"><!-- IF S_SHOW_GROUP -->{L_NO_GROUP_MEMBERS}<!-- ELSE -->{L_NO_MEMBERS}<!-- ENDIF --></span>
		</td>
	</tr>

<!-- END memberrow -->

<tr>
	<td class="cat" colspan="<!-- IF S_IN_SEARCH_POPUP -->9<!-- ELSE -->8<!-- ENDIF -->" align="center"><!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><input class="btnlite" type="submit" value="{L_SELECT_MARKED}" /><!-- ELSE --><span class="gensmall">{L_SELECT_SORT_METHOD}:</span>&nbsp;<select name="sk">{S_MODE_SELECT}</select>&nbsp; <span class="gensmall">{L_ORDER}</span>&nbsp;<select name="sd">{S_ORDER_SELECT}</select>&nbsp; <input type="submit" name="submit" value="{L_SUBMIT}" class="btnlite" /><!-- ENDIF --></td>

</tr>
</table>
{$CA_BLOCK_END}
{S_FORM_TOKEN}	
</form>

<table width="100%" cellspacing="0" cellpadding="0">
<tr>
	<td class="pagination">{PAGE_NUMBER} [ {TOTAL_USERS} ]</td>
	<td align="{S_CONTENT_FLOW_END}"><!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><b class="nav"><a href="#" onclick="marklist('results', 'user', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('results', 'user', false); return false;">{L_UNMARK_ALL}</a></b><br /><!-- ENDIF --><span class="pagination"><!-- INCLUDE pagination.html --></span></td>
</tr>

</table>



<!-- IF S_IN_SEARCH_POPUP -->
	<!-- INCLUDE simple_footer.html -->	
<!-- ELSE -->
	<br clear="all" />
	
	<!-- INCLUDE breadcrumbs.html -->
	
	<br clear="all" />
	
	<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
	<br clear="all" />

	<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->

estoy buscando el html sitio donde pone indice general

Publicado: 14 Nov 2010, 08:24
por rapblack
MIRA LO TENOG ASI


<td class="gen row" align="center">&nbsp;<!-- IF memberrow.U_PM --><a href="{memberrow.U_PM}">{PM_IMG}</a><!-- ENDIF -->&nbsp;</td>
<td class="gen row" align="center">&nbsp;<!-- IF memberrow.ONLINE_IMG && memberrow.S_ONLINE -->{memberrow.ONLINE_IMG}<!-- ENDIF -->&nbsp;</td>
<td class="gen row" align="center">&nbsp;<!-- IF memberrow.AVATAR_IMG -->{memberrow.AVATAR_IMG}<!-- ENDIF -->&nbsp;</td>

Re: estoy buscando el html sitio donde pone indice general

Publicado: 14 Nov 2010, 16:20
por leviatan21
Lo que importa es como está el archivo en el servidor, porque si ahí no esta, entonces no existe.
Vuelve a leer mis indicaciones y aplicalas tal cual se dieron, si no lo haces nunca funionará

estoy buscando el html sitio donde pone indice general

Publicado: 15 Nov 2010, 01:15
por rapblack
:shock: estas ocupado por que no me respondes ? :banned tiene tiempo ya el mensaje me as constestao tan rapido otras veces que ya se me hace tarde :( respondeme porfavor dime que esta ocurriendo por que no sale esa imagen del avatar,

Re: estoy buscando el html sitio donde pone indice general

Publicado: 15 Nov 2010, 04:37
por leviatan21
Te respondí, si hace falta te lo repetiré : EL ARCHIVO EN EL SERVIDOR NO REFLEJA QUE HAYAS HECHO LOS CAMBIOS

Si tantas veces que te he ayudado y ha funcionado, por que esta vez te niegas a hacer lo que sugiero ?

estoy buscando el html sitio donde pone indice general

Publicado: 16 Nov 2010, 17:43
por rapblack
Si lo ise igual mira, no se por que me dices que lo ise mal, no me lo parece . :(


Imagen


Imagen


Imagen

Re: estoy buscando el html sitio donde pone indice general

Publicado: 16 Nov 2010, 21:40
por leviatan21
Ese es el problema, tu editas los archivos desde el ACP, por eso no se ven los cambios en las plantillas

estoy buscando el html sitio donde pone indice general

Publicado: 18 Nov 2010, 03:40
por rapblack
ise los camcios en fuera del acp esta todo igual y no cambia nose porque -

Re: estoy buscando el html sitio donde pone indice general

Publicado: 18 Nov 2010, 04:55
por leviatan21
Podrías especificar cual es exactamente tu version de phpbb ?

estoy buscando el html sitio donde pone indice general

Publicado: 18 Nov 2010, 06:00
por rapblack
pero si lo dije antes la 3.0 , a ver si sabes ahora que pasa esto es muy raro :shock:

Re: estoy buscando el html sitio donde pone indice general

Publicado: 18 Nov 2010, 07:01
por leviatan21
3.0 cuanto ? puede ir de las 3.0.0 a la 3.0.7-PL1, por eso pedí que fueras específico

estoy buscando el html sitio donde pone indice general

Publicado: 18 Nov 2010, 17:22
por rapblack
:shock: ahh... otra vez :lee , la 3.0 hombre no e actualizado nada :dormido: , pero si conoses una forma de mirar la vercion en el acp me dices y lo veo , pero te repito es la 3.0 y dime que se puede hacer . :(