Thanks Mod - Show "thanks" button

Discuţii legate de instalarea şi funcţionarea unor MODificări vechi sau noi ale forumului phpBB 3.0.x.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Adrian /A/
Utilizator înregistrat
Mesaje: 11
Membru din: 18-Feb-2013, 14:12:48
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Puţin experimentat

Thanks Mod - Show "thanks" button

Mesaj de Adrian /A/ »

Bună ziua . Am şi eu o problemă am instalat modul .. toate bune .. dar când să dau Thanks la post nu apărea butonul :))

Menţionez că am făcut setarile la temă ,

Cod: Selectaţi tot

              <!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
                               <!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a>   <!-- ENDIF -->
                            <!-- ENDIF -->   
                            <!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
                               <table width="100%" cellspacing="0">
                                  <tr valign="middle">
                                     <td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
                                     <hr />
                                     {postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
                                  </tr>
                               </table>
                            <!-- ENDIF -->
                            <!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
                               <table class="content" align="left">
                                  <tr class="postbody" align="left">
                                     <td>
                                     <!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
                                     <div style="float: left; width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK});"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE});"></div></div>&nbsp;
                                     <!-- ENDIF -->
                                     <strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}
                                     </td>
                                  </tr>
                               </table>
                            <!-- ENDIF -->
Am adăugat tot , dar imaginile nu se văd .

Vă las si viewtopic body:

Cod: Selectaţi tot

<!-- INCLUDE overall_header.html -->
<!-- INCLUDE quickedit.html -->

<!-- IF S_FORUM_RULES -->
	<div class="forumrules">
		<!-- IF U_FORUM_RULES -->

			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
		<!-- ELSE -->

			{FORUM_RULES}
		<!-- ENDIF -->
	</div>

	<br clear="all" />
<!-- ENDIF -->



<div id="pagecontent">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><span class="button23bg-yellow"><a href="{U_POST_NEW_TOPIC}">Subiect nou</a></span><span class="button23bg-yellow"><a href="{U_POST_REPLY_TOPIC}">Raspunde</a></span><!-- IF U_WATCH_TOPIC --><span class="button23bg"><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></span><!-- ENDIF --><!-- IF U_BOOKMARK_TOPIC --><span class="button23bg"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></span><!-- ENDIF --><!-- IF U_EMAIL_TOPIC --><span class="button23bg"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a></span><!-- ENDIF --><!-- IF U_BUMP_TOPIC --><span class="button23bg"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></span><!-- ENDIF --></td>
    <td align="right" width="280"><span class="button23bg"><a href="{U_VIEW_OLDER_TOPIC}">&lsaquo;</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">&asymp;</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">&rsaquo;</a></span><!-- INCLUDE pagination.html --></td>
  </tr>
</table>

<div style="margin-bottom:2px;"></div>

	<table class="tablebg" width="100%" cellspacing="1">
<!-- IF S_HAS_POLL -->
	<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>
							<!-- 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}
			{S_FORM_TOKEN}
			</form>

		</td>
	</tr>
<!-- ENDIF -->
	</table>
<div class="cap970">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="160">{L_AUTHOR}</td>
    <td align="center"><ahref="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></td>
  </tr>
</table>

