Página 1 de 1

Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 06 Nov 2010, 23:11
por ««Wolf Brawl»»
Bueno mi duda es simple... hay alguna conversión a la plantilla de subsilver ?? Es que el mod solo viene con prosilver y la verdad no se como traducirlo, asi que si alguien me lo pudiera pasar o traducir se lo agradeceria mucho!!

Saludos! :jaja:

Re: Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 07 Nov 2010, 04:43
por leviatan21
Colocando un enlace a su descarga directa ayudaría :mrgreen:

Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 07 Nov 2010, 05:16
por ««Wolf Brawl»»
Claro amigo : http://www.phpbb-es.com/foro/descarga-m ... 22869.html

Disculpa por no ponerlo..

Saludos!

PD: Por cierto es la ultima version?

Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 07 Nov 2010, 05:48
por leviatan21
««Wolf Brawl»» escribió:Claro amigo : http://www.phpbb-es.com/foro/descarga-m ... 22869.html

Disculpa por no ponerlo..

Saludos!

PD: Por cierto es la ultima version?
Si es la última versión oficialmente liberada, aunque dice ser para phpbb 3.0.5.

Necesitaré al menos uno o dos días para trabajar el ello, tengo trabajo pendiente. cuando lo tenga te aviso en este mismo tema

Simple Profile Comment 1.0.0 en Subsillver?  Tema Solucionado

Publicado: 07 Nov 2010, 08:41
por jakk
ahi te va, las instrucciones y los botones
simple_comment_1.6.1_subsilver.zip
(9.15 KiB) Descargado 104 veces

Re: Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 14 Nov 2010, 00:14
por ««Wolf Brawl»»
Gracias muchas gracias, bueno, ahora tengo un problema mas, ya lo instale bn y todo pero a la hora de modificar la plantilla memberlist_view.html y ponerle el siguiente codigo:

Código: Seleccionar todo

<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
	<table class="tablebg" width="100%" cellspacing="0">

<!-- IF SIMPLE_COMMENT_ENABLED && ALLOW_ALL_COMMENT && not FOE -->
<span style="float: left;">{TOTAL_COMMENT} &nbsp;&bull;&nbsp; <!-- IF PAGINATION -->{PAGE_NUMBER}  &bull;   <span>{PAGINATION}</span><!-- ELSE --> {PAGE_NUMBER}<!-- ENDIF --></span>
    <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
		<th colspan="2"> {L_PROFILE_COMMENTS}  </th>
       <!-- IF ALLOW_FRIEND_VIEW -->
		{L_ONLY_FRIEND} - <a href="{U_ADD_FRIEND}"><strong>{L_ADD_FRIEND}</strong></a><br />
	<!-- ELSE -->
    <!-- IF TOTAL_COMMENT == 0 -->  
                <tr>
			<td colspan="2">{L_NO_COMMENT}</td>
		</tr>
        <!-- ENDIF -->
        <!-- BEGIN comment -->
	<tr>
		<td width="10%" class="row-post-top" align="center" valign="middle">
                      <table width="100%" border="0">
  <tr>
    <div align="left"><td><!-- IF comment.USER_COLOUR -->
                    <span style="color:#{comment.USER_COLOUR}">
                      <!-- ELSE -->
                      <span style="color:#000">
          <!-- ENDIF --><b>{comment.COMMENT_AUTHOR}</b></span></td></div>
  </tr>

</table>        
		</td>
		<td class="row-post-top" width="100%">
			<div style="float:{S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->&nbsp;{postrow.MINI_POST_IMG}&nbsp;<!-- ELSE -->&nbsp;<a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a>&nbsp;<!-- ENDIF --><b>{L_POSTED}:</b> {comment.COMMENT_DATE} {comment.COMMENT_DATE_TIME}&nbsp;</div>
		</td>
	</tr>
	<tr>
		<td class="row-post-body" valign="top"><table cellspacing="4" align="center" width="150">
		  <tr>
		    <td><div class="postavatar">
		      <div align="center"><a href="{postrow.U_PROFILE}">{comment.COMMENT_AVATAR_THUMB}</a></div>
		      </div></td>
	      </tr>
		  <tr></tr>
	    </table></td>
		<td class="row-post-body" valign="top">
			<table width="100%" cellspacing="5">
			<tr>
				<td>

					<div class="postbody">{comment.COMMENT_TEXT}</div>
