صفحة 1 من 3

??? ??? ??????? ?? ???????? ?????? 1.3.0 | ???? 16 ????

مرسل: السبت أغسطس 14, 2010 6:36 pm
بواسطة gino
?????? ????? ..

???? ??? ????? ??? ????? ?????? ??????? ??? ??????? .. ??? ????? ??? ???? ????? ???????? ??? ????? ..
???? : http://www.ebdaa-symphony.com


??? ?? ??? ?????? ?????? ??????? ?? ?????? ????? ??? ????? ?????? ??????? ?????? ??????? ??????? ..
???? ??? ??? ???? ?????? ?????? ??? ??? ??????? ????? ????? ?????? ??????? ?? ?????? ??????? ??????? ????????..

???? styles/prosilver/theme/bidi.css
???? :

كود: تحديد الكل

.rtl .icon-logout,
??? ??? ?? ??? ????? :

كود: تحديد الكل

.rtl .icon-thanks, .rtl .icon-thanks_toplist,


--------------------------------------------------------------------------------------



???? ?? ??? ?????? ?????? ??????? 1.2.5 ?? ??? ??????? >>> http://www.phpbbarabia.com/community/vi ... 44&t=37387

????? ??? ??????? ?? ?????? 1.2.5 ??? 1.2.7 ?? ??????? ?? 1.2.7 ??? 1.2.8 ... ????? ??? ???? ????? ??????? ?? 1.2.5 ??? 1.2.7 ?? ?????? ???? ??? ?????? ?????? .. http://www.phpbb.com/customise/db/mod/thanks_for_posts/


?? ????? ????????? ??????? .. (?? ???? ???????? ??? ???????)
??????? ?? 1.2.5 ??? 1.2.8

????? ??????? ..

كود: تحديد الكل

viewforum.php
includes/functions.php
includes/functions_display.php
styles/prosilver/template/forumlist_body.html
styles/prosilver/template/memberlist_view.html
styles/prosilver/template/overall_header.html
styles/prosilver/template/viewforum_body.html
styles/prosilver/template/viewtopic_body.html
styles/prosilver/theme/buttons.css
styles/prosilver/theme/colours.css
styles/prosilver/theme/bidi.css
????? ??????? ..

كود: تحديد الكل