</div>
<!-- BEGIN postrow -->

	<table class="tablebg"  cellspacing="1">

	<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- 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>
				<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
                <!-- IF postrow.U_KARMA_INCREASE --> <a class="button23bg-mini-ns" title="Increase Karma for this user" href="{postrow.U_KARMA_INCREASE}">+</a><!-- ENDIF -->
						<!-- IF postrow.U_KARMA_DECREASE --> <a class="button23bg-mini-ns" title="Decrease Karma for this user" href="{postrow.U_KARMA_DECREASE}">-</a><!-- ENDIF -->
			</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="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

			<td valign="top" width="152" class="profile">
				<table cellspacing="4" align="center" width="152">



 <div style="margin-bottom:3px;"></div>
                <!-- IF postrow.RANK_IMG -->
                <center>{postrow.RANK_IMG}</center>
                <!-- ENDIF -->

                <!-- IF postrow.POSTER_AVATAR -->
                 <center>{postrow.POSTER_AVATAR}</center>
                <!-- ENDIF -->
               


				</table>

				<span class="postdetails">
                <!-- [+] Karma MOD -->
					<!-- IF postrow.S_KARMA_ENABLED -->
						<!-- IF postrow.U_KARMA_COMMENTS -->
							<br /><b>{L_KARMA}:</b> <a href="{postrow.U_KARMA_COMMENTS}">{postrow.KARMA}</a>
						<!-- ELSE -->
							<b>{L_KARMA}:</b> {postrow.KARMA}
						<!-- ENDIF -->

					<!-- ENDIF -->
					<!-- [-] Karma MOD -->
					<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
					<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
					<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
 <!-- IF not postrow.S_POST_ANONYMOUS and postrow.THANKS_COUNTERS_VIEW --><br /><b>{L_GIVEN}:</b><!-- IF postrow.POSTER_GIVE_COUNT < 1 --> {postrow.POSTER_GIVE_COUNT} {L_THANK}<!-- ELSEIF postrow.POSTER_GIVE_COUNT > 1 --> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> {L_THANKS}<!-- ELSE --> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> {L_THANK}<!-- ENDIF --><br /><b>{L_RECEIVED}:</b><!-- IF postrow.POSTER_RECEIVE_COUNT < 1 --> {postrow.POSTER_RECEIVE_COUNT} {L_THANK}<!-- ELSEIF postrow.POSTER_RECEIVE_COUNT > 1 --> <a href="{postrow.POSTER_RECEIVE_COUNT_LINK}">{postrow.POSTER_RECEIVE_COUNT}</a> {L_THANKS}<!-- ELSE --> <a href="{postrow.POSTER_RECEIVE_COUNT_LINK}">{postrow.POSTER_RECEIVE_COUNT}</a> {L_THANK}<!-- ENDIF --><!-- 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>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
					<!-- ENDIF -->

					<!-- BEGIN custom_fields -->
						<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
					<!-- END custom_fields -->
				</span>
			</td>
			<td valign="top">
				<table width="780" 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><br /> <!-- 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" id="postdiv{postrow.POST_ID}">{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="row2"><!-- ELSE --><td class="row1"><!-- 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 -->
						<div class="postbody"><br />_________________<br />{postrow.SIGNATURE}</div>
					<!-- ENDIF -->

<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW --> <hr /> <!-- IF not postrow.S_POST_ANONYMOUS and not S_IS_BOT and postrow.S_MOD_THANKS --> <ul class="profile-icons" style="float:left"><li class="delete-icon"><a href="{postrow.U_CLEAR_LIST_THANKS_POST}" title="{L_CLEAR_LIST_THANKS}"><span>{L_CLEAR_LIST_THANKS}</span></a></li></ul> <!-- ENDIF --> <div class="content"> <!-- IF not postrow.S_POST_ANONYMOUS and not S_IS_BOT--> <dl class="postbody small"> <dt>{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2}</dt> <dd>{postrow.THANKS}</dd> </dl> <!-- ENDIF --> </div> <!-- ENDIF --> <!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT --> <div class="content"> <dl class="postbody"> <dt class="small"><strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}</dt> <dd> <!-- IF postrow.S_THANKS_REPUT_GRAPHIC --> <div style="width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: url({postrow.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: url({postrow.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"></div></div>&nbsp; <!-- ENDIF --> </dd> </dl> </div> <!-- 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"><br /><br />{postrow.BUMPED_MESSAGE}</span>
					<!-- ENDIF -->

					<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
											
						</tr>
						</table>
			</td>
		</tr>
		

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

			<td class="profile" height="20" valign="top">
            <center><!-- IF postrow.ONLINE_IMG -->{postrow.ONLINE_IMG}<!-- ENDIF -->
			<!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
                  <!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><li class="{postrow.THANKS_IMG}"><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}"></a></li><!-- ENDIF -->            
               <!-- ENDIF --></center>
            <div style="float:right;">
            						
            </div>
           
            </td>
			<td height="20" valign="top" ><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_POST_AUTHOR --><a class="button23bg-mini-ns" title="Author Profile" href="{postrow.U_POST_AUTHOR}">PROFILE</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a  class="button23bg-mini-ns" title="Send private message"href="{postrow.U_PM}">PM</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a class="button23bg-mini-ns" title="Send email to author" href="{postrow.U_EMAIL}">email</a><!-- ENDIF -->                            <!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
                               <!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a>   <!-- ENDIF -->
                            <!-- ENDIF -->   
                            <!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
                               <table width="100%" cellspacing="0">
                                  <tr valign="middle">
                                     <td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
                                     <hr />
                                     {postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
                                  </tr>
                               </table>
                            <!-- ENDIF -->
                            <!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
                               <table class="content" align="left">
                                  <tr class="postbody" align="left">
                                     <td>
                                     <!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
                                     <div style="float: left; width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK});"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE});"></div></div>&nbsp;
                                     <!-- ENDIF -->
                                     <strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}
                                     </td>
                                  </tr>
                               </table>
                            <!-- ENDIF --><!-- IF not postrow.S_FIRST_POST_ONLY or postrow.S_ONLY_TOPICSTART --> <!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><li class="{postrow.THANKS_IMG}"><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}"></a></li><!-- ENDIF --> <!-- ENDIF -->