<br clear="all" /></td>
			</tr>
			</table>
		</td>
	</tr>

	<tr>
		<td class="row-post-bottom" colspan="2">
				<div style="display:inline;float:right;">
				<ul class="profile-icons">
					<!-- IF comment.CAN_DELETE or (U_MCP or U_ACP) -->
						<li class="delete-icon"><a href="{comment.U_DELETE_URL}"><span>{DELETE_IMG}</span></a></li>
					<!-- ENDIF -->
					<li><a href="{comment.U_USER_URL}#postform"><img src="{T_IMAGESET_PATH}/comment_reply.gif" /></a> </li>
					</ul>
				</div>

		</td>
	</tr>
    <tr><td class="spacer" colspan="2"><img src="{T_THEME_PATH}/images/spacer.gif" width="1" height="4" alt="" /></td></tr> 
   <!-- END comment -->
<!-- ENDIF -->
<!-- IF ALLOW_FRIEND_ONLY -->
			{L_FRIEND_COMMENT} - <a href="{U_ADD_FRIEND}"><strong>{L_ADD_FRIEND}</strong></a><br />
	<!-- ELSE  -->
</table>
<p>&nbsp;  </p>

<table class="tablebg" width="100%" cellspacing="0">

<th colspan="2"> {L_PROFILE_COMMENT_SUB} </th>
<form action="{NEW_COMMENT}" method="post" id="postform" name="comment">
   <script type="text/javascript">
      
         var form_name = 'comment';
         var text_name = 'comment_text';
      
      </script>
      <tr align="center">
      <td>
         <!-- INCLUDE posting_buttons.html -->

      </td>
      
      </tr>

<tr align="center">

   <td>
               <!-- BEGIN smiley -->
               <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a>
            <!-- END smiley -->
      <br />
      <textarea name="comment_text" rows="15" cols="76"></textarea>
      <input name="comment_poster_id" type="hidden" value="{POSTER_ID}">
      <input name="comment_to_id" type="hidden" value="{COMMENT_TO_ID}">
      <input name="comment_author" type="hidden" value="{COMMENT_AUTHOR}">
   </td>
         <td width="80" align="center" valign="top">
            <script type="text/javascript">
           
               colorPalette('v', 6, 6)
            
            </script>
         </td>

</tr>

<tr align="center">
   <td>
      <input name="Submit " type="submit" id="Submit " value="{L_SUBMIT}" />
   </td>
</tr>
</form>

</table>

<span style="float: left;">{TOTAL_COMMENT} &nbsp;&bull;&nbsp; <!-- IF PAGINATION -->{PAGE_NUMBER}  &bull;   <span>{PAGINATION}</span><!-- ELSE --> {PAGE_NUMBER}<!-- ENDIF --></span>
<!-- ENDIF -->
<!-- ENDIF -->

<br clear="all" />
<br clear="all" /> 
</table>
</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>

<br clear="all" />
Me sale asi:

Imagen

Aqui esta el codigo de la plantilla completa

Código: Seleccionar todo

<!-- INCLUDE overall_header.html -->

