أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

تغير حجم الرمزيه في الملف الشخصي


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif [مجابه] تغير حجم الرمزيه في الملف الشخصي
  22-11-2011 10:47 صباحاً  
ميدو المصري
معلومات الكاتب
اتفضل ياصديقي هذا القالب المود لدي ممكن تعدله لي عشان صراحه انا مش عاوز ابوظ اي حاجه
CODE
	   <table align="center" border="0" cellspacing="1" width="98%">
    <tr>
    <td valign=&#39;top&#39;>
    <!-- MAIN TABLE -->
	   <div class=&#39;pp-name&#39;>
		  <table cellpadding=&#39;0&#39; cellspacing=&#39;0&#39; width=&#39;100%&#39;>
		  <tr>
			 <td width=&#39;1%&#39;>
{if {$_CONF[&#39;info_row&#39;][&#39;allow_avatar&#39;]}}
{if {$MemberInfo[&#39;avater_path&#39;]} != &#39;&#39;}
<a class="UserPhotoLink" href="index.php?page=profile&amp;show=1&amp;id={$MemberInfo[&#39;id&#39;]}">
<img src="{$MemberInfo[&#39;avater_path&#39;]}" alt="Photo" class="UserPhoto UserPhoto_large">
</a>
{else}
<a class="UserPhotoLink" href="index.php?page=profile&amp;show=1&amp;id={$MemberInfo[&#39;id&#39;]}">
<img src="{$image_path}/
{$_CONF[&#39;info_row&#39;][&#39;default_avatar&#39;]}" class="UserPhoto UserPhoto_large">
</a>
{/if}
{/if}
			 </td>
			 <td width=&#39;98%&#39; style=&#39;padding-left:30px&#39;>
 <h3 style=&#39;font-size:20px&#39;>&nbsp; {$MemberInfo[&#39;username_style_cache&#39;]}</h3>
{if {$GroupInfo[&#39;usertitle_change&#39;]} == &#39;1&#39;}
&nbsp;&nbsp; <strong>{$Usertitle}</strong>
{else}
&nbsp;&nbsp;<strong>{$MemberInfo[&#39;user_title&#39;]}</strong>
{/if}


&nbsp;&nbsp;{$status}
			 </td>

		  </tr>
		  </table>
	   </div>

	   

	   <!-- My Stuff -->
	   <div class=&#39;pp-tabwrap&#39;>
			 <div class=&#39;pp-taboff&#39; id=&#39;pp-content-visitor_messages&#39;>{$lang[&#39;Visitor_Messages_pp&#39;]}</div>
			 <div class=&#39;pp-taboff&#39; id=&#39;pp-content-tab-information&#39;>{$lang[&#39;About_Me&#39;]}</div>
			 <div class=&#39;pp-taboff&#39; id=&#39;pp-content-tab-friends&#39;>{$lang[&#39;friends_list&#39;]}</div>
			 <div class=&#39;pp-taboff&#39; id=&#39;pp-content-tab-static&#39;>{$lang[&#39;static&#39;]}</div>
	   </div>

	    <div id=&#39;visitor_messages_table&#39; class=&#39;pp-contentbox-back&#39;>
	   <div class="pp-tabclear">{$lang[&#39;Visitor_Messages_pp&#39;]}</div>
	   <div class="borderwrap">
			 {template}visitor_messag{/template}
		  </div>
	   </div>
	   <div id=&#39;information_table&#39; class=&#39;pp-contentbox-back&#39;>
	   <div class="pp-tabclear">{$lang[&#39;About_Me&#39;]}</div>
	   <div class="borderwrap">
			 <table border="0" width="100%" cellspacing="1" cellpadding="0">
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;Nickusername&#39;]}
	    {$MemberInfo[&#39;username&#39;]}
	   </td>
			 </tr>
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;usergroup&#39;]}
	   {$MemberInfo[&#39;usergroup&#39;]}
	   </td>
			 </tr>
			 <tr>
				<td class="row1" width="20%">
{if {$GroupInfo[&#39;usertitle_change&#39;]} == &#39;1&#39;}
    {$Usertitle}
{else}
    {if !{$MemberInfo[&#39;user_title&#39;]}}
    {$GroupInfo[&#39;user_title&#39;]}
    {else}
    {$MemberInfo[&#39;user_title&#39;]}
    {/if}
{/if}
	   </td>
			 </tr>
			 <tr>
				<td class="row1" width="20%">
{$lang[&#39;register&#39;]} : {$MemberInfo[&#39;register_date&#39;]}
    </td>
</tr>
{if {$MemberInfo[&#39;bday_year&#39;]} != &#39;&#39;}
{if {$MemberInfo[&#39;bday_year&#39;]} != &#39;0&#39;}
<tr>
<td class="row1" width="20%">{$lang[&#39;Birth_date&#39;]} :
{$MemberInfo[&#39;bday_day&#39;]}-{$MemberInfo[&#39;bday_month&#39;]}-{$MemberInfo[&#39;bday_year&#39;]}
</td>
</tr>
{/if}
{/if}
{if !empty({$MemberInfo[&#39;user_country&#39;]})}
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;user_country&#39;]} :
	   {$MemberInfo[&#39;user_country&#39;]}
	   </td>
			 </tr>{/if}
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;user_gender&#39;]} :
	    {if {$MemberInfo[&#39;user_gender&#39;]} == &#39;m&#39;}
		   <img title="{$lang[&#39;gender_m&#39;]}"
		   src="{$image_path}/gender_male.gif" />
		   {else}
		  <img title="{$lang[&#39;gender_f&#39;]}"
		  src=&#39;{$image_path}/gender_female.gif&#39;>
		 {/if}
	   </td>
			 </tr>{if !empty({$MemberInfo[&#39;user_website&#39;]}) and {$MemberInfo[&#39;user_website&#39;]} != &#39;http://&#39;}
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;user_website&#39;]} :
	   <a target="_blank" href="{$MemberInfo[&#39;user_website&#39;]}">{$lang[&#39;Visit_my_website&#39;]}</a>
	   </td>
			 </tr>{/if}
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;user_time&#39;]} :
				<font class="smallfont">
	   {$MemberInfo[&#39;user_time&#39;]}
	   </font>
	   </td>
			 </tr>
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;IsOnline&#39;]} :
	  {$status}
	   </td>
			 </tr>
	  {if {$MemberInfo[&#39;user_info&#39;]} !=&#39;&#39;}
    <tr>
	   <td width="100%" class="row1" align="right">
    <fieldset>
	   <legend>{$lang[&#39;information_About&#39;]}
	   {$MemberInfo[&#39;username&#39;]}</legend>
<?php echo $PowerBB->_CONF[&#39;template&#39;][&#39;MemberInfo&#39;][&#39;user_info&#39;] = wordwrap($PowerBB->_CONF[&#39;template&#39;][&#39;MemberInfo&#39;][&#39;user_info&#39;], &#39;70&#39;, "\n", true); ?>
    </fieldset>
	   </td>
    </tr>
    {/if}

</table>
		  </div>
	   </div>
	    <div id=&#39;friends_table&#39; class=&#39;pp-contentbox-back&#39;>
	   <div class="pp-tabclear">{$lang[&#39;friends_list&#39;]}</div>
	   <div class="borderwrap">
 {if {$_CONF[&#39;info_row&#39;][&#39;active_friend&#39;]} == &#39;1&#39;}
<table align="center" border="0" cellspacing="1" width="98%">
  <tr>
    <td width="60%" class="tcat" colspan="1">
{$lang[&#39;friends&#39;]}
{$MemberInfo[&#39;username&#39;]}
    </td>
  </tr>
   <tr>
    <td width="60%" class="row1">
	   {if {$No_Friends}}
	  {$lang[&#39;nofriends&#39;]}
	 {/if}
    {Des::while}{FriendsList}
{if {$_CONF[&#39;info_row&#39;][&#39;rewriterule&#39;]} == &#39;1&#39;}
<a href="u{$FriendsList[&#39;userid_friend&#39;]}.html">
{else}
<a href="index.php?page=profile&amp;show=1&amp;id={$FriendsList[&#39;userid_friend&#39;]}">
{/if}
{$FriendsList[&#39;username_friend&#39;]}</a> ,
{/Des::while}
    </td>
	   </tr>
	   <tr>
<td class="row1" align="left">
{if {$edit_friend}}
<a href="index.php?page=usercp&options=1&friends=1&main=1">
{$lang[&#39;edit_friend&#39;]}
</a>
{/if}
		  </td>
  </tr>

</table>
{/if}


		  </div>
	   </div>

	    <div id=&#39;static_table&#39; class=&#39;pp-contentbox-back&#39;>
	   <div class="pp-tabclear">{$lang[&#39;static&#39;]}</div>
	   <div class="borderwrap">
<table align="center" border="0" cellspacing="1" width="98%">
<tr>
	   <td width="100%" class="row1" align="right">
<?php $PowerBB->_CONF[&#39;template&#39;][&#39;LastSubject&#39;][&#39;title&#39;] = $PowerBB->functions->CleanVariable($PowerBB->_CONF[&#39;template&#39;][&#39;LastSubject&#39;][&#39;title&#39;],&#39;html&#39;); ?>
<?php $PowerBB->_CONF[&#39;template&#39;][&#39;LastSubject&#39;][&#39;title&#39;] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF[&#39;template&#39;][&#39;LastSubject&#39;][&#39;title&#39;]); ?>

	   {if {$MemberInfo[&#39;posts&#39;]} == &#39;0&#39;}
	  {$lang[&#39;user_no_subject&#39;]}
	   {else}
	  {$lang[&#39;user_last_subject&#39;]}
		    <a href="index.php?page=topic&amp;show=1&amp;id={$LastSubject[&#39;id&#39;]}">{$LastSubject[&#39;title&#39;]}</a>
	   {/if}
	   </td>
    </tr>
    <tr>
	   <td width="100%" class="row1" align="right">
<?php $PowerBB->_CONF[&#39;template&#39;][&#39;LastReply&#39;][&#39;title&#39;] = $PowerBB->functions->CleanVariable($PowerBB->_CONF[&#39;template&#39;][&#39;LastReply&#39;][&#39;title&#39;],&#39;html&#39;); ?>
<?php $PowerBB->_CONF[&#39;template&#39;][&#39;LastReply&#39;][&#39;title&#39;] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF[&#39;template&#39;][&#39;LastReply&#39;][&#39;title&#39;]); ?>

	   {if {$MemberInfo[&#39;posts&#39;]} == &#39;0&#39;}
{$lang[&#39;user_no_reply&#39;]}
	   {else}
{$lang[&#39;last_reply_in&#39;]}
  <a href="index.php?page=topic&amp;show=1&amp;id={$LastReply[&#39;id&#39;]}#{$LastReply[&#39;reply_id&#39;]}">{$LastReply[&#39;title&#39;]}</a>
	   {/if}
	   </td>
    </tr>
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;visitor_num&#39;]} :
	   {$MemberInfo[&#39;visitor&#39;]}
	   </td>
			 </tr>
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;user_invite&#39;]}
	  {$MemberInfo[&#39;invite_num&#39;]}
	    </td>
			 </tr>
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;user_reputation&#39;]} :
	   {if {$MemberInfo[&#39;reputation&#39;]} == &#39;0&#39;}
	   0
	   {else}
	  {$MemberInfo[&#39;reputation&#39;]}
	   {/if}
	   </td>
			 </tr><!-- start_writer_info_thanks -->
			 <tr>
				<td class="row1" width="20%">
{if {$_CONF[&#39;info_row&#39;][&#39;post_thanks_show_stats_writer_info&#39;]} == &#39;1&#39;}
<?php
$userid =	$PowerBB->_CONF[&#39;template&#39;][&#39;MemberInfo&#39;][&#39;id&#39;];
$user_thanks_nm = $PowerBB->DB->sql_num_rows($PowerBB->DB->sql_query("SELECT id FROM " . $PowerBB->prefix."post_thanks" . " WHERE thanks_user_id=&#39;$userid&#39;"));
?>
{$lang[&#39;addons&#39;][&#39;Thanked&#39;]}
<?php echo $user_thanks_nm ?>
{/if}
	   </td>
			 </tr>
<!-- end_writer_info_thanks -->
{if {$MemberInfo[&#39;warnings&#39;]} != &#39;0&#39; && $MemberInfo[&#39;warnings&#39;] != &#39;&#39;}
			 <tr>
				<td class="row1" width="20%">{$lang[&#39;user_warnings&#39;]} :
	{$MemberInfo[&#39;warnings&#39;]}
    </td>
			 </tr>{/if}
    <tr>
	   <td width="100%" class="row1" align="right">
{$lang[&#39;user_lastvisit&#39;]} :
	   (<?php echo $PowerBB->_CONF[&#39;template&#39;][&#39;MemberInfo&#39;][&#39;lastvisit&#39;] = $PowerBB->functions->date($PowerBB->_CONF[&#39;template&#39;][&#39;MemberInfo&#39;][&#39;lastvisit&#39;]); ?>)
			 </td>
    </tr>
    {if {$MemberInfo[&#39;edit_member&#39;]}}
    <tr>
	  <td width="100%" class="row1" align="right">
	  <a target="_blank" href="admin.php?page=member&edit=1&main=1&amp;id={$MemberInfo[&#39;id&#39;]}">
	  {$lang[&#39;edit_member_data&#39;]}
	  {$MemberInfo[&#39;username&#39;]}
	  </a>
	  </td>
    </tr>
{/if}
{if {$_CONF[&#39;info_row&#39;][&#39;active_friend&#39;]} == &#39;1&#39;}
{if {$dont_shwo_friend} == 3}
{if {$is_friend} == 1}
    <tr>
	  <td width="100%" class="row1" align="right">

<a href="index.php?page=usercp&amp;options=1&amp;friends=1&amp;del=1&amp;id={$friendship_id}">

{$lang[&#39;remove_friend_1&#39;]}
{$MemberInfo[&#39;username&#39;]}
{$lang[&#39;remove_friend_2&#39;]}</a>
	  </td>
    </tr>
{elseif {$is_friend} == 2}
    <tr>
	  <td width="100%" class="row1" align="right">
<a href="index.php?page=usercp&amp;options=1&amp;friends=1&amp;add=1&amp;username_friend={$MemberInfo[&#39;username&#39;]}">
    {$lang[&#39;add_friend_1&#39;]}
{$MemberInfo[&#39;username&#39;]}
{$lang[&#39;add_friend_2&#39;]}</a>
	  </td>
    </tr>
{/if}
{/if}
{/if}
    {if {$MemberInfo[&#39;Warnings&#39;]}}
    <tr>
	   <td width="100%" class="row1" align="right">
	   <a href="index.php?page=warn&amp;index=1&amp;id={$MemberInfo[&#39;id&#39;]}">
	   {$lang[&#39;user_send_warning&#39;]}
	   {$MemberInfo[&#39;username&#39;]}
	   </a>
	   </td>
    </tr>
 {/if}

    {if {$_CONF[&#39;group_info&#39;][&#39;onlinepage_allow&#39;]} == 1}
    {if {$Location[&#39;user_location&#39;]}}
    <tr>
	   <td width="100%" class="row1" align="right">
	   {$lang[&#39;user_location_&#39;]}
	   <a target="_blank" href="index.php?{$Location[&#39;path&#39;]}">{$Location[&#39;user_location&#39;]}</a>
	   </td>
    </tr>
    {/if}
    {/if}
    <tr>
	   <td width="100%" class="row1" align="right">
    <fieldset>
	   <legend>{$lang[&#39;send_a_message_to&#39;]}
	    {$MemberInfo[&#39;username&#39;]}</legend>
		   <a href="index.php?page=pm_send&amp;send=1&amp;index=1&amp;username={$MemberInfo[&#39;username&#39;]}">
		   {$lang[&#39;send_a_private_message_to&#39;]}
		   {$MemberInfo[&#39;username&#39;]}
		   </a>
<?php if (!$PowerBB->_CONF[&#39;template&#39;][&#39;MemberInfo&#39;][&#39;send_allow&#39;]== 0 OR $PowerBB->_CONF[&#39;template&#39;][&#39;_CONF&#39;][&#39;rows&#39;][&#39;group_info&#39;][&#39;admincp_allow&#39;]) {  ?>

	    <a href="index.php?page=send&amp;member=1&amp;index=1&amp;id={$MemberInfo[&#39;id&#39;]}">
	   {$lang[&#39;send_a_message_to_the_mailing&#39;]}
	    {$MemberInfo[&#39;username&#39;]}
	    </a>
{/if}
</fieldset>
	   </td>
    </tr>
    <tr>
	   <td width="100%" class="row1" align="right">
    <fieldset>
	   <legend>{$lang[&#39;user_subjects_and_replys&#39;]}</legend>
{$lang[&#39;posts&#39;]} :
	   {$MemberInfo[&#39;posts&#39;]}

		  <a href="index.php?page=search&option=3&amp;username={$MemberInfo[&#39;username&#39;]}&starteronly=0&section=all&exactname=1&sort_order=DESC">
		   {$lang[&#39;user_search_subjects&#39;]}
		   {$MemberInfo[&#39;username&#39;]} </a> 
		    <a href="index.php?page=search&option=4&amp;username={$MemberInfo[&#39;username&#39;]}&starteronly=0&section=all&exactname=1&sort_order=DESC">
		    {$lang[&#39;user_search_replys&#39;]}
		    {$MemberInfo[&#39;username&#39;]} </a>
</fieldset>
	   </td>
    </tr>
{if {$_CONF[&#39;rows&#39;][&#39;member_row&#39;][&#39;username&#39;]} == {$MemberInfo[&#39;username&#39;]}}
    <tr>
	   <td width="100%" class="row1" align="right">
		  <fieldset>
	   <legend>{$lang[&#39;inviteyuorfrinds&#39;]}</legend>
	   <font class="smallfont">
{$lang[&#39;linkinviteit&#39;]}    
<input name="linkinviteit" value="<?php echo $PowerBB->functions->GetForumAdress() ?>register.html&agree=1&invite={$MemberInfo[&#39;id&#39;]}" size="80" type="text" dir="ltr">
</font>
    </fieldset>
	   </td>
    </tr>
 {/if}
</table>
</div>
	   </div>
	   <!-- / My Stuff -->
    <!-- / MAIN TABLE -->
    </td>
    </tr>
    </table>
<script type=&#39;text/javascript&#39;>
function ShowstuffVisitorMessagesTable()
{

    if ($("#pp-content-visitor_messages").click)
    {
	   $("#visitor_messages_table").fadeIn();
	   $("#friends_table").hide();
	   $("#information_table").hide()
	   $("#static_table").hide()
	  document.getElementById(&#39;pp-content-visitor_messages&#39;).className="pp-tabon";
	  document.getElementById(&#39;pp-content-tab-friends&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-information&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-static&#39;).className="pp-taboff";

    }
    else
    {
	   $("#visitor_messages_table").fadeOut();
    }
}


function ShowstuffInformationTable()
{
    if ($("#pp-content-tab-information").click)
    {
	   $("#static_table").hide()
	   $("#information_table").fadeIn();
	   $("#visitor_messages_table").hide();
	   $("#friends_table").hide();
	  document.getElementById(&#39;pp-content-tab-information&#39;).className="pp-tabon";
	  document.getElementById(&#39;pp-content-visitor_messages&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-friends&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-static&#39;).className="pp-taboff";

    }
    else
    {
	   $("#information_table").fadeOut();
    }

}
function ShowstuffFriendsTable()
{

    if ($("#pp-content-tab-friends").click)
    {
	   $("#friends_table").fadeIn();
	   $("#visitor_messages_table").hide();
	   $("#information_table").hide();
	   $("#static_table").hide()

	  document.getElementById(&#39;pp-content-tab-friends&#39;).className="pp-tabon";
	  document.getElementById(&#39;pp-content-visitor_messages&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-information&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-static&#39;).className="pp-taboff";

    }
    else
    {
	   $("friends_table").fadeOut();

    }
}

function ShowstuffStaticTable()
{

    if ($("#pp-content-tab-static").click)
    {
	   $("#static_table").fadeIn();
	   $("#friends_table").hide();
	   $("#information_table").hide()
	   $("#visitor_messages_table").hide();

	  document.getElementById(&#39;pp-content-tab-static&#39;).className="pp-tabon";
	  document.getElementById(&#39;pp-content-visitor_messages&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-friends&#39;).className="pp-taboff";
	  document.getElementById(&#39;pp-content-tab-information&#39;).className="pp-taboff";

    }
    else
    {
	   $("#static_table").fadeOut();
    }
}

function Ready()
{

    $("#pp-content-visitor_messages").click(ShowstuffVisitorMessagesTable);
    document.getElementById(&#39;pp-content-visitor_messages&#39;).className="pp-tabon";

    $("#pp-content-tab-information").click(ShowstuffInformationTable);
    $("#information_table").hide();

    $("#pp-content-tab-friends").click(ShowstuffFriendsTable);
    $("#friends_table").hide();

	$("#pp-content-tab-static").click(ShowstuffStaticTable);
    $("#static_table").hide();

}
$(document).ready(Ready);
</script>



الساعة الآن 12:44 AM