&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
									<!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a>	<!-- ENDIF -->
								<!-- ENDIF -->	
								<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
									<table width="100%" cellspacing="0">
										<tr valign="middle">
											<td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
											<hr />
											<!-- IF postrow.S_MOD_THANKS --><a href="{postrow.U_CLEAR_LIST_THANKS_POST}">{postrow.DELETE_IMG}</a>&nbsp;<!-- ENDIF -->{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
										</tr>
									</table>
								<!-- ENDIF --><!-- IF not S_IS_BOT --><!-- IF postrow.U_REPORT --><a class="button23bg-mini" title="Report Post" href="{postrow.U_REPORT}">R</a><!-- ENDIF --> 
								<a class="button23bg-mini" title="Post Details" href="{postrow.U_INFO}">?</a> <a class="button23bg-mini" title="Warn User" href="{postrow.U_WARN}">&Phi;</a><a class="button23bg-mini" title="Delete post" href="{postrow.U_DELETE}">x</a><a href="#" id="quick_edit{postrow.POST_ID}" class="button23bg-mini-ns" onclick="quick_edit({postrow.POST_ID}); return false;">QUICK EDIT</a> <!-- IF postrow.U_EDIT --><a  class="button23bg-mini-ns" href="{postrow.U_EDIT}">FULL EDIT</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a class="button23bg-mini-ns" href="{postrow.U_QUOTE}">QUOTE</a> <!-- ENDIF -->                             <!-- IF  not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
                               <!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a>   <!-- ENDIF -->
                            <!-- ENDIF -->   
                            <!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
                               <table width="100%" cellspacing="0">
                                  <tr valign="middle">
                                     <td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
                                     <hr />
                                     {postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
                                  </tr>
                               </table>
                            <!-- ENDIF -->
                            <!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
                               <table class="content" align="left">
                                  <tr class="postbody" align="left">
                                     <td>
                                     <!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
                                     <div style="float: left; width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK});"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE});"></div></div>&nbsp;
                                     <!-- ENDIF -->
                                     <strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}
                                     </td>
                                  </tr>
                               </table>
                            <!-- ENDIF -->	<!-- IF  not postrow.S_FIRST_POST_ONLY or postrow.S_ONLY_TOPICSTART -->
									<!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a>	<!-- ENDIF -->
								<!-- ENDIF -->	
								<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
									<table width="100%" cellspacing="0">
										<tr valign="middle">
											<td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
											<hr />
											<!-- IF postrow.S_MOD_THANKS --><a href="{postrow.U_CLEAR_LIST_THANKS_POST}">{postrow.DELETE_IMG}</a>&nbsp;<!-- ENDIF -->{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
										</tr>
									</table>
								<!-- ENDIF -->
								<!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
									<table class="content" align="left">
										<tr class="postbody" align="left">
											<td>
											<!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
											<div style="float: left; width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"></div></div>&nbsp;
											<!-- ENDIF -->
											<strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}
											</td>
										</tr>
									</table>
								<!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
	<!-- ENDIF -->
		</tr>

	</table>