<div id="pagecontent">

	<form method="post" action="{S_PROFILE_ACTION}">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
	<table class="tablebg" width="100%" cellspacing="0">
	<tr>
		<th colspan="2" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
	</tr>
	<tr>
		<td class="row3h" width="40%" align="center">{L_USER_PRESENCE}</td>
		<td class="row3h" width="60%" align="center">{L_USER_FORUM}</td>
	</tr>
	<tr>
		<td class="row1" align="center">

			<table cellspacing="5" cellpadding="2" border="0">
			<!-- IF S_USER_INACTIVE -->
			<tr>
				<td align="center" style="color: red;"><b class="gen">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}: {USER_INACTIVE_REASON}<br /><br /></td>
			</tr>
			<!-- ENDIF -->
			<tr>
				<td align="center"><!-- IF USER_COLOR --><b class="gen" style="color: {USER_COLOR}"><!-- ELSE --><b class="gen"><!-- ENDIF -->{USERNAME}</b><!-- IF U_USER_BAN --><span class="genmed"> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]</span><!-- ENDIF --><!-- IF U_USER_ADMIN --><span class="genmed"> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]</span><!-- ENDIF --></td>
			</tr>
			<!-- IF RANK_TITLE -->
				<tr>
					<td class="postdetails" align="center">{RANK_TITLE}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF RANK_IMG -->
				<tr>
					<td align="center">{RANK_IMG}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF AVATAR_IMG -->
				<tr>
					<td align="center">{AVATAR_IMG}</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF ONLINE_IMG -->
			<tr>
				<td align="center">{ONLINE_IMG}</td>
			</tr>
			<!-- ENDIF -->
			<!-- IF U_SWITCH_PERMISSIONS -->
				<tr>
					<td class="genmed" align="center">[ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]</td>
				</tr>
			<!-- ENDIF -->
			<!-- IF S_USER_LOGGED_IN and S_ZEBRA -->
				<tr>
					<td class="genmed" align="center">[
						<!-- IF U_REMOVE_FRIEND -->
							<a href="{U_REMOVE_FRIEND}">{L_REMOVE_FRIEND}</a>
						<!-- ELSEIF U_REMOVE_FOE -->
							<a href="{U_REMOVE_FOE}">{L_REMOVE_FOE}</a>
						<!-- ELSE -->
							<!-- IF U_ADD_FRIEND --><a href="{U_ADD_FRIEND}">{L_ADD_FRIEND}</a><!-- ENDIF --><!-- IF U_ADD_FOE --><!-- IF U_ADD_FRIEND --> | <!-- ENDIF --><a href="{U_ADD_FOE}">{L_ADD_FOE}</a><!-- ENDIF -->
						<!-- ENDIF -->
					]</td>
				</tr>
			<!-- ENDIF -->
			</table>
		</td>
		<td class="row1">
			<table width="100%" cellspacing="5" cellpadding="2" border="0">
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_JOINED}: </td>
				<td width="100%"><b class="gen">{JOINED}</b></td>
			</tr>
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_VISITED}: </td>
				<td width="100%"><b class="gen">{VISITED}</b></td>
			</tr>
			<!-- IF S_WARNINGS -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_WARNINGS}: </td>
					<td width="100%"><b class="gen">{WARNINGS}</b><!-- IF U_NOTES or U_WARN --><br /><span class="genmed"> [ <!-- IF U_NOTES --><a href="{U_NOTES}">{L_VIEW_NOTES}</a><!-- ENDIF --> <!-- IF U_WARN --><!-- IF U_NOTES --> | <!-- ENDIF --><a href="{U_WARN}">{L_WARN_USER}</a><!-- ENDIF --> ]</span><!-- ENDIF --></td>
				</tr>
			<!-- ENDIF -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
				<td><b class="gen">{POSTS}</b><span class="genmed"><!-- IF POSTS_PCT --><br />[{POSTS_PCT} / {POSTS_DAY}]<!-- ENDIF -->
            <!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE --><br />[<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>]<!-- ELSEIF POSTS_IN_QUEUE --><br />[{L_POSTS_IN_QUEUE}]<!-- ENDIF -->
            <!-- IF S_DISPLAY_SEARCH --><br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a><!-- ENDIF --></span></td>
			</tr>
			<!-- IF S_SHOW_ACTIVITY -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_FORUM}: </td>
					<td><!-- IF ACTIVE_FORUM --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
				</tr>
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_TOPIC}: </td>
					<td><!-- IF ACTIVE_TOPIC --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
				</tr>
			<!-- ENDIF -->
			</table>
		</td>
	</tr>
	<tr>
		<td class="row3h" align="center">{L_CONTACT_USER}</td>
		<td class="row3h" align="center">{L_ABOUT_USER}</td>
	</tr>
	<tr>
		<td class="row1">
			<table width="100%" cellspacing="5" cellpadding="2" border="0">
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_EMAIL_ADDRESS}:</td>
				<td width="100%"><!-- IF U_EMAIL -->&nbsp;<a href="{U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --></td>
			</tr>
			<!-- IF U_PM -->
				<tr>
					<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_PM}:</td>
					<td>&nbsp;<a href="{U_PM}">{PM_IMG}</a></td>
				</tr>
			<!-- ENDIF -->
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_MSNM}:</td>
				<td><!-- IF U_MSN -->&nbsp;<a href="{U_MSN}" onclick="popup(this.href, 550, 320); return false">{MSN_IMG}</a><!-- ELSEIF USER_MSN -->{USER_MSN}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_YIM}:</td>
				<td><!-- IF U_YIM -->&nbsp;<a href="{U_YIM}" onclick="popup(this.href, 780, 550); return false">{YIM_IMG}</a><!-- ELSEIF USER_YIM -->{USER_YIM}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_AIM}:</td>
				<td><!-- IF U_AIM -->&nbsp;<a href="{U_AIM}" onclick="popup(this.href, 550, 320); return false">{AIM_IMG}</a><!-- ELSEIF USER_AIM -->{USER_AIM}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_ICQ}:</td>
				<td><!-- IF U_ICQ -->&nbsp;<a href="{U_ICQ}" onclick="popup(this.href, 550, 320); return false">{ICQ_IMG}</a><!-- ELSEIF USER_ICQ -->{USER_ICQ}<!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_JABBER}:</td>
				<td><!-- IF U_JABBER --><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false">{JABBER_IMG}</a><!-- ELSEIF USER_JABBER -->{USER_JABBER_IMG}<!-- ENDIF --></td>
			</tr>
			</table>
		</td>
		<td class="row1">
			<table cellspacing="5" cellpadding="2" border="0">
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_USERGROUPS}:</td>
				<td>&nbsp;<select name="g">{S_GROUP_OPTIONS}</select> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /></td>
			</tr>
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_LOCATION}:</td>
				<td><!-- IF LOCATION -->&nbsp;<b class="genmed">{LOCATION}</b><!-- ENDIF --></td>
			</tr>
			<!-- IF AGE -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_AGE}:</td>
				<td><b class="genmed"><!-- IF AGE -->&nbsp;{AGE}<!-- ELSE --> - <!-- ENDIF --></b></td>
			</tr>
			<!-- ENDIF -->
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_OCCUPATION}:</td>
				<td><!-- IF OCCUPATION -->&nbsp;<b class="genmed">{OCCUPATION}</b><!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_INTERESTS}:</td>
				<td><!-- IF INTERESTS -->&nbsp;<b class="genmed">{INTERESTS}</b><!-- ENDIF --></td>
			</tr>
			<tr>
				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_WEBSITE}:</td>
				<td><!-- IF U_WWW --><b>&nbsp;<a class="genmed" href="{U_WWW}">{U_WWW}</a></b><!-- ENDIF --></td>
			</tr>
			<!-- IF S_PROFILE_FIELD1 -->
				<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{PROFILE_FIELD1_NAME}:</td>
					<td><b class="genmed">&nbsp;{PROFILE_FIELD1_VALUE}</b></td>
				</tr>
			<!-- ENDIF -->
			<!-- BEGIN custom_fields -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{custom_fields.PROFILE_FIELD_NAME}:</td>
					<td><b class="genmed">&nbsp;{custom_fields.PROFILE_FIELD_VALUE}</b></td>
				</tr>
			<!-- END custom_fields -->
			</table>
		</td>
	</tr>
	<!-- IF SIGNATURE -->
		<tr>
			<td class="cat" colspan="2" align="center"><h4>{L_SIGNATURE}</h4></td>
		</tr>
		<tr>
			<td class="row1" colspan="2"><div class="postbody" style="padding: 10px;">{SIGNATURE}</div></td>
		</tr>
	<!-- ENDIF -->

  	
	</table>
