المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Posbit legacy خفيف انيق معرب وذو شكل جميل :: من شركة سيمو لخدمات الويب



loulou ange
10-30-2013, بتوقيت غرينيتش 11:17 PM
http://www.dzbatna.com/images/icons/icon30.gif Posbit legacy ط®ظپظٹظپ ط§ظ†ظٹظ‚ ظ…ط¹ط±ط¨ ظˆط°ظˆ ط´ظƒظ„ ط¬ظ…ظٹظ„ :: ظ…ظ† ط´ط±ظƒط© ط³ظٹظ…ظˆ ظ„ط®ط¯ظ…ط§طھ ط§ظ„ظˆظٹط¨ (http://www.dzbatna.com/t2100181/)





السلام عليكم ورحمة الله وبركاته

[ اسم المنتج plugin ] :Posbit legacy
[ وصف المنتج plugin ] : قالب template خاص لعرض معلومات العضو داخل الموضوع بشكل انيق
[ يتوافق مع اي اصدار ] : 4.2
[ موقع مبرمج الهاك product ] :Simple Posbit legacy - فيبويلتن في بي vBulletin.org Forum (http://www.vbulletin.org/forum/showthread.php?t=277625)
[ موقع معرب الهاك product ] :سيمو - لخدمات الويب المتكامله - الصفحة الرئيسية (http://sd-dv.com/)



السلام عليكم ورحمة الله وبركاته
جلبت لكم بوست حلو وخفيف انيق وقمت بتعريب لكم ان شاء الله ينال اعجابكم احبتي

صوره للقالب template

http://www.dzbatna.com/attachments/645952d1338549177-01-06-2014-02-06-58-ظ….png




التركيب install
افتح قالب template
postbit.css
اضف اخره
رمز PHP:

<code style="white-space:nowrap"> <code> .postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle .imlinks {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
.postbit_reputation {float:none; text-align:center;}
.postbitlegacy .imlinks {float:none; text-align:center;}

.postbitlegacy .userinfo .userinfo_extra,
.postbit .userinfo .userinfo_extra,
.postbit .userinfo_noavatar .userinfo_extra {
color: #424242;
font-size: 11px;
font-family: Trebuchet MS, Geneva;

}

.postbitlegacy dl.userinfo_extra dd,
.postbitlegacy dl.user_rep dd,
.postbit .userinfo_extra dl dd {
border-bottom: 1px solid #dddddd;
padding: 0px 0px;
}

.postbitlegacy dl.userinfo_extra dd,
.postbitlegacy dl.user_rep dd,
.postbit .userinfo_extra dl dd,
.postbit .userinfo_extra dl dt {
padding: 4px 0px;
}

.postbitlegacy dl.userinfo_extra dt,
.postbitlegacy dl.user_rep dt {
padding: 4px 0px;
}

.postbitlegacy dl.userinfo_extra dd:last-child,
.postbitlegacy dl.user_rep dd:last-child,
.postbit .userinfo_extra dl dd:last-child,
.postbit .userinfo_extra dl dt:last-child {
border-bottom: none;
}


a.postuseravatar img,.primary img{border:1px solid #D5D5D5;background:white;padding:4px;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);box-shadow:0px 2px 2px rgba(0,0,0,0.1);border-image:initial;}
a.postuseravatar img:hover,.primary img:hover{border:1px solid #7D7D7D;-moz-box-shadow:0px 0px 5px #999;-webkit-box-shadow:0px 0px 5px #999;box-shadow:0px 0px 5px #999;}
</code> </code>

ثم قم بفتح قالب template



postbit_legacy
واضف فيه
رمز PHP:

<code style="white-space:nowrap"> <code> {vb:raw template_hook.postbit_start}
<li class="postbitlegacy postbitim postcontainer {vb:raw post.statusicon}" id="post_{vb:raw post.postid}">
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->

<div class="posthead">
<span class="postdate {vb:raw post.statusicon}">
<vb:if condition="$show&#91;'announcement'&#93;">
<span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
<vb:else />
<span class="date">{vb:raw post.postdate}<vb:if condition="!$show&#91;'detailedtime'&#93;">,&nbsp;<span class="time">{vb:raw post.posttime}</span></vb:if></span>
</vb:if>
</span>
<span class="nodecontrols">
<vb:if condition="$post&#91;'postid'&#93; AND $post&#91;'threadid'&#93; AND !$show&#91;'moderated'&#93;">
<a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="<vb:if condition="$show&#91;'inlinemod'&#93;">ie</vb:if>postcounter">#{vb:raw post.postcount}</a><a id="postcount{vb:raw post.postid}" name="{vb:raw post.postcount}"></a>
</vb:if>
<vb:if condition="$show&#91;'moderated'&#93;"><a name="post{vb:raw post.postid}"></a>{vb:rawphrase moderated_post}</vb:if>
<vb:if condition="$show&#91;'inlinemod'&#93;">
<label for="post_imod_checkbox_{vb:raw post.postid}"><input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist&#91;{vb:raw post.postid}&#93;" value="{vb:raw post.checkbox_value}" /></label>
</vb:if>
</span>
</div>
<div class="postdetails">
<div class="userinfo">
<div class="username_container">
<vb:if condition="$post&#91;'userid'&#93;">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span> {vb:raw post.onlinestatus}
</vb:if>
</div>
<span class="usertitle">
{vb:raw post.usertitle}
</span>
<vb:if condition="$post&#91;'rank'&#93;">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show&#91;'reputation'&#93;">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
<vb:each from="reputationdisplay" value="row">
<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
</vb:each>
</span>
</vb:if>
<vb:if condition="$show&#91;'avatar'&#93;">
<div class="usercenter">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post&#91;'onlinestatusphrase'&#93;}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</div>
</vb:if>
<vb:if condition="$post&#91;'userid'&#93;">
<hr />
<dl class="userinfo_extra">
<vb:if condition="$post&#91;'joindate'&#93;"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>

<vb:if condition="$post&#91;'age'&#93;"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
<dt>رقم العضويه</dt><dd> {vb:raw post.userid}</dd>
<dt>الحاله</dt><dd> {vb:raw post.onlinestatus}</dd>
<dt>الاعجاب</dt><dd> {vb:raw post.vbseo_likes_in}times</dd>


<dd>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
<vb:if condition="$show&#91;'infraction'&#93; OR $show&#91;'reppower'&#93;">
<dl class="user_rep">
<vb:if condition="$show&#91;'infraction'&#93;">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
<vb:if condition="$show&#91;'reputation'&#93;">
<vb:if condition="$show&#91;'reppower'&#93;">
<dt>{vb:rawphrase reppower}</dt>
<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</vb:if>
</vb:if>
</dl>
</vb:if>
{vb:raw template_hook.postbit_userinfo_right}
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
</div>
<div class="postbody">
<div class="postrow<vb:if condition="$show&#91;'postedited'&#93; || $post&#91;'signature'&#93;"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}


<vb:if condition="$post&#91;'isfirstshown'&#93;">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post&#91;'islastshown'&#93;">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$show&#91;'first_ad'&#93; OR $show&#91;'last_ad'&#93;"> hasad</vb:if>">
<div id="post_message_{vb:raw post.postid}">
<blockquote class="postcontent restore ">
{vb:raw post.message}
</blockquote>
</div>

<vb:if condition="$show&#91;'attachments'&#93;">
<div class="attachments">

<vb:if condition="$show&#91;'thumbnailattachment'&#93;">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_thumbnails}" /> {vb:rawphrase attached_thumbnails}</legend>
{vb:raw post.thumbnailattachments}
</fieldset>
</vb:if>

<vb:if condition="$show&#91;'imageattachment'&#93;">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
{vb:raw post.imageattachments}
</fieldset>
</vb:if>

<vb:if condition="$show&#91;'imageattachmentlink'&#93;">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_images}" /> {vb:rawphrase attached_images}</legend>
<ul>
{vb:raw post.imageattachmentlinks}
</ul>
</fieldset>
</vb:if>

<vb:if condition="$show&#91;'otherattachment'&#93;">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attached_files}" /> {vb:rawphrase attached_files}</legend>
<ul>
{vb:raw post.otherattachments}
</ul>
</fieldset>
</vb:if>

<vb:if condition="$show&#91;'moderatedattachment'&#93;">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" alt="{vb:rawphrase attachments_pending_approval}" /> {vb:rawphrase attachments_pending_approval}</legend>
<ul>
{vb:raw post.moderatedattachments}
</ul>
</fieldset>
</vb:if>

</div>
<!-- / attachments -->
</vb:if>
</div>
</div>
<vb:if condition="$show&#91;'postedited'&#93; || $post&#91;'signature'&#93;">
<div class="after_content">
<vb:if condition="$show&#91;'postedited'&#93;">
<!-- edit note -->
<blockquote class="postcontent lastedited">
<vb:if condition="$show&#91;'postedithistory'&#93;">
{vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
{vb:raw post.edit_time}, {vb:raw post.historyurl}}
<vb:else />
{vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
</vb:if>
<vb:if condition="$post&#91;'edit_reason'&#93;">
<span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
</vb:if>
</blockquote>
<!-- / edit note -->
</vb:if>
{vb:raw template_hook.postbit_signature_start}
<vb:if condition="$post&#91;'isfirstshown'&#93;">
{vb:raw ad_location.ad_showthread_firstpost_sig}
</vb:if>
<vb:if condition="$post&#91;'signature'&#93;">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
</vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
<div class="cleardiv"></div>
</div>
</div>
<div class="postfoot">
<!-- <div class="postfoot_container"> -->
<div class="textcontrols floatcontainer">
<span class="postcontrols">
<img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
<vb:if condition="$post&#91;'editlink'&#93;">
<a class="editpost" href="{vb:raw post.editlink}" name="في بي vB::QuickEdit::{vb:raw post.postid}" title="{vb:rawphrase edit_delete_message}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
<vb:if condition="THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'"><span class="seperator">&nbsp;</span></vb:if>
</vb:if>
<vb:if condition="$show&#91;'quickreply'&#93; AND !$show&#91;'threadedmode'&#93;">
<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}&amp;noquote=1" rel="nofollow" title="{vb:rawphrase quick_reply_to_this_message}"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
<span class="seperator">&nbsp;</span>
</vb:if>
<vb:if condition="$post&#91;'replylink'&#93;">
<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow" title="{vb:rawphrase reply_with_quote}"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> <vb:if condition="$post&#91;'forwardlink'&#93;">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a>
<vb:if condition="$show&#91;'multiquote_post'&#93;"><span class="seperator">&nbsp;</span></vb:if>
</vb:if>
<vb:if condition="$show&#91;'multiquote_post'&#93;">
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}" title="{vb:rawphrase multi_quote_this_message}"><img id="mq_image_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase multi_quote_this_message}" />&nbsp;</a>
</vb:if>
</span>
<span class="postlinking">
<vb:if condition="!$post&#91;'forwardlink'&#93; && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
<vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
<a href="{vb:raw promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator">&nbsp;</span>
</vb:if>
</vb:if>

{vb:raw template_hook.postbit_controls}
{vb:raw post.iplogged}
<vb:if condition="$post&#91;'forwardlink'&#93;">
<a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
<vb:if condition="$show&#91;'reputationlink'&#93; OR $show&#91;'infractionlink'&#93; OR $show&#91;'moderated'&#93; OR $show&#91;'spam'&#93; OR $show&#91;'deletedpost'&#93; OR $show&#91;'redcard'&#93; OR $show&#91;'yellowcard'&#93;"><span class="seperator">&nbsp;</span></vb:if>
</vb:if>
<vb:if condition="$show&#91;'reputationlink'&#93;">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&amp;p={vb:raw post.postid}" title="{vb:rawphrase add_reputation}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" /> -->&nbsp;</a></span>
</vb:if>

<vb:if condition="$show&#91;'infractionlink'&#93;">
&nbsp;<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> &nbsp;</a> &nbsp;
</vb:if>
<vb:if condition="$show&#91;'reportlink'&#93;">
&nbsp;<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> -->&nbsp;</a> &nbsp;
</vb:if>

<vb:if condition="$show&#91;'moderated'&#93;">
<img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
</vb:if>
<vb:if condition="$show&#91;'spam'&#93;">
<img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
</vb:if>
<vb:if condition="$show&#91;'deletedpost'&#93;">
<vb:if condition="$show&#91;'managepost'&#93;">
<a class="deleted" href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions&#91;'vbforum_url'&#93;", '/', ''}postings.php?{vb:raw session.sessionurl}do=managepost&amp;p={vb:raw post.postid}" title="{vb:rawphrase manage}">&nbsp;</a>
<vb:else />
<img class="deleted_nolink" class="inlineimage" src="{vb:stylevar imgdir_button}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
</vb:if>
</vb:if>
<vb:if condition="$show&#91;'redcard'&#93;">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> &nbsp;</a>
<vb:elseif condition="$show&#91;'yellowcard'&#93;" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> &nbsp;</a>
</vb:if>
<vb:if condition="$post&#91;'api_platform'&#93;">
<vb:if condition="$post&#91;'api_platform_link'&#93;">
<a class="mobile mobile_{vb:raw post.api_platform}" href="{vb:raw post.api_platform_link}" rel="nofollow" title="{vb:rawphrase {vb:raw post&#91;'api_platform_link_title'&#93;}}">{vb:rawphrase {vb:raw post&#91;'api_platform_link_phrase'&#93;}}</a>
<vb:else />
<span class="mobile mobile_{vb:raw post.api_platform}">{vb:rawphrase {vb:raw post&#91;'api_platform_link_phrase'&#93;}}</span>
</vb:if>
</vb:if>
</span>
<!-- </div> -->
</div>
</div>
<hr />
</li>
{vb:raw template_hook.postbit_end}
</code> </code>

ثم افتح قالب template
postbit_onlinestatus
واضف فيه
رمز PHP:

<code style="white-space:nowrap"> <code> <vb:if condition="$onlinestatus==0"><font color="#424242">غير متصل</font></vb:if>
<vb:if condition="$onlinestatus==1"><font color="#006400"><b>متصل</b></font></vb:if>
<vb:if condition="$onlinestatus==2"><font color="#424242">مشغول</font></vb:if>
</code> </code>

مبروك عليكم

مع تحيات اخوكم حسام









التعديل الأخير كان بواسطة ! Semoo Jordan !; 01 - 06 - 2014 الساعة 17:02

ألعاب الأندرويد مجانا و حصريا (http://www.apotox.info/forum)

الملفات المرفقة
http://www.traidnt.net/vb/images/attach/txt.gif postbit_legacy.txt (http://www.traidnt.net/vb/attachments/645959d1338559308-postbit_legacy.txt) (18.0 كيلوبايت, عدد مرات المشاهدة 75 مرة)

http://www.traidnt.net/vb/images/attach/txt.gif postbit_onlinestatus.txt (http://www.traidnt.net/vb/attachments/645960d1338559308-postbit_onlinestatus.txt) (268 بايت, عدد مرات المشاهدة 59 مرة)

http://www.traidnt.net/vb/images/attach/txt.gif postbitcss.txt (http://www.traidnt.net/vb/attachments/645961d1338559345-postbitcss.txt) (1.7 كيلوبايت, عدد مرات المشاهدة 60 مرة)


https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

استعمل مربع البحث في الاسفل لمزيد من المواضيع


سريع للبحث عن مواضيع في المنتدى