<!-- END postrow -->

	<!-- IF not S_IS_BOT -->
	<table width="100%" cellspacing="1" class="tablebg">
	<tr align="center">
		<td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{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>
	</tr>
	</table>
	<!-- ENDIF -->
<div style="margin-bottom:2px;"></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><span class="button23bg-yellow"><a href="{U_POST_NEW_TOPIC}">Subiect nou</a></span><span class="button23bg-yellow"><a href="{U_POST_REPLY_TOPIC}">Raspunde</a></span><span class="button23bg">{LOGGED_IN_USER_LIST}</span> </td>
    <td align="right"><span class="button23bg"><a href="{U_VIEW_OLDER_TOPIC}">&lsaquo;</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">&asymp;</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">&rsaquo;</a></span><!-- INCLUDE pagination.html --></td>
  </tr>
</table>



</div>

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

<br clear="all" />
<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->
<!-- 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 -->
<!-- INCLUDE breadcrumbs.html -->

<!-- INCLUDE overall_footer.html -->
Avatar utilizator
Anișor
AdministratorAdministrator
Mesaje: 2987
Membru din: 08-Aug-2012, 20:46:05
Versiune: 4.0.0-a1
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Arbroath, Angus
Contact:

Re: Thanks Mod - Show "thanks" button

Mesaj de Anișor »

Ai sters cache?

Ai facut modificarile in imageset.cfg?

Ai imaginile in imageset ?
Nu ofer ajutor prin intermediul mesageriei private.
Vă rog să postați toate problemele în forumuri.
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: Thanks Mod - Show "thanks" button

Mesaj de bogdan »

Adrian /A/
Utilizator înregistrat
Mesaje: 11
Membru din: 18-Feb-2013, 14:12:48
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Puţin experimentat

Re: Thanks Mod - Show "thanks" button

Mesaj de Adrian /A/ »

@ Neculai Anișor : Da , am facut toate de mai sus!

@ bogdan: m-am uitat , este exact ca mai sus ... permisiuni .. tot , tot ,tot :(

Adresa forum: teamspeak3.ro
Adrian /A/
Utilizator înregistrat
Mesaje: 11
Membru din: 18-Feb-2013, 14:12:48
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Puţin experimentat

Re: Thanks Mod - Show "thanks" button

Mesaj de Adrian /A/ »

Ma puteti ajuta careva va rog ? Am nevoie urgenta de ajutor :( .
Avatar utilizator
Anișor
AdministratorAdministrator
Mesaje: 2987
Membru din: 08-Aug-2012, 20:46:05
Versiune: 4.0.0-a1
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Arbroath, Angus
Contact:

Re: Thanks Mod - Show "thanks" button

Mesaj de Anișor »

Intri in PA->Permisiuni->Permisiuni forum pentru grupuri->Alegi Utilizatori inregistrati->Alegi categoria/forumul unde vrei ca membri sa poata multumi->Permisiuni avansate->General->Poate multumi pentru mesaje (Da).
Apoi "Aplica toate permisiunile" si gata.
Succes.
Nu ofer ajutor prin intermediul mesageriei private.
Vă rog să postați toate problemele în forumuri.
Avatar utilizator
Ivan Petre Paul
ModeratorModerator
Mesaje: 4055
Membru din: 26-Aug-2009, 02:13:39
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Brașov
Contact:

Re: Thanks Mod - Show "thanks" button

Mesaj de Ivan Petre Paul »

1. Asigură-te că ai copiat imaginile MODificării în folderul specificat în instrucțiunile stilului pe care îl utilizezi
2. Dacă nu folosești un stil standard, asigură-te că ai modificat fișierele stilului folosit așa cum se specifică în fișierul de instalare al MODificării; asigură-te că ai aplicat modificările pentru prosilver sau subsilver2 în funcție de tema folosită ( :arrow: Pe se stil se bazează tema mea?)
3. Reîmprospătează seturile de imagini din tema folosită (tab-ul STILURI din PA)
4. Reîmprospătează fișierele temei folosite (tab-ul STILURI din PA)
5. Curăță cache-ul (din prima pagină a PA)
6. Configurează valorile opțiunilor din PA ---> .MOD-URI (.MODS) ---> Thanks for post (https://www.phpbb.com/customise/db/down ... -mode_view)
7. Asigură-te că ai configurat permisiunile corespunzător:
  1. Configurează permisiunile pentru forumurile unde vrei să fie afișat butonul "thanks"

    Când ai instalat MODificarea, permisiunile noi au fost adăugate rolului cu acces standard. (dacă vrei să setezi alte preferințe, mergi în PA ---> Permisiuni și selectează forumurile unde dorești să setezi permisiunile "Can thanks for posts" ("Poate mulțumi pentru mesaje")
    Mergi în PA ---> Permisiuni ---> Permisiuni forum pentru grupuri ---> alege grupul Utilizatori înregistrați ---> selectează toate forumurile ---> Permisiuni avansate (la primul forum, nu la prima categorie!) ---> General ---> Can thanks for posts ---> bifează Da ---> Aplică permisiuni. Repetă setarea pentru fiecare forum în parte (unde dorești să fie afișat butonul pentru mulțumire).
  2. Configurează permisiunile pentru utilizatori ca aceștia să poată vedea pagina cu mulțumiri

    Pentru a vizualiza lista cu mulțumiri trebuie să aloci o permisiune globală pentru utilizator - "Can view list of thanks" în tab-ul General. Când ai instalat MODificarea, permisiunile au fost adăugate în rolul Facilități standard în grupul Utilizatori înregistrați.

    Dacă folosești un alt rol (setări) și dorești să permiți afișarea acestei pagini, mergi în PA ---> Permisiuni ---> Permisiuni grupuri ---> alege grupul Utilizatori înregistrați ---> General ---> Can view list of thanks (Can view toplist) ---> Aplică permisiunile.
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
Adrian /A/
Utilizator înregistrat
Mesaje: 11
Membru din: 18-Feb-2013, 14:12:48
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Puţin experimentat

Re: Thanks Mod - Show "thanks" button

Mesaj de Adrian /A/ »

Imaginile sunt la locul lor , modificarile sunt toate facute .
"Can thank for posts" este pus pe DA , la toate categoriile !

Am sters cache , am actualizat css si imageset din PA , tot tot ...

Daca este careva doritor sa ma ajute prin TeamViewer , astept PM cu Id-ul de messenger :( .

Va doresc o zi placuta ...
Avatar utilizator
Ivan Petre Paul
ModeratorModerator
Mesaje: 4055
Membru din: 26-Aug-2009, 02:13:39
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Brașov
Contact:

Re: Thanks Mod - Show "thanks" button

Mesaj de Ivan Petre Paul »

Adrian /A/ scrie: "Can thank for posts" este pus pe DA , la toate categoriile !
Am spus mai sus că permisiunile trebuiesc definite pe forumuri, nu pe categorii.

Am uitat să te întreb dacă MODificarea ai instalat-o manual sau cu AutoMOD.
Adrian /A/ scrie:Daca este careva doritor sa ma ajute prin TeamViewer , astept PM cu Id-ul de messenger :( .
.
Suportul se acordă exclusiv pe forum! Citește regulamentul!
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
Adrian /A/
Utilizator înregistrat
Mesaje: 11
Membru din: 18-Feb-2013, 14:12:48
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Nivel php: Puţin experimentat

Re: Thanks Mod - Show "thanks" button

Mesaj de Adrian /A/ »

Mod-ul l'am instalat cu AutoMOD , stilul meu este subsilver , si am aplicat setarile si pentru tema mea manual.
Închis

Înapoi la “3.0.x Suport pentru MODificări”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator