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.

Evil Quick Reply 1.0.1 - Dudas

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

0
No hay votos
 
Votos totales: 0

MR.PABLO
Ex Staff
Mensajes: 530
Registrado: 30 Jul 2009, 17:34
Edad: 38

Evil Quick Reply 1.0.1 - Dudas

#1

Mensaje por MR.PABLO »

Buenas!, tengo el siguiente problema, al querer editar la plantilla Viewtopi_body para el mod "evil_quick_reply_1_0_1" no logro encontrar la linea, sé que si mi plantilla se basa en subsilver2, en este caso, mi plantilla es Xtreme Green, debo hacer los cambios ahí, pero resulta que al buscarla en el mismo lugar, tampoco logro dar con esa linea, agradecería su ayuda.

Código: Seleccionar todo

Open: styles/subsilver2/template/viewtopic_body.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
{S_POLL_ACTION}
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
{REPLY_IMG}</a>
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code:Select All
{REPLY_IMG}</a>
In-line Add after

Code:Select All
<!-- IF S_QR_ENABLED -->&nbsp;<a href="javascript:toggle_quick_reply();">{QUICK_REPLY_IMG}</a><!-- ENDIF -->


Plantilla Subsilver2 (la deben conocer pero por cualquier cosa la dejo acá):

Código: Seleccionar todo

<!-- INCLUDE overall_header.html -->
<!-- IF S_FORUM_RULES -->
<!-- IF U_FORUM_RULES -->
<br clear="all" />
	<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td><img src="{T_THEME_PATH}/images/box_001.png" width="28" height="34" alt="" /></td>
			<td style="background:url({T_THEME_PATH}/images/box_002.png) repeat;" width="50%" height="34"></td>
			<td style="background:url({T_THEME_PATH}/images/cu0.png);" width="350" height="34"><h3 align="center">{L_FORUM_RULES}</h3></td>
			<td style="background:url({T_THEME_PATH}/images/box_002.png) repeat;" width="50%" height="34"></td>
			<td><img src="{T_THEME_PATH}/images/box_004.png" width="28" height="34" alt="" /></td>
		</tr>
	</table>
	<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td style="background:url({T_THEME_PATH}/images/box_008.png)" width="34" height="100%"></td>
			<td>  
				<div class="forumrules">
				<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
				</div>
<!-- IF S_QR_ENABLED -->
	<!-- INCLUDE posting_qr_body.html -->
<!-- ENDIF -->
			</td>
			<td style="background:url({T_THEME_PATH}/images/box_009.png)" width="28" height="100%"></td>
		</tr>
		<tr>
			<td><img src="{T_THEME_PATH}/images/box_010.png" width="28" height="32" alt="" /></td>
			<td style="background:url({T_THEME_PATH}/images/box_011.png)" width="100%" height="32"></td>
			<td><img src="{T_THEME_PATH}/images/box_013.png" width="28" height="32" alt="" /></td>
		</tr>
	</table>  
	<!-- ELSE -->
	<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td><img src="{T_THEME_PATH}/images/box_001.png" width="28" height="34" alt="" /></td>
			<td style="background:url({T_THEME_PATH}/images/box_002.png)" width="50%" height="34"></td>
			<td style="background:url({T_THEME_PATH}/images/cu0.png)" width="350" height="34"><h3 align="center">{L_FORUM_RULES}</h3></td>
			<td style="background:url({T_THEME_PATH}/images/box_002.png)" width="50%" height="34"></td>
			<td><img src="{T_THEME_PATH}/images/box_004.png" width="28" height="34" alt="" /></td>
		</tr>
	</table>
	<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td style="background:url({T_THEME_PATH}/images/box_008.png)" width="34" height="100%"></td>
			<td>
				<div class="forumrules">
				{FORUM_RULES}
				</div>
			</td>
			<td style="background:url({T_THEME_PATH}/images/box_009.png)" width="28" height="100%"></td>
		</tr>
		<tr>
			<td><img src="{T_THEME_PATH}/images/box_010.png" width="28" height="34" alt="" /></td>
			<td style="background:url({T_THEME_PATH}/images/box_011.png)" width="100%" height="34"></td>
			<td><img src="{T_THEME_PATH}/images/box_013.png" width="28" height="34" alt="" /></td>
		</tr>
	</table>
	<!-- ENDIF -->
	<br clear="all" />
	<!-- ENDIF -->
	<br clear="all" />
