[مجابه] طلب طريقة [تغير لون خلفية جدول-معلومات العضو بجدول ]

منتديات ستايلات phpBB3 والنقاش حول استايلات الجيل الثالث من phpBB وأيضاً حل مشاكل الاستايلات العامة

المشرفون: alhitary،طاقم الاستايلات

قوانين المنتدى
هذه الساحة للنقاش حول كيفية الاستايلات وليست لحل المشاكل المتعلقه بذلك، مشكلة الاستايل تطرح في موضوع الاستايل نفسه
صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

[?????] ??? ????? [???? ??? ????? ????-??????? ????? ????? ]

مشاركةبواسطة جواد النيل » الأحد سبتمبر 28, 2008 7:29 am

?????? ????? ????? ???? ???????
??? ??? ??????????? ?????? ?? ?? ??? ???? ?????
??? ???????
?? ?????? ???????? ??????? ???? 4 ????? ??? ???? ??[??? ????? - ??? ????????? - ??? ???????? - ??? ?????] ??? ???? ???? ?? ???? ?? ????? ??? ??????? ?? ?????? ????? ???????? ??? ????? ???? ?? ???? ????? ????? ???? ??? CSS
???????
http://up3.m5zn.com/get-9-2008-39w6m4ab5b4.jpg

???? ???????
??? ???? ???? ?? ?? ?? ??? ????? ?? ????? ??? ?? ?????? prosilver
???? ???? ????? ???? ??? ??? ???? ??????
???? ???? ?????? ??? ??? ???? ?????
?????


???? ???????
?? ???? ???????? ???? ??????? ????? ??? ???????
http://up3.m5zn.com/get-9-2008-buf791924aa.jpg
??? ???? ?????? ??? ????????? ????? ???? ???????
http://up3.m5zn.com/get-9-2008-5rlyku6smcl.jpg
???? ????? ??? ?? ????? ????? ???????? ??? ???? ?????? ???? ???? ??????? ???? ????? ???????? ??? ???? ??????? ????? ???? ????????? ????
???????
??? ???? ???? ????? ?? ???? ???? ??? ?????? ?? ????? ??? ?????? ????? ???????? ??? ???? ???? ?????? ???? ?? ???? ???????? ??? ??????? ?? ?????? ??? ??????
??????? ????
http://up3.m5zn.com/get-9-2008-4lta9rf3f5q.jpg
???? ???? ?? ???? ??????? ?? ???? ?? ????????? ???? ?????? ?? ?????? ??? ???? ?? ???? ??? ???? ??? ?????????
آخر تعديل بواسطة جواد النيل في السبت أكتوبر 04, 2008 4:24 am، تم التعديل مرة واحدة.
صورة




TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

??? ????? [???? ??? ????? ???? - ??? ??????? ????? ?? ???? ]

مشاركةبواسطة TheIlluminative » الأحد سبتمبر 28, 2008 3:24 pm

????????? ?????? ?? ??? forumlist_body.html? ???? ??:

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

			<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
			<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
			<td class="row2" align="center" nowrap="nowrap">
				<!-- IF forumrow.LAST_POST_TIME -->
				
													<!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a></p><!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a></p><!-- ENDIF -->

					<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
					<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
						<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
					</p>
				<!-- ELSE -->
					<p class="topicdetails">{L_NO_POSTS}</p>
				<!-- ENDIF -->
			</td>
			<td class="row2" align="center" nowrap="nowrap">
				<!-- IF forumrow.MODERATORS -->
					<p class="forumdesc"><strong></strong> {forumrow.MODERATORS}</p>
				<!-- ENDIF --></td></td>
		</tr>
??????? ??:

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

			<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
			<td class="row1" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
			<td class="row2" align="center" nowrap="nowrap">
				<!-- IF forumrow.LAST_POST_TIME -->
				
													<!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a></p><!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a></p><!-- ENDIF -->

					<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
					<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
						<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
					</p>
				<!-- ELSE -->
					<p class="topicdetails">{L_NO_POSTS}</p>
				<!-- ENDIF -->
			</td>
			<td class="row1" align="center" nowrap="nowrap">
				<!-- IF forumrow.MODERATORS -->
					<p class="forumdesc"><strong></strong> {forumrow.MODERATORS}</p>
				<!-- ENDIF --></td></td>
		</tr>
? ???? ?? ??? stylesheet.css ????? row1 ? row2 ??? ????.

????????? ??????? ?? ???? ????? ?????? ???? ???? ?? ????? ????? row1 ? row2 ?? ??? ?? CSS.