root/*

????????? ..
???? viewforum.php
???? :

كود: تحديد الكل

// Okay, lets dump out the page ...
??? ??? ?? ??? ???? :

كود: تحديد الكل

include($phpbb_root_path . 'includes/functions_thanks.' . $phpEx);
get_max_topic_thanks();
???? :

كود: تحديد الكل

		$s_type_switch = ($row['topic_type'] == POST_ANNOUNCE || $row['topic_type'] == POST_GLOBAL) ? 1 : 0;
??? ??? ?? ??? ???? :

كود: تحديد الكل

		get_thanks_topic_reput($topic_id);
???? includes/functions.php
???? :

كود: تحديد الكل

		'U_THANKSLIST'			=> append_sid("{$phpbb_root_path}thankslist.$phpEx"),
??? ??? ?? ??? ???? :

كود: تحديد الكل

		'U_REPUT_TOPLIST'		=> append_sid("{$phpbb_root_path}toplist.$phpEx"),
???? :

كود: تحديد الكل

		'S_DISPLAY_THANKSLIST'	=> (isset($auth)) ? $auth->acl_get('u_viewthanks') : 0,
??? ??? ?? ??? ???? :

كود: تحديد الكل

		'S_DISPLAY_TOPLIST'		=> (isset($auth)) ? $auth->acl_get('u_viewtoplist') : 0,
???? includes/functions_display.php
???? :

كود: تحديد الكل

		// Assign subforums loop for style authors
??? ??? ?? ??? ???? :

كود: تحديد الكل

        if (!function_exists('get_max_forum_thanks'))
        {
            include($phpbb_root_path . 'includes/functions_thanks_forum.' . $phpEx);
        }
        get_max_forum_thanks();
        get_thanks_forum_reput($row['forum_id']);

???? styles/prosilver/template/forumlist_body.html
???? :

كود: تحديد الكل

					<!-- IF forumrow.MODERATORS -->
??? ??? ?? ??? ???? :

كود: تحديد الكل

					<!-- BEGIN reput -->
					<!-- IF forumrow.reput.S_THANKS_FORUM_REPUT_VIEW and forumrow.reput.FORUM_REPUT and not S_IS_BOT -->
					<span style="display: block;">{L_REPUT}:{forumrow.reput.FORUM_REPUT}
						<!-- IF forumrow.reput.S_THANKS_REPUT_GRAPHIC -->
						<span style="display: block; width: {forumrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE_BACK});"><span style="display: block; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; width: {forumrow.reput.FORUM_REPUT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE});"> </span></span>
						<!-- ENDIF -->
					</span>
					<!-- ENDIF -->
					<!-- END reput -->
???? styles/prosilver/template/memberlist_view.html
???? :

كود: تحديد الكل

<div class="panel bg1">
	<div class="inner"><span class="corners-top"><span></span></span>
	<h3>{L_GRATITUDES}</h3>
		<dl>
			<dd><strong>{L_GIVEN}:</strong> {POSTER_GIVE_COUNT} {L_THANKS}</dd>
			<!-- IF POSTER_GIVE_COUNT and THANKS_PROFILELIST_VIEW -->
				<a href="javascript: toggleElement( getElement('show_thanks'));">{L_THANKS_LIST}</a>
				<div id="show_thanks" style="display: none;">{THANKS}</div>
			<!-- ENDIF -->
			<br />
			<dd><strong>{L_RECEIVED}:</strong> {POSTER_RECEIVE_COUNT} {L_THANKS}</dd>
			<!-- IF POSTER_RECEIVE_COUNT and THANKS_PROFILELIST_VIEW -->
				<a href="javascript: toggleElement( getElement('show_thanked'));">{L_THANKS_LIST}</a>
				<div id="show_thanked" style="display: none;">{THANKED}</div>
			<!-- ENDIF -->
		</dl>	
	<span class="corners-bottom"><span></span></span></div>
</div>
?????? ?? :

كود: تحديد الكل

<div class="panel bg1">
	<div class="inner"><span class="corners-top"><span></span></span>
	<h3>{L_GRATITUDES}</h3>
		<dl>
			<dt><strong>{L_GIVEN}:</strong> {POSTER_GIVE_COUNT} {L_THANKS}</dt>
			<dd>
			<!-- IF POSTER_GIVE_COUNT and THANKS_PROFILELIST_VIEW -->
			<a href="javascript: toggleElement( getElement('show_thanks'));">{L_THANKS_LIST}</a>
			<div id="show_thanks" style="display: none;">{THANKS}</div>
			<!-- ENDIF -->
			</dd>
		</dl>		
	<span class="corners-bottom"><span></span></span></div>
</div>
<div class="panel bg2">
	<div class="inner"><span class="corners-top"><span></span></span>
		<dl>
			<dt><strong>{L_RECEIVED}:</strong> {POSTER_RECEIVE_COUNT} {L_THANKS}</dt>
			<dd>
			<!-- IF POSTER_RECEIVE_COUNT and THANKS_PROFILELIST_VIEW -->
			<a href="javascript: toggleElement( getElement('show_thanked'));">{L_THANKS_LIST}</a>
			<div id="show_thanked" style="display: none;">{THANKED}</div>
			<!-- ENDIF -->
			</dd>
		</dl>		
	<span class="corners-bottom"><span></span></span></div>
</div>
???? styles/prosilver/template/overall_header.html
???? :

كود: تحديد الكل

					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
??? ??? ?? ??? ???? :

كود: تحديد الكل

					<!-- IF S_DISPLAY_TOPLIST --><li class="icon-thanks_toplist"><a href="{U_REPUT_TOPLIST}" title="{L_REPUT_TOPLIST}">{L_REPUT_TOPLIST}</a></li><!-- ENDIF -->
???? styles/prosilver/template/viewforum_body.html
???? :

كود: تحديد الكل

					<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
??? ??? ?? ??? ???? :

كود: تحديد الكل

					<!-- BEGIN reput -->
					<!-- IF topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW and topicrow.reput.TOPIC_REPUT and not S_IS_BOT -->
					<span style="display: block;">{L_REPUT}:{topicrow.reput.TOPIC_REPUT}
						<!-- IF topicrow.reput.S_THANKS_REPUT_GRAPHIC -->
						<span style="display: block; width: {topicrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE_BACK});"><span style="display: block; height: {topicrow.reput.THANKS_REPUT_HEIGHT}; width: {topicrow.reput.TOPIC_REPUT}; background: URL({topicrow.reput.THANKS_REPUT_IMAGE});"> </span></span>
						<!-- ENDIF -->
					</span>
					<!-- ENDIF -->
					<!-- END reput -->
???? styles/prosilver/template/viewtopic_body.html
???? :

كود: تحديد الكل

		<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW -->
			<hr />
			<div class="content">
				<dl class="postbody">
					<dt> 
						<!-- IF not postrow.S_POST_ANONYMOUS and not S_IS_BOT-->
						{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2}: <dd>{postrow.THANKS}</dd>
						<!-- ENDIF -->	
					</dt>
				</dl>
			</div>
		<!-- ENDIF -->
?????? ?? :

كود: تحديد الكل

		<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW -->
			<hr />
			<div class="content">
				<dl class="postbody">
					<!-- IF not postrow.S_POST_ANONYMOUS and not S_IS_BOT-->
					<dt>{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2}</dt>
					<dd>{postrow.THANKS}</dd>
					<!-- ENDIF -->	
				</dl>
			</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">
					<dd><strong>{L_REPUT}:</strong>{postrow.POST_REPUT}
					<!-- 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});"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE});"> </div></div>
					<!-- ENDIF -->
					</dd>
				</dl>
			</div>
		<!-- ENDIF -->
???? :

كود: تحديد الكل

		<!-- IF not postrow.S_POST_ANONYMOUS and postrow.THANKS_COUNTERS_VIEW -->
			<dd><strong>{L_GIVEN}:</strong> {postrow.POSTER_GIVE_COUNT} {L_THANKS}</dd>
			<dd><strong>{L_RECEIVED}:</strong> {postrow.POSTER_RECEIVE_COUNT} {L_THANKS}</dd>
		<!-- ENDIF -->
?????? ?? :

كود: تحديد الكل

		<!-- IF not postrow.S_POST_ANONYMOUS and postrow.THANKS_COUNTERS_VIEW -->
			<dd><strong>{L_GIVEN}:</strong> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> <!-- IF postrow.POSTER_GIVE_COUNT > 1 --> {L_THANKS} <!-- ELSE --> {L_THANK} <!-- ENDIF --></dd>
			<dd><strong>{L_RECEIVED}:</strong><a href="{postrow.POSTER_RECEIVE_COUNT_LINK}"> {postrow.POSTER_RECEIVE_COUNT}</a>  <!-- IF postrow.POSTER_RECEIVE_COUNT > 1 --> {L_THANKS} <!-- ELSE --> {L_THANK} <!-- ENDIF --></dd>
		<!-- ENDIF -->
???? styles/prosilver/theme/buttons.css
???? :

كود: تحديد الكل

 .icon-thanks,
?????? ?? :

كود: تحديد الكل

 .icon-thanks, .icon-thanks_toplist,
???? styles/prosilver/theme/colours.css
???? :

كود: تحديد الكل

.icon-thanks					{ background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }
??? ??? ?? ??? ???? :

كود: تحديد الكل

				.icon-thanks_toplist			{ background-image: url("{T_THEME_PATH}/images/icon_thanks_toplist.gif"); }
???? styles/prosilver/theme/bidi.css
???? :

كود: تحديد الكل

.rtl .icon-thanks,
??? ??? ?? ??? ????? :

كود: تحديد الكل

 .rtl .icon-thanks_toplist,

???? ??????? ??? ??????? .. ??? ???? ??? ????? ???? (root) ??? ???? ????? ?? ??????? ?? ??? ???? ..
?? ???? ??? ??????? ?? ???????? ..

كود: تحديد الكل

install_thanks_mod.php
??? ?????? ?????..

............

???? ??????? ?? 1.2.8 ??? 1.3.0 ???? ??? ???????? ??????? ????? ??????? ??????? ?? ??? ????? ..
[/b]

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: السبت أغسطس 14, 2010 8:05 pm
بواسطة Garebooo
???? ????? ? ????

??????? ?? ?????? ???? ????

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: السبت أغسطس 14, 2010 8:48 pm
بواسطة A.B.M.K
???? ????? ??? ?????? ??????? ? ????? ????

? ??? ??? ?????? ???? , ???? ?? ????? !! ???? ???? ???????? ?????? ??? ???? !!!

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الأحد أغسطس 15, 2010 2:18 pm
بواسطة gino
????? .. ???? ??? ????? ..

?? ?? ?? ?? .. ?????? ?? ?? ??????? ???? ?????? ?
?? ??? ?????? ????? ?????? ??????? ? ?? ??? ??? ????? ????? ?????? ??????? ?

?? ??? ?????? ???????? ???? ?????? ????? .. ???? ?????? ?????? ..

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الأحد أغسطس 15, 2010 4:11 pm
بواسطة A.B.M.K
???? ??????? ?? ??? ????? ? ??? ??? ???? ???? . ? ????? ??? ?? ??????? ???? ??????? ?? ??? ?? ????? . ???? ?????? ??? ????? ? ???? ????? ???????? ?????? ?????? ? ??? ?? ????? ?? ?????? ??????? ??? ???? !!!

???? ???? ??????? ????? ??????? ?? ?????? ? ????? ??? ?? ??? ????? ???? ! ???? ???? ??? ??? ???? ? ??? ???? ????? ????? ????

????? ??

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الأحد أغسطس 15, 2010 7:44 pm
بواسطة gino
???? .. ?? ?? ??????? ????? ??? ???? .. ?? ?????? ??? ???? ????? ???? ??????? ?? ????? ?? ????? ..
??? ????? ???? ?????? ???? ..


????? ?? ?????? ?? ????? ??? ????????? ???? ?????? ?? ??????? ?? ??????? ?? ?????? ??????? (1.2.5) ??? ???? ???? (1.2.8) .. ????? ?? ??? ??????? ???? ??? ????? ????? ??????? ??????? ???? (install) ?????? ..

???????? ?????? ..

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الأحد أغسطس 15, 2010 8:52 pm
بواسطة A.B.M.K
?????? ??? ???? ????? ??? ???? ? ??? ???? ?? ??? ???????
صورة


???? ??? ???? ?????? ? ??? ????? ???? ? ??? ????? ???? ??? ??????? ????????? , ???? ?? ????? ???? .

??? ???? , ??? ???? ?? ??????? ????? ?? ?? ???? ??? ??? ????? ????? ??????????????????? ???? ?? ???? ??????? . ????? ???? ????

??????

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الاثنين أغسطس 16, 2010 7:58 pm
بواسطة alarb
?????? ????? ????? ????? ??? ????? ????? ?? ???? ??? ?? ??? ?? ??? ????? :?:

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الثلاثاء أغسطس 17, 2010 3:16 pm
بواسطة gino
A.B.M.K كتب:?????? ??? ???? ????? ??? ???? ? ??? ???? ?? ??? ???????
صورة


???? ??? ???? ?????? ? ??? ????? ???? ? ??? ????? ???? ??? ??????? ????????? , ???? ?? ????? ???? .

??? ???? , ??? ???? ?? ??????? ????? ?? ?? ???? ??? ??? ????? ????? ??????????????????? ???? ?? ???? ??????? . ????? ???? ????

??????
??????? ?????? ???? ?????? .. ?? ???? ??? ????? ????? ?
?? ?????? ?????? ???? (test) ?
???? ???????? ?? ??? ???? ????? ??? ??????? ..

??? ?? ??????? ???? ?????? ?? ????????? .. ???? ??????? ?? ???? ..

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الثلاثاء أغسطس 17, 2010 3:31 pm
بواسطة gino
alarb كتب:?????? ????? ????? ????? ??? ????? ????? ?? ???? ??? ?? ??? ?? ??? ????? :?:
?????? ?????? ????? ???? ..
????? ??? ???? ????? ????? ?? ??????? ????? (?????? ????? ???????+?????? ????? ?????) ???????? ??????? (?????? ????? ?????)..

??? ???? ??? ??????? ..

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الثلاثاء أغسطس 17, 2010 11:31 pm
بواسطة alarb
??? ?????? ????? ??? ????? ???? ??? subsilver2 ???? ?????? ????????? ????? ????? ?? ??? (??? ????? 0 ??? ...) ???? ?? ???? ?? ??? ?????

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: الأربعاء أغسطس 18, 2010 3:06 pm
بواسطة gino
?? ??? ??? ?????? ????? ????? ???????? .. ????? ??????? .. ??? ?? ???? ????????..
??? ??? ???????? ???? ??? ???????.. ???? ???? ?????? ?????? ??????? ?????? ?????..

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: السبت أغسطس 21, 2010 11:21 am
بواسطة Zero_Cool
???? ???? :
???? ?? ??? ?????? ??? ????? ??????
???? ??? ???????
???? ???? ????? ? ???????? ???? ?? ????? ???? ????? ???? ?? ??????? ???? ???????
????? ????? ?????? ?? ???? ????? ????? ??? ??? ????? ????????? ???? ????
?????? ?? ??????? ???? ?? ?? ??? ??????? ?????? ???????? ???? ??????? ?????? ?? ??????? ????????? Prosilver
???? ??????? ?? ??????? ????????? ???? ?????? :

كود: تحديد الكل

<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
????? ?? ???????? ?? ??????? ???? ??????? ?? :

كود: تحديد الكل

<!-- IF postrow.U_QUOTE --><a class="controlbutton cb-quote" href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_QUOTE}</span></a><!-- ENDIF -->
??? ?? ???? ??? ?????? ?
??? ???? ?????[/b]

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: السبت أغسطس 21, 2010 3:07 pm
بواسطة gino
Zero_Cool كتب:???? ???? :
???? ?? ??? ?????? ??? ????? ??????
???? ??? ???????
???? ???? ????? ? ???????? ???? ?? ????? ???? ????? ???? ?? ??????? ???? ???????
????? ????? ?????? ?? ???? ????? ????? ??? ??? ????? ????????? ???? ????
?????? ?? ??????? ???? ?? ?? ??? ??????? ?????? ???????? ???? ??????? ?????? ?? ??????? ????????? Prosilver
???? ??????? ?? ??????? ????????? ???? ?????? :

كود: تحديد الكل

<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
????? ?? ???????? ?? ??????? ???? ??????? ?? :

كود: تحديد الكل

<!-- IF postrow.U_QUOTE --><a class="controlbutton cb-quote" href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_QUOTE}</span></a><!-- ENDIF -->
??? ?? ???? ??? ?????? ?
??? ???? ?????[/b]
????? ??? ..
?????? ?? ???? ?????? ?? ?? ????? ????? .. ??? ??? ????? ???? ?????? ?? ?? (????????) ?? ?? ???????? ???? ?? ???? ???? ? ???? ??? ?????? ??? ????? >>> <span>{L_QUOTE}</span>

????? ??? ??? ????? ..

كود: تحديد الكل

					<!-- 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 class="{postrow.THANKS_IMG}" href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}"></a><!-- ENDIF -->					
					<!-- ENDIF -->

???? ??? ..

??? ??? ??????? ?? ???????? ?????? 1.2.8

مرسل: السبت أغسطس 21, 2010 7:31 pm
بواسطة Zero_Cool
????? ??? ???????? ??? ??????
???? ?? ??? ?? ???????
?????? ???? ???? ??? .. ???? ??? ????? ??? ..
????? ?? ??? ????? ??? ?? ????? ...