صفحة 1 من 1

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

مرسل: السبت مارس 27, 2010 12:47 am
بواسطة gino
??? ???? ?????? ??????
?????? ????? ????? ???? ???????..

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

???? ????? ?????? ??????????.. ?????? ????? ??? ??????? ?????? ????? ???? phpbb3.0.7pl

???? ?????
صورة

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


///???? memberlist.php
???? :

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

		// Get group memberships
		// Also get visiting user's groups to determine hidden group memberships if necessary.
??? ??? ?? ??? ???? :

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

		// BEGIN latest_post_in_profile
		if(!function_exists('latest_post_in_profile'))
		{
			include($phpbb_root_path . 'includes/latest_post_in_profile.' . $phpEx);
		}
		latest_post_in_profile($user_id);
		// END latest_post_in_profile
		
		// BEGIN latest_topic_in_profile
		if(!function_exists('latest_topic_in_profile'))
		{
			include($phpbb_root_path . 'includes/latest_topic_in_profile.' . $phpEx);
		}
		latest_topic_in_profile($user_id);
		// END latest_topic_in_profile

///???? language/ar/memberlist.php
???? :

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

	'LAST_ACTIVE'				=> '??? ????',
??? ??? ?? ??? ???? :

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

	// BEGIN latest_post_in_profile
	'LATEST_POST'               => '??? ?????? ??',
	// END latest_post_in_profile
	// BEGIN latest_topic_in_profile
	'LATEST_TOPIC'               => '??? ?????',
	// END latest_topic_in_profile

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

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

					<!-- 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 -->
				</dd>
??? ??? ?? ??? ???? :

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

			<!-- IF S_UPOST -->
			<dt>{L_LATEST_POST}:</dt>
				<dd><strong><a href="{U_TOPIC}">{TOPIC_TITLE}</a></strong><br />{POST_TIME}</dd>
			<!-- ENDIF -->
???? :

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

			<!-- IF S_SHOW_ACTIVITY and POSTS -->
??? ??? ?? ??? ???? :

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

			<!-- IF S_UTOPIC -->
			<dt>{L_LATEST_TOPIC}:</dt>
				<dd><strong><a href="{U_TOPIC_TOPIC}">{TOPIC_TITLE_TOPIC}</a></strong><br />{POST_TIME_TOPIC}</dd>
			<!-- ENDIF -->
??? ??????? ???????? ???????? ??? ?????? :

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

root/includes/latest_post_in_profile.php
root/includes/latest_topic_in_profile.php
?? ???? ???????..


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