????????? ??????? ?? ??? viewtopic_body.html? ???? ??:

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

				<div class="postdetails">
					<!-- 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 postrow.S_HAS_HIGHSCORES --><br /><b>{L_ARCADE_HIGHSCORES}:</b> <a href="{postrow.U_ARCADE_STATS}">{postrow.TOTAL_HIGHSCORES}</a><!-- 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 -->
				</div>
??????? ??:

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

				<div class="postdetails">
					<!-- IF postrow.POSTER_JOINED --><br /><span><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<span><!-- ENDIF -->
					<!-- IF postrow.POSTER_POSTS != '' --><br /><span><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<span><!-- ENDIF -->
					<!-- IF postrow.POSTER_FROM --><br /><span><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<span><!-- ENDIF -->
					<!-- IF postrow.S_HAS_HIGHSCORES --><br /><span><b>{L_ARCADE_HIGHSCORES}:</b> <a href="{postrow.U_ARCADE_STATS}">{postrow.TOTAL_HIGHSCORES}</a><span><!-- 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 /><span><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}<span>
					<!-- ENDIF -->

					<!-- BEGIN custom_fields -->
						<br /><span><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}<span>
					<!-- END custom_fields -->
				</div>
? ?? ??? ?? CSS. ??? ??????:

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

div.postdetails span {
	display: block;
	width: 176px;
	height: 21px;
	margin: 3px;
	padding: 2px;
	border-bottom-color: #676767;
	border-right-color: #676767;
	border-left-color: #B3B3B3;
	border-top-color: #B3B3B3;
	background-color: #xxxxxx;
}
? ???? 'xxxxxx' ???? ??????? ???? ????.

??????? ???? ???? ??????? ?? ?????? ??? PHP ? ??????? IF ?? ????? ?? ?????? ???? ?? PHP ???? ???????? ???? ?????? ?

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

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

??? ????? [???? ??? ????? ???? - ??? ??????? ????? ?? ???? ]

مشاركةبواسطة TheIlluminative » الأحد سبتمبر 28, 2008 3:27 pm

????????? ?????? ?? ??? forumlist_body.html? ???? ??:

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

			<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
			<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
			<td class="row2" align="center" nowrap="nowrap">
				<!-- IF forumrow.LAST_POST_TIME -->
				
													<!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a></p><!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a></p><!-- ENDIF -->

					<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
					<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
						<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
					</p>
				<!-- ELSE -->
					<p class="topicdetails">{L_NO_POSTS}</p>
				<!-- ENDIF -->
			</td>
			<td class="row2" align="center" nowrap="nowrap">
				<!-- IF forumrow.MODERATORS -->
					<p class="forumdesc"><strong></strong> {forumrow.MODERATORS}</p>
				<!-- ENDIF --></td></td>
		</tr>
??????? ??:

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

			<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
			<td class="row1" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
			<td class="row2" align="center" nowrap="nowrap">
				<!-- IF forumrow.LAST_POST_TIME -->
				
													<!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a></p><!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><p class="topicdetails"><a style="font-weight: bold;" href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a></p><!-- ENDIF -->

					<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
					<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
						<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
					</p>
				<!-- ELSE -->
					<p class="topicdetails">{L_NO_POSTS}</p>
				<!-- ENDIF -->
			</td>
			<td class="row1" align="center" nowrap="nowrap">
				<!-- IF forumrow.MODERATORS -->
					<p class="forumdesc"><strong></strong> {forumrow.MODERATORS}</p>
				<!-- ENDIF --></td></td>
		</tr>
? ???? ?? ??? stylesheet.css ????? row1 ? row2 ??? ????.

????????? ??????? ?? ???? ????? ?????? ???? ???? ?? ????? ????? row1 ? row2 ?? ??? ?? CSS.

????????? ??????? ?? ??? viewtopic_body.html? ???? ??:

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

				<div class="postdetails">
					<!-- 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 postrow.S_HAS_HIGHSCORES --><br /><b>{L_ARCADE_HIGHSCORES}:</b> <a href="{postrow.U_ARCADE_STATS}">{postrow.TOTAL_HIGHSCORES}</a><!-- 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 -->
				</div>