<div id="pageheader">
	<h2><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
<!-- IF MODERATORS -->
	<p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
<!-- ENDIF -->
<!-- IF U_MCP -->
	<p class="linkmcp">
	<a
	    href="{U_MCP}"
	    onmouseover = "rollover('mod')" 
	    onmouseout  = "rollout('mod')" 
	    ><img 
	    src="{T_THEME_PATH}/images/buttons/mod1.png" 
	    name="mod" 
	    alt="Home Page" border="0" 
	    height="38" width="180"
	    /></a>
	<script type="text/javascript">
	<!--
	setrollover("{T_THEME_PATH}/images/buttons/mod2.png");
	//-->
	</script>

	</p>
	<!-- ENDIF -->
</div>

<br clear="all" /><br />

<div id="pagecontent">

	<table width="100%" cellspacing="1">
		<tr>
			<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
			<!-- IF not S_IS_BOT -->
			<!-- IF S_DISPLAY_POST_INFO --> 
			<a
			    href="{U_POST_NEW_TOPIC}"
			    onmouseover = "rollover('new_topic')" 
			    onmouseout  = "rollout('new_topic')" 
			    ><img 
			    src="{T_THEME_PATH}/images/buttons/new_topic1.png" 
			    name="new_topic" 
			    alt="Home Page" border="0" 
			    height="45" width="120"
			    /></a>
			<script type="text/javascript">
			<!--
			setrollover("{T_THEME_PATH}/images/buttons/new_topic2.png");
			//-->
			</script>
			 <!-- ENDIF -->
			<!-- IF S_DISPLAY_REPLY_INFO -->  
			<!-- IF S_IS_LOCKED -->
			<a
			    href="{U_POST_REPLY_TOPIC}"
			    onmouseover = "rollover('post_reply_lock')" 
			    onmouseout  = "rollout('post_reply_lock')" 
			    ><img 
			    src="{T_THEME_PATH}/images/buttons/button_topic_locked.png" 
			    name="post_reply_lock" 
			    alt="Home Page" border="0" 
			    height="45" width="120"
			    ></a>
			<script type="text/javascript">
			<!--
			setrollover("{T_THEME_PATH}/images/buttons/button_topic_locked2.png"); 
			//-->
			</script>
			<!-- ELSE -->
			<a
			    href="{U_POST_REPLY_TOPIC}"
			    onmouseover = "rollover('post_reply')" 
			    onmouseout  = "rollout('post_reply')" 
			    ><img 
			    src="{T_THEME_PATH}/images/buttons/post_reply1.png" 
			    name="post_reply" 
			    alt="Home Page" border="0" 
			    height="45" width="120"
			    /></a>
			<script type="text/javascript">
			<!--
			setrollover("{T_THEME_PATH}/images/buttons/post_reply2.png");
			//-->
			</script>
			<!-- ENDIF -->
			<!-- ENDIF -->
			<!-- ENDIF -->
			</td>
			<!-- IF TOTAL_POSTS -->
			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
			<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
			<!-- ENDIF -->
		</tr>
	</table>
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td><img src="{T_THEME_PATH}/images/box_01.png" width="41" height="48" alt="" /></td>
			<td style="background:url({T_THEME_PATH}/images/box_02.png);" width="100%" height="48">
				<table width="100%" cellspacing="0">
					<tr>
						<td nowrap="nowrap"><h6>&nbsp;
						<!-- IF not S_IS_BOT -->
							<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
							<!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
							<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
							<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
							<!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
						<!-- ENDIF -->
						</h6></td>
						<td align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><h6><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</h6></td>
					</tr>
				</table>
			</td>
			<td><img src="{T_THEME_PATH}/images/box_04.png" width="41" height="48" alt="" /></td>
		</tr>
		<tr>
			<td style="background:url({T_THEME_PATH}/images/box_08.png);" width="48" height="100%"></td>
			<td>
				<!-- IF S_HAS_POLL -->
				<table class="tablebg" width="100%" cellspacing="1">
					<tr>
						<td class="row2" colspan="2" align="center"><br clear="all" />
						<form method="post" action="{S_POLL_ACTION}">
							<table cellspacing="0" cellpadding="4" border="0" align="center">
								<tr>
									<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
								</tr>
								<tr>
									<td align="{S_CONTENT_FLOW_BEGIN}">
										<table cellspacing="0" cellpadding="2" border="0">
										<!-- BEGIN poll_option -->
											<tr>
											<!-- IF S_CAN_VOTE -->
												<td>
													<!-- IF S_IS_MULTI_CHOICE -->
													<input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
													<!-- ELSE -->
													<input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
													<!-- ENDIF -->
												</td>
											<!-- ENDIF -->
												<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
												<!-- IF S_DISPLAY_RESULTS -->
												<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
												<td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
												<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
												<!-- IF poll_option.POLL_OPTION_VOTED -->
												<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
												<!-- IF S_QR_ENABLED -->&nbsp;<a href="javascript:toggle_quick_reply();">{QUICK_REPLY_IMG}</a><!-- ENDIF -->
												<!-- ENDIF -->
												<!-- ENDIF -->
											</tr>
										<!-- END poll_option -->
										</table>
									</td>
								</tr>
								<!-- IF S_CAN_VOTE -->
								<tr>
									<td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
								</tr>
								<!-- ENDIF -->
								<!-- IF S_DISPLAY_RESULTS -->
								<tr>
									<td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
								</tr>
								<!-- ELSE -->
								<tr>
									<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
								</tr>
								<!-- ENDIF -->
							</table>
							{S_HIDDEN_FIELDS}
						</form>
						</td>
					</tr>
				</table>  	
				<!-- ENDIF -->
				<!-- BEGIN postrow -->
				<table class="tablebg" width="100%" cellspacing="1">
				<!-- IF postrow.S_FIRST_ROW -->
					<tr>
						<th>{L_AUTHOR}</th>
						<th>{L_MESSAGE}</th>
					</tr>
					<!-- ENDIF -->
					<!-- IF postrow.S_ROW_COUNT is even --><tr class="rowf1"><!-- ELSE --><tr class="rowf2"><!-- ENDIF -->
					<!-- IF postrow.S_IGNORE_POST -->
						<td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
					<!-- ELSE -->
						<td align="center" valign="middle">
						<!-- IF postrow.S_FIRST_UNREAD -->
						<a name="unread"></a>
						<!-- ENDIF -->
						<a name="p{postrow.POST_ID}"></a>
						<!-- IF postrow.ONLINE_IMG -->
						{postrow.ONLINE_IMG}&nbsp;
						<!-- ENDIF -->
						<b class="postauthor" <!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
						</td>
						<td width="100%" height="25">
							<table width="100%" cellspacing="0">
								<tr>
								<!-- IF postrow.POST_ICON_IMG -->
									<td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
								<!-- ENDIF -->
									<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
								</tr>
							</table>
						</td>
					</tr>
					<!-- IF postrow.S_ROW_COUNT is even -->
					<tr class="rowf1">
					<!-- ELSE -->
					<tr class="rowf2">
					<!-- ENDIF -->
						<td valign="top" class="profile" align="center">
							<table class="jim" align="center" width="190">
								<tr>
									<td>
										<table class="jim2" cellspacing="6" border="0" align="center" width="175">
										<!-- IF postrow.POSTER_AVATAR -->
											<tr>
												<td align="center">{postrow.POSTER_AVATAR}</td>
											</tr>
										<!-- ENDIF -->
										<!-- IF postrow.RANK_TITLE -->
											<tr>
												<td class="postdetails" align="center">{postrow.RANK_TITLE}</td>
											</tr>
										<!-- ENDIF -->
										<!-- IF postrow.RANK_IMG -->
											<tr>
												<td align="center">{postrow.RANK_IMG}</td>
											</tr>
										<!-- ENDIF -->
											<tr>
												<td>
												<span class="postdetails">
													<!-- IF postrow.POSTER_JOINED --><br /><b style="color: {postrow.POST_AUTHOR_COLOUR}">{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
													<!-- IF postrow.POSTER_POSTS != '' --><br /><b style="color: {postrow.POST_AUTHOR_COLOUR}">{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
													<!-- IF postrow.POSTER_FROM --><br /><b style="color: {postrow.POST_AUTHOR_COLOUR}">{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->

													<!-- IF postrow.S_PROFILE_FIELD1 -->
														<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
														<br /><b style="color: {postrow.POST_AUTHOR_COLOUR}">{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
													<!-- ENDIF -->

													<!-- BEGIN custom_fields -->
														<br /><b style="color: {postrow.POST_AUTHOR_COLOUR}">{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
													<!-- END custom_fields -->
												</span>
												</td>
											</tr>
										</table>
									</td>
								</tr>
							</table>
						</td>
						<td valign="top">
							<table width="100%" cellspacing="5">
								<tr>
									<td>
									<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
										<table width="100%" cellspacing="0">
											<tr>
												<td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
											</tr>
										</table>
										<br clear="all" />
									<!-- ENDIF -->
										<div class="postbody">{postrow.MESSAGE}</div>
									<!-- IF postrow.S_HAS_ATTACHMENTS -->
										<br clear="all" /><br />
										<table class="tablebg" width="100%" cellspacing="1">
											<tr>
												<td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
											</tr>
										<!-- BEGIN attachment -->
											<tr>
												<!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="rowf2"><!-- ELSE --><td class="rowf1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
											</tr>
										<!-- END attachment -->
										</table>
										<!-- ENDIF -->
											<!-- IF postrow.S_DISPLAY_NOTICE -->
											<span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
											<!-- ENDIF -->
											<!-- IF postrow.SIGNATURE -->
											<span class="postbody"><br />
										<table width="100%" align="center">
											<tr align="center">
												<td><img src="{T_THEME_PATH}/images/sig.png" width="480" height="24" /></td>
											</tr>
										</table>
										<br />{postrow.SIGNATURE}</span>
										<!-- ENDIF -->
										<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
										<!-- IF postrow.EDIT_REASON -->
										<br /><br />
										<table class="tablebg" width="100%" cellspacing="1">
											<tr>
												<td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
											</tr>
											<tr>
												<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
											</tr>
										</table>
									<!-- ELSE -->
										<br /><br />
											<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
									<!-- ENDIF -->
									<!-- ENDIF -->
									<!-- IF postrow.BUMPED_MESSAGE -->
											<span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
									<!-- ENDIF -->
									<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
										<table width="100%" cellspacing="0">
											<tr valign="middle">
												<td class="gensmall" align="{S_CONTENT_FLOW_END}">
												<!-- IF not S_IS_BOT -->
													<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> 
													<!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> 
													<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> 
													<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
												<!-- ENDIF -->
												</td>
											</tr>
										</table>
									</td>
								</tr>
							</table>
						</td>
					</tr>
					<!-- IF postrow.S_ROW_COUNT is even -->
					<tr class="rowf1">
					<!-- ELSE -->
					<tr class="rowf2">
					<!-- ENDIF -->
						<td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
						<td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
					<!-- ENDIF -->
					</tr>
					<tr>
						<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
					</tr>
				</table>
				<!-- END postrow -->
				<!-- IF not S_IS_BOT -->
				<table width="100%" class="tablebg" border="0" cellpadding="0" cellspacing="1" align="right">
					<tr align="right">
						<td class="row1" width="30%" align="right">
						<!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF -->
						</td>
					</tr>
				</table>
			</td>
			<td style="background:url({T_THEME_PATH}/images/box_09.png);" width="41" height="100%"></td>
		</tr>
		<tr>
			<td><img src="{T_THEME_PATH}/images/box_10.png" width="41" height="46" alt="" /></td>
			<td style="background:url({T_THEME_PATH}/images/box_11.png);" width="100%" height="46" align="center">
		    <form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall2">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall2">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form>
		    </td>
			<td><img src="{T_THEME_PATH}/images/box_13.png" width="41" height="46" alt="" /></td>
		</tr>
	</table>
	<!-- ENDIF -->
  
	<table width="100%" cellspacing="1">
		<tr>
			<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
			<!-- IF not S_IS_BOT -->
				<!-- IF S_DISPLAY_POST_INFO --> 
			<a
		    href="{U_POST_NEW_TOPIC}"
		    onmouseover = "rollover('new_topic2')" 
		    onmouseout  = "rollout('new_topic2')" 
		    ><img 
		    src="{T_THEME_PATH}/images/buttons/new_topic1.png" 
		    name="new_topic2" 
		    alt="Home Page" border="0" 
		    height="45" width="120"
		    /></a>
			<script type="text/javascript">
			<!--
			setrollover("{T_THEME_PATH}/images/buttons/new_topic2.png");
			//-->
			</script>
			<!-- ENDIF -->
				<!-- IF S_DISPLAY_REPLY_INFO -->  
			<!-- IF S_IS_LOCKED -->
			<a
		    href="{U_POST_REPLY_TOPIC}"
		    onmouseover = "rollover('post_reply_lock2')" 
		    onmouseout  = "rollout('post_reply_lock2')" 
		    ><img 
		    src="{T_THEME_PATH}/images/buttons/button_topic_locked.png" 
		    name="post_reply_lock2" 
		    alt="Home Page" border="0" 
		    height="45" width="120"
		    /></a>
			<script type="text/javascript">
			<!--
			setrollover("{T_THEME_PATH}/images/buttons/button_topic_locked2.png"); 
			//-->
			</script>
			<!-- ELSE -->
			<a
		    href="{U_POST_REPLY_TOPIC}"
		    onmouseover = "rollover('post_reply2')" 
		    onmouseout  = "rollout('post_reply2')" 
		    ><img 
		    src="{T_THEME_PATH}/images/buttons/post_reply1.png" 
		    name="post_reply2" 
		    alt="Home Page" border="0" 
		    height="45" width="120"
		    /></a>
			<!-- ENDIF -->
			<!-- ENDIF -->
			<!-- ENDIF -->

			</td>
			<!-- IF TOTAL_POSTS -->
			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
			<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
			<!-- ENDIF -->
		</tr>
	</table>
</div>

<div id="pagefooter"></div>

	<br clear="all" />

<!-- INCLUDE breadcrumbs.html -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
	<br clear="all" />

	<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td>
				<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td><img src="{T_THEME_PATH}/images/box_01.png" width="41" height="48" alt="" /></td>
						<td style="background:url({T_THEME_PATH}/images/box_02.png);" width="50%" height="48"></td>
				   		<td style="background:url({T_THEME_PATH}/images/cu.png);" width="350" height="48"><h4 align="center">{L_WHO_IS_ONLINE}</h4></td>
						<td style="background:url({T_THEME_PATH}/images/box_02.png);" width="50%" height="48"></td>
						<td><img src="{T_THEME_PATH}/images/box_04.png" width="41" height="48" alt="" /></td>
					</tr>
				</table>
			</td>
		</tr>
		<tr>
			<td>
				<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td style="background:url({T_THEME_PATH}/images/box_08.png);" width="41" height="100%"></td>
						<td>   
							<table class="tablebg" width="100%" cellspacing="1">
								<tr>
									<td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
								</tr>
							</table>
						</td>
						<td style="background:url({T_THEME_PATH}/images/box_09.png);" width="9" height="100%"></td>
					</tr>
				
					<tr>
						<td><img src="{T_THEME_PATH}/images/box_10.png" width="41" height="46" alt="" /></td>
						<td style="background:url({T_THEME_PATH}/images/box_11.png);" width="100%" height="46"></td>
						<td><img src="{T_THEME_PATH}/images/box_13.png" width="41" height="46" alt="" /></td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
				<!-- ENDIF -->
				<br clear="all" />
				<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td>
							<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
								<tr>
							        <td><img src="{T_THEME_PATH}/images/box_01.png" width="41" height="48" alt="" /></td>
							        <td style="background:url({T_THEME_PATH}/images/box_02.png);" width="50%" height="48"></td>
							        <td style="background:url({T_THEME_PATH}/images/box_02.png);" width="50%" height="48"></td>
							        <td><img src="{T_THEME_PATH}/images/box_04.png" width="41" height="48" alt="" /></td>
								</tr>
							</table>
						</td>
					</tr>
					<tr>
						<td>
							<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
								<tr>
									<td style="background:url({T_THEME_PATH}/images/box_08.png);" width="41" height="100%"></td>
									<td>  
										<table class="row1" width="100%" cellspacing="1">
											<tr>
												<td width="40%" valign="middle" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>
												<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
											</tr>
										</table>
										<table class="row1" width="100%" cellspacing="0">
											<tr>
												<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
											</tr>
										</table>
									</td>
									<td style="background:url({T_THEME_PATH}/images/box_09.png);" width="41" height="100%"></td>
								</tr>
							</table>
						</td>
					</tr>
					<tr>
						<td>
							<table width="100%" style="height:100%" border="0" cellpadding="0" cellspacing="0">
								<tr>
									<td><img src="{T_THEME_PATH}/images/box_10.png" width="41" height="46" alt="" /></td>
									<td style="background:url({T_THEME_PATH}/images/box_11.png);" width="100%" height="46"></td>
									<td><img src="{T_THEME_PATH}/images/box_13.png" width="41" height="46" alt="" /></td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
				<br clear="all" />
<!-- INCLUDE overall_footer.html -->
Antes de nada, lee las Normas de phpBB-Es, y la siempre útil Guí a de phpBB en Castellano.
Consulta la Documentación de phpBB 2, la Documentación de phpBB 3 y los FAQS de ayuda para tus problemas.
Quizás esté resuelto, y todos ahorremos tiempo.
Si es sobre cómo Crear una Consulta SQL ya lo tienes explicado en el enlace.
En general, se pide Buscar antes de preguntar para no repetir preguntas y dudas resueltas.
Sólo tendrás Soporte si facilitas los datos correspondientes y si respetas completamente el Copyright de phpBB.
NOTA: No damos Soporte a los foros integrados en Nuke y derivados del mismo. Infórmate AQUÍ.


[hr]
Spoiler
Versión phpBB: phpBB3 (3.0.6)
MODs Instalados: PhpBB3 Portal 1.2.2 Highslide Attachment Mod 4.1.4 Activity Stats Mod Simple Hide BBcode Portal Phpbb Arreglos Varios a Portal, cambios, etc Similar Topic`s Mod Tabs al estilo prosilver No Avatar Barra lateral de Mitch Seo URl v. 6.2 META Etiquetas por .:: MSSTI ::.BBcode con imágenes Open Links In New Tab MSSTI RSS Feed 2.0 with ACP Email Masivo Prime Links [Con modificación de Mitch incluída]Page Title Number MODQuién editó el post?
Evil Quick Reply 1.0.1
Plantilla(s) usada(s): 1blackout - [Basada en Prosilver]
Servidor:Linux. Page
Actualización desde otra versión: SI . 3.0.5
Conversión desde otro sistema de foros: No
Usuario de prueba : usuario_prueba
Pass: 123456[/align][/size][/font]
[hr]
אָ MяРαвlΘ אָ @ Webmaster de JjTeamWebdesign


Imagen


Avatar de Usuario
jabilator
Miembro
Mensajes: 310
Registrado: 16 Oct 2007, 20:38

Re: Evil Quick Reply 1.0.1 - Dudas

#3

Mensaje por jabilator »

Ahora sí se ve el foro.

Esa instrucción es para poner el botón de respuesta rápida. Como alternativa te propongo

1.- Descarga y sube el botón de respuesta rápida de tu estilo (que te dejo) a styles\X-Treme_Green\theme\images\buttons

2.- Abre el viewtopic_body.html

localiza

Código: Seleccionar todo

			<a
		    href="{U_POST_REPLY_TOPIC}"
		    onmouseover = "rollover('post_reply2')" 
		    onmouseout  = "rollout('post_reply2')" 
		    ><img 
		    src="{T_THEME_PATH}/images/buttons/post_reply1.png" 
		    name="post_reply2" 
		    alt="Home Page" border="0" 
		    height="45" width="120"
		    /></a>
			<!-- ENDIF -->
			<!-- ENDIF -->
			<!-- ENDIF -->

Añade después

Código: Seleccionar todo

			<!-- IF S_QR_ENABLED --><a href="javascript:toggle_quick_reply();"
			    onmouseover = "rollover('button_quick_reply2')" 
			    onmouseout  = "rollout('button_quick_reply2')" 
				><img src="{T_THEME_PATH}/images/buttons/button_quick_reply1.png"
            	name="button_quick_reply2" 
		    	alt="Home Page" border="0" 
		    	height="45" width="140" /></a>

	<!-- ENDIF -->
Actualiza el tema y la plantilla de tu estilo así com el cache desde tu ACP
Adjuntos
styles.rar
Resp. rápida x-treme_green
(11.12 KiB) Descargado 72 veces

MR.PABLO
Ex Staff
Mensajes: 530
Registrado: 30 Jul 2009, 17:34
Edad: 38

Re: Evil Quick Reply 1.0.1 - Dudas

#4

Mensaje por MR.PABLO »

Saludos y gracias por contestar, me sirvio, puedo verlo, pero me da el click para dar la respuesta rapida como en este caso que estoy usando, solo esta ahi
te cuento luego de la instruccion que me das en el install me sale que debo hacer esto

Código: Seleccionar todo

Find
Tip: This may be a partial find and not the whole line.

Code:Select All
</div>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
<!-- IF S_QR_ENABLED -->
	<!-- INCLUDE posting_qr_body.html -->
<!-- ENDIF -->

Lo hago? y si lo debo hacer en cual de todos los "</div>" debo hacerlo? hay por lo menos 5 :s
Antes de nada, lee las Normas de phpBB-Es, y la siempre útil Guí a de phpBB en Castellano.
Consulta la Documentación de phpBB 2, la Documentación de phpBB 3 y los FAQS de ayuda para tus problemas.
Quizás esté resuelto, y todos ahorremos tiempo.
Si es sobre cómo Crear una Consulta SQL ya lo tienes explicado en el enlace.
En general, se pide Buscar antes de preguntar para no repetir preguntas y dudas resueltas.
Sólo tendrás Soporte si facilitas los datos correspondientes y si respetas completamente el Copyright de phpBB.
NOTA: No damos Soporte a los foros integrados en Nuke y derivados del mismo. Infórmate AQUÍ.


[hr]
Spoiler
Versión phpBB: phpBB3 (3.0.6)
MODs Instalados: PhpBB3 Portal 1.2.2 Highslide Attachment Mod 4.1.4 Activity Stats Mod Simple Hide BBcode Portal Phpbb Arreglos Varios a Portal, cambios, etc Similar Topic`s Mod Tabs al estilo prosilver No Avatar Barra lateral de Mitch Seo URl v. 6.2 META Etiquetas por .:: MSSTI ::.BBcode con imágenes Open Links In New Tab MSSTI RSS Feed 2.0 with ACP Email Masivo Prime Links [Con modificación de Mitch incluída]Page Title Number MODQuién editó el post?
Evil Quick Reply 1.0.1
Plantilla(s) usada(s): 1blackout - [Basada en Prosilver]
Servidor:Linux. Page
Actualización desde otra versión: SI . 3.0.5
Conversión desde otro sistema de foros: No
Usuario de prueba : usuario_prueba
Pass: 123456[/align][/size][/font]
[hr]
אָ MяРαвlΘ אָ @ Webmaster de JjTeamWebdesign


Imagen

Avatar de Usuario
jabilator
Miembro
Mensajes: 310
Registrado: 16 Oct 2007, 20:38

Re: Evil Quick Reply 1.0.1 - Dudas

#5

Mensaje por jabilator »

Debes completar todas las modificaciones para que el mod te funcione siguiendo las instrucciones de los archivos install.xml y templates/subsilver2.xml

Resolviendo tu duda

Abre wiewtopic_body.html

localiza

Código: Seleccionar todo

			<!-- IF TOTAL_POSTS -->
			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
			<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
			<!-- ENDIF -->
		</tr>
	</table>
</div>

Añade después

Código: Seleccionar todo

<!-- IF S_QR_ENABLED -->
	<!-- INCLUDE posting_qr_body.html -->
<!-- ENDIF -->

Avatar de Usuario
chimitox
Asiduo/a
Mensajes: 141
Registrado: 07 Nov 2009, 12:30

Re: Evil Quick Reply 1.0.1 - Dudas

#6

Mensaje por chimitox »

Me pasa igual q a Jj-Team.
Tengo la plantilla de aeroblue, q es un subsilver2 pero en la orden de:
buscar:
{S_POLL_ACTION}
Esa la encuentra
PEro esta otra:
{REPLY_IMG}</a>

No me lo encuenta y entonces no se por donde seguir.
Qhay q hacer exactamenet en ese paso?
Spoiler

[Datos de soporte]URL: http://www.mundopiranha.com/foro_nuevo
Versión phpBB: phpBB3 (3.3.2)
Estilo(s) usuado(s): aero 2.0.7
Extensiones instaladas: Site Logo 1.0.0, User Login Redirect 1.1.0, Avatar in Last Post 1.0.2, phpBB Display Age Users 1.0.1, phpBB 3.1 Annual Stars 1.0.1, Advanced BBCode Box 3.1.1, Share On 1.0.0, OneAll Social Login 2.4.9, Topic Author 1.0.1, Snowstorm & Lights 1.0.0, Holiday Flare 2.0, National Flags, Paypal Donation 1.0.0, Default Avatar 0.10.0, phpBB 3.1 Stop Forum Spam 1.0.1, Red title for new topic and new reply 1.0.2, Birthday Control 1.0.2, Sortables Captcha 2.0.0
Servidor: Banahosting de pago
Actualización desde otra versión: Desde 3.1,6
Conversión desde otro sistema de foros: No


Cerrado

Volver a “Soporte de MODs”