</td>
   

 <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>
	</form>

</div>



<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
	<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">


<!-- IF SIMPLE_COMMENT_ENABLED && ALLOW_ALL_COMMENT && not FOE -->
<span style="float: left;">{TOTAL_COMMENT} &nbsp;&bull;&nbsp; <!-- IF PAGINATION -->{PAGE_NUMBER}  &bull;   <span>{PAGINATION}</span><!-- ELSE --> {PAGE_NUMBER}<!-- ENDIF --></span>
    <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
		<th colspan="2"> {L_PROFILE_COMMENTS}  </th>
       <!-- IF ALLOW_FRIEND_VIEW -->
		{L_ONLY_FRIEND} - <a href="{U_ADD_FRIEND}"><strong>{L_ADD_FRIEND}</strong></a><br />
	<!-- ELSE -->
    <!-- IF TOTAL_COMMENT == 0 -->  
                <tr>
			<td colspan="2">{L_NO_COMMENT}</td>
		</tr>
        <!-- ENDIF -->
        <!-- BEGIN comment -->
	<tr>
		<td width="10%" class="row-post-top" align="center" valign="middle">
                      <table width="100%" border="0">
  <tr>
    <div align="left"><td><!-- IF comment.USER_COLOUR -->
                    <span style="color:#{comment.USER_COLOUR}">
                      <!-- ELSE -->
                      <span style="color:#000">
          <!-- ENDIF --><b>{comment.COMMENT_AUTHOR}</b></span></td></div>
  </tr>

</table>        
		</td>
		<td class="row-post-top" width="100%">
			<div style="float:{S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->&nbsp;{postrow.MINI_POST_IMG}&nbsp;<!-- ELSE -->&nbsp;<a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a>&nbsp;<!-- ENDIF --><b>{L_POSTED}:</b> {comment.COMMENT_DATE} {comment.COMMENT_DATE_TIME}&nbsp;</div>
		</td>
	</tr>
	<tr>
		<td class="row-post-body" valign="top"><table cellspacing="4" align="center" width="150">
		  <tr>
		    <td><div class="postavatar">
		      <div align="center"><a href="{postrow.U_PROFILE}">{comment.COMMENT_AVATAR_THUMB}</a></div>
		      </div></td>
	      </tr>
		  <tr></tr>
	    </table></td>
		<td class="row-post-body" valign="top">
			<table width="100%" cellspacing="5">
			<tr>
				<td>

					<div class="postbody">{comment.COMMENT_TEXT}</div>
<br clear="all" /></td>
			</tr>
			</table>
		</td>
	</tr>

	<tr>
		<td class="row-post-bottom" colspan="2">
				<div style="display:inline;float:right;">
				<ul class="profile-icons">
					<!-- IF comment.CAN_DELETE or (U_MCP or U_ACP) -->
						<li class="delete-icon"><a href="{comment.U_DELETE_URL}"><span>{DELETE_IMG}</span></a></li>
					<!-- ENDIF -->
					<li><a href="{comment.U_USER_URL}#postform"><img src="{T_IMAGESET_PATH}/comment_reply.gif" /></a> </li>
					</ul>
				</div>

		</td>
	</tr>
    <tr><td class="spacer" colspan="2"><img src="{T_THEME_PATH}/images/spacer.gif" width="1" height="4" alt="" /></td></tr> 
   <!-- END comment -->
<!-- ENDIF -->
<!-- IF ALLOW_FRIEND_ONLY -->
			{L_FRIEND_COMMENT} - <a href="{U_ADD_FRIEND}"><strong>{L_ADD_FRIEND}</strong></a><br />
	<!-- ELSE  -->
</table>
<p>&nbsp;  </p>

<table class="tablebg" width="100%" cellspacing="0">

<th colspan="2"> {L_PROFILE_COMMENT_SUB} </th>
<form action="{NEW_COMMENT}" method="post" id="postform" name="comment">
   <script type="text/javascript">
      
         var form_name = 'comment';
         var text_name = 'comment_text';
      
      </script>
      <tr align="center">
      <td>
         <!-- INCLUDE posting_buttons.html -->

      </td>
      
      </tr>

<tr align="center">

   <td>
               <!-- BEGIN smiley -->
               <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a>
            <!-- END smiley -->
      <br />
      <textarea name="comment_text" rows="15" cols="76"></textarea>
      <input name="comment_poster_id" type="hidden" value="{POSTER_ID}">
      <input name="comment_to_id" type="hidden" value="{COMMENT_TO_ID}">
      <input name="comment_author" type="hidden" value="{COMMENT_AUTHOR}">
   </td>
         <td width="80" align="center" valign="top">
            <script type="text/javascript">
           
               colorPalette('v', 6, 6)
            
            </script>
         </td>

</tr>

<tr align="center">
   <td>
      <input name="Submit " type="submit" id="Submit " value="{L_SUBMIT}" />
   </td>
</tr>
</form>

</table>

<span style="float: left;">{TOTAL_COMMENT} &nbsp;&bull;&nbsp; <!-- IF PAGINATION -->{PAGE_NUMBER}  &bull;   <span>{PAGINATION}</span><!-- ELSE --> {PAGE_NUMBER}<!-- ENDIF --></span>
<!-- ENDIF -->
<!-- ENDIF -->

<br clear="all" />
<br clear="all" /> 
</table>
</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>

<br clear="all" />


<!-- INCLUDE breadcrumbs.html -->

<br clear="all" />

<div class="forumbar" align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>

<!-- INCLUDE overall_footer.html -->
Porque pasara esto??

Saludos!

PD: Lo de las ñ ya se lo que es ok? No me lo repitan

Re: Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 14 Nov 2010, 08:40
por jakk
quizás sea una pregunta tonta, pero lo activaste y asignaste los permisos?
es como si alguna condicional estuviera evitando que se muestre el contenido

Re: Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 16 Nov 2010, 03:10
por ««Wolf Brawl»»
No es una pregunta tonta ^^ igual tu no puedes saber y no creo que tengas telepatia xD

Si, los tengo, mira:

Imagen

Asi es como venia de default

Estuve probando, y tal parece que si le quito la etiqueta <!-- IF SIMPLE_COMMENT_ENABLED && ALLOW_ALL_COMMENT && not FOE --> si se ve, pero a la hora de mandar el mensaje me manda a ver la información de grupo de administradores (me mande el mensaje a mi mismo).

En mi perfil los permisos están correctamente...

Que sera D:?

Saludos!

Re: Re: Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 16 Nov 2010, 03:47
por ««Wolf Brawl»»
Em creo que hize algo estupido... en vez de responder en este tema http://www.phpbb-es.com/foro/soporte-mo ... 29259.html cree uno nuevo por error...

Lo siento :oops: por favor juntelos

Re: Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 16 Nov 2010, 21:51
por jakk
unido al tema anterior

es posible que hayas puesto algun pedazo de codigo en el lugar equivocado, has revisado las instrucciones de instalacion aver si habias hecho algo mal?

Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 20 Nov 2010, 23:59
por ««Wolf Brawl»»
Ola, bueno ps revise los archivos y el memberlist.php estaba mal, lo corregi y ya se ve el editor, pero me sigue mandando a ver el grupo de usuario cuando le doy enviar...

Help D:!

Saludos!

Re: Simple Profile Comment 1.0.0 en Subsillver?

Publicado: 21 Ene 2011, 18:50
por Megabyte
no se si ya lo solucionaste, a mi me pasó lo mismo.
En mi caso, lo tenia funcionando bien, y me puse a personalizar el perfil, para que se viera mas "bonito".
Y pues cuando termine, y me quedó bien, intente enviar y me mandaba a los grupos de usuarios.

Lo que te digo, es que si usaste html o hiciste alguna modificacion quiza sea eso. Yo restableci el memberlistview.html del template y volvió a funcionar...