??????? ??:

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

				<div class="postdetails">
					<!-- IF postrow.POSTER_JOINED --><br /><span><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<span><!-- ENDIF -->
					<!-- IF postrow.POSTER_POSTS != '' --><br /><span><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<span><!-- ENDIF -->
					<!-- IF postrow.POSTER_FROM --><br /><span><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<span><!-- ENDIF -->
					<!-- IF postrow.S_HAS_HIGHSCORES --><br /><span><b>{L_ARCADE_HIGHSCORES}:</b> <a href="{postrow.U_ARCADE_STATS}">{postrow.TOTAL_HIGHSCORES}</a><span><!-- 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 /><span><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}<span>
					<!-- ENDIF -->

					<!-- BEGIN custom_fields -->
						<br /><span><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}<span>
					<!-- END custom_fields -->
				</div>
? ?? ??? ?? CSS. ??? ??????:

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

div.postdetails span {
	display: block;
	width: 176px;
	height: 21px;
	margin: 3px;
	padding: 2px;
	border-bottom-color: #676767;
	border-right-color: #676767;
	border-left-color: #B3B3B3;
	border-top-color: #B3B3B3;
	background-color: #xxxxxx;
}
? ???? 'xxxxxx' ???? ??????? ???? ????.

??????? ???? ???? ??????? ?? ?????? ??? PHP ? ??????? IF ?? ????? ?? ?????? ???? ?? PHP ???? ???????? ???? ?????? ?

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

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

??? ????? [???? ??? ????? ???? - ??? ??????? ????? ?? ???? ]

مشاركةبواسطة جواد النيل » السبت أكتوبر 04, 2008 4:23 am

????? ?? TheIlluminative ??? ???????? ??? ?row ???? ??? ???? ????? ?? ??? ????? ?????? ?????? ??????? ????? ?????? ??? ????? ??php ??? ???? ???td ????? ??????? <-- --> ???????? ?? ???? ?????? ??? ??? ??? ?????? ???? ?????
??? ????? ????? ?????? ??? ????? ???? ??? ???????? ??? ???row ??? ????? ??????? ?????? ?????
???? ???
??? ???? ???? ??????? ??????? ?? ?????
?????? ????????
صورة

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

[?????] ??? ????? [???? ??? ????? ????-??????? ????? ????? ]

مشاركةبواسطة TheIlluminative » السبت أكتوبر 04, 2008 4:53 pm

??? ???? ???? ?????? ??? viewtopic_body.html.

? ??????? ????? ??????? ?? ?? ????? ???? ????? ???? ? ?? ??:

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

<!-- {code} -->
??? ??? ????? ??????? ?? ???? ??? ? ?? ??? ????? ????? ??? ??????. ???? ???? ?? ???? ??? ?? PHP ???? ?? ??? ?????? ?? ?????? ??? ???? ????? ???? ?????? ????? ??? ??? ???? ????? ??? ??????.

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

[?????] ??? ????? [???? ??? ????? ????-??????? ????? ????? ]

مشاركةبواسطة جواد النيل » السبت أكتوبر 04, 2008 7:47 pm

??? ???? ?????? ????? ?? ??? ?????
??? ????? ????? ??? ???? ???? ?????
???? ???? ???td ???? ??????


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

<!-- BEIGN -->
<td>
??????? ??????
<td/>
<!-- ENDIF -->
صورة

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

[?????] ??? ????? [???? ??? ????? ????-??????? ????? ????? ]

مشاركةبواسطة TheIlluminative » السبت أكتوبر 04, 2008 8:06 pm

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

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

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

[?????] ??? ????? [???? ??? ????? ????-??????? ????? ????? ]

مشاركةبواسطة جواد النيل » السبت أكتوبر 04, 2008 8:45 pm

??? ????? ???? ??? ???? ???? ???? ??? ?????? ?? ????????
هذة صورة للملف الشخصى لعضوين مختلفين
هذة صورة للملف الشخصى لعضوين مختلفين
forum.jpg (67.89 KiB) تمت المشاهدة 6759 مرةً
?????? ??? viewtopic_body.html ??? ??? ??? ?????? subsilver2 ???? ?? ????? ??
صورة

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

[?????] ??? ????? [???? ??? ????? ????-??????? ????? ????? ]

مشاركةبواسطة TheIlluminative » الاثنين أكتوبر 06, 2008 5:18 am

??? ??? ??? ??? subsilver2 ???????? ??? ??? ??????? ?????? ??? ??? ?? subsilver2 ???? ???? ?? ??? ?????? ? ???? ??? ??? ???? ??? stylesheet.css.

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

[?????] ??? ????? [???? ??? ????? ????-??????? ????? ????? ]

مشاركةبواسطة جواد النيل » الأربعاء أكتوبر 08, 2008 5:40 am

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


العودة إلى ”الاستايلات [ ×.3.0 ]“

الموجودون الآن

المتصفحون للمنتدى الآن: Bing [Bot] و 7 زوار