كيف اضع الصوره الشخصيه على الرئيسيه
3 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
كيف اضع الصوره الشخصيه على الرئيسيه
السلام عليكم
كيف اضع الصوره الشخصيه على الرئيسيه
يعني لو العضو سجل يشاهد صورته الشخصيه على الواجهه
مثل الفيسبوك
كيف اضع الصوره الشخصيه على الرئيسيه
يعني لو العضو سجل يشاهد صورته الشخصيه على الواجهه
مثل الفيسبوك
عدل سابقا من قبل رامي كاتي في الثلاثاء 12 مايو 2015 - 10:35 عدل 1 مرات
زائر- زائر
رد: كيف اضع الصوره الشخصيه على الرئيسيه
لا هذا مايعجبني....؟
ابغا الصوره على الواجهه مثل مركز الاعتمادات
زائر- زائر
رد: كيف اضع الصوره الشخصيه على الرئيسيه
بعد اذن المتدرب مودي
-----------
تفضل من هناء
http://www.ibda3araby.com/
واطلب الصورة الي تريدها
مع التوضيح طلبك
-----------
تفضل من هناء
http://www.ibda3araby.com/
واطلب الصورة الي تريدها
مع التوضيح طلبك
رد: كيف اضع الصوره الشخصيه على الرئيسيه
كي تعمل مثل المركز
لازملك تومبيلات :
و عليك اما انت تشتريها من مركز الاعتمادات او من اللوحة
و عندما تشتريها راسلني على الخاص اعطيك الكود
لازملك تومبيلات :
و عليك اما انت تشتريها من مركز الاعتمادات او من اللوحة
و عندما تشتريها راسلني على الخاص اعطيك الكود
رد: كيف اضع الصوره الشخصيه على الرئيسيه
لا انا ماطلبت تصميم.. انا طلبت كودstones كتب:بعد اذن المتدرب مودي
-----------
تفضل من هناء
http://www.ibda3araby.com/
واطلب الصورة الي تريدها
مع التوضيح طلبك
نعم اخي انا عندي تومبيلاتalaa2000 كتب:كي تعمل مثل المركز
لازملك تومبيلات :
و عليك اما انت تشتريها من مركز الاعتمادات او من اللوحة
و عندما تشتريها راسلني على الخاص اعطيك الكود
بس مافهمت عليك ؟ كيف يعني اشتريها من مركز الاعتمادات او من اللوحة
زائر- زائر
رد: كيف اضع الصوره الشخصيه على الرئيسيه
مرحباً اخي رامي كاتي
من بعد إذن الاخوه اعلاه
تفضل هذا الكود
كود جافا
وضع هذا الكود في ورقة التصميم css
وضع هذا الكود في الهيدر
او
ان لم يكون كود محول او مركب
فضع هذا الكود في الجافا
وضع كود css الذي بلاعلى
يمكنك التحكم ب الاتجاه بواسطة right بلون الاحمر ان كنت تريده يميناً فضع - قبل الرقم إن اردته يساراً فتركه كما هو وعدل على الرقم فقط
يمكنك التحكم ب الارتفاع بواسطة top بلون البرتقالي ان كنت تريده إلى الاعلا فضع - قبل الرقم و إن اردته اسفل فاتركه كما هو وعدل على الرقم فقط
يمكنك التحكم ب حجم الصوره بواسطة width بلون الازرق عدل على الرقم فقط يمكنك وضع px بدل %
من بعد إذن الاخوه اعلاه
تفضل هذا الكود
كود جافا
- الكود:
$(function () {
$(window).load(function () {
var av = $('#fa_usermenu img:eq(0)').attr('src');
$('#fa_ewelcome').prepend('<img src="' + av + '" class="fa_lavatar" />');
});
});
وضع هذا الكود في ورقة التصميم css
.fa_lavatar {
position: fixed;
right: 100px;
top: 10px;
width: 5%;
z-index: 99999;
}
وضع هذا الكود في الهيدر
- الكود:
<div id="fa_ewelcome"></div>
او
ان لم يكون كود محول او مركب
فضع هذا الكود في الجافا
- الكود:
$(function () {
$(window).load(function () {
var av = $('#fa_usermenu img:eq(0)').attr('src');
$('#logo-desc').prepend('<img src="' + av + '" class="fa_lavatar" />');
});
});
وضع كود css الذي بلاعلى
يمكنك التحكم ب الاتجاه بواسطة right بلون الاحمر ان كنت تريده يميناً فضع - قبل الرقم إن اردته يساراً فتركه كما هو وعدل على الرقم فقط
يمكنك التحكم ب الارتفاع بواسطة top بلون البرتقالي ان كنت تريده إلى الاعلا فضع - قبل الرقم و إن اردته اسفل فاتركه كما هو وعدل على الرقم فقط
يمكنك التحكم ب حجم الصوره بواسطة width بلون الازرق عدل على الرقم فقط يمكنك وضع px بدل %
رد: كيف اضع الصوره الشخصيه على الرئيسيه
تريدين الكود : تفضلي اختي :
الكود يعطيكي صورة شخصية و رسائل خاصة و عدد المساهمات في حال تسجيل الدخول
اما عندما لا يكون مسجل الدخول تكون منطقة لتسجيل الدخول
هل تم الحل ؟
- الكود:
<!-- BEGIN switch_login -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catLeft" height="25">
<span class="genmed module-title">{L_LOGIN}</span>
</td>
</tr>
<tr>
<td class="row1">
<form action="{S_LOGIN_ACTION}" method="post">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td align="left" width="55%"><span class="gen">{L_USERNAME}:</span></td>
<td style="position:relative;padding-right:5px;"><input type="text" name="username" value="{USERNAME}" size="20" maxlength="40" style="width:100%;" /></td>
</tr>
<tr>
<td align="left"><span class="gen">{L_PASSWORD}:</span></td>
<td style="position:relative;padding-right:5px;"><input type="password" name="password" size="20" maxlength="32" style="width:100%;" /></td>
</tr>
<tr align="center">
<td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></span></td>
</tr>
<tr align="center">
<td colspan="2"><input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr> <!-- BEGIN switch_fb_connect_login -->
<tr align="center">
<td colspan="2">
<div class="fb_login_widget">
<div class="fb_or_widget">{switch_login.switch_fb_connect_login.L_OR}</div>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_login.switch_fb_connect_login.L_FB_PERMISSIONS}" class="margTop4">{switch_login.switch_fb_connect_login.L_FB_LOGIN_BUTTON}</fb:login-button>
</div>
</td>
</tr> <!-- END switch_fb_connect_login -->
<tr align="center">
<td colspan="2">
<span class="gensmall"><a class="gensmall" href="{U_SEND_PASSWORD}" rel="nofollow">:: {L_SEND_PASSWORD}</a></span>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<!-- END switch_login -->
<!-- BEGIN switch_login_small -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catLeft" height="25">
<span class="genmed"><b><center>{L_LOGIN}</center></b></span>
</td>
</tr>
<tr>
<td class="row1">
<form action="{S_LOGIN_ACTION}" method="post">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td align="left" width="55%"><span class="gen">{L_USERNAME}:</span> <input type="text" name="username" value="{USERNAME}" size="15" maxlength="40" /></td>
</tr>
<tr>
<td align="left"><span class="gen">{L_PASSWORD}:</span> <input type="password" name="password" size="15" maxlength="32" /></td>
</tr>
<tr align="center">
<td><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></span></td>
</tr>
<tr align="center">
<td colspan="2"><input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
<tr align="center">
<td colspan="2">
<!-- BEGIN switch_fb_connect_login -->
<div class="fb_login_widget">
<div class="fb_or_widget">{switch_login_small.switch_fb_connect_login.L_OR}</div>
<p align="center"><fb:login-button size="small" onlogin="window.location='/facebook_connect.forum'" scope="{switch_login_small.switch_fb_connect_login.L_FB_PERMISSIONS}" class="margTop4">{switch_login_small.switch_fb_connect_login.L_FB_LOGIN_BUTTON}</fb:login-button>
</p>
</div>
<!-- END switch_fb_connect_login -->
</td>
</tr>
<tr align="center">
<td><span class="gensmall"><a class="gensmall" href="{U_SEND_PASSWORD}" rel="nofollow">:: {L_SEND_PASSWORD}</a></span></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<!-- END switch_login_small -->
<!-- BEGIN switch_profile -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" id="gallery_container">
<tr>
<td class="catLeft" height="25">
<div class="genmed center"><b>{USERNAME}</b></div>
</td>
</tr>
<tr>
<td class="row1">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td class="row1">
<div style="float:{DIRECTION};">{USERNAME_AVATAR}</div>
<div style="margin-{DIRECTION}:5px; float:{DIRECTION};">
<span class="genmed">{L_MESSAGES} : <strong>{NB_MESSAGES}</strong></span><br />
<span class="genmed">{L_PM} : <strong>{NB_PM_UNREAD} / {NB_PM_READ}</strong></span><br /><br />
<span class="genmed"><a href="{U_PROFILE}">{L_MY_PROFILE}</a></span>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_profile -->
<!-- BEGIN switch_fb_widget_login -->
<div id="fb-root"></div>
<script>
FB.init({
appId : {switch_fb_widget_login.FACEBOOK_APP_ID},
cookie : true,
xfbml : true,
oauth : true,
version : 'v2.3'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- END switch_fb_widget_login -->
الكود يعطيكي صورة شخصية و رسائل خاصة و عدد المساهمات في حال تسجيل الدخول
اما عندما لا يكون مسجل الدخول تكون منطقة لتسجيل الدخول
هل تم الحل ؟
رد: كيف اضع الصوره الشخصيه على الرئيسيه
شكرا لك اخي شاعر زمانهشاعر زمانه كتب:مرحباً اخي رامي كاتي
بالفعل اشتغلت الاكواد الي وضعتها وظهرت صورتي الشخصيه
لاكن المشكله هيه ان الصوره تلاحقني اين ماذهبت
شكرا لك اخي سب ركبت الكود لاكن لم يعملalaa2000 كتب:تريدين الكود : تفضلي اختي :
- الكود:
<!-- BEGIN switch_login -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catLeft" height="25">
<span class="genmed module-title">{L_LOGIN}</span>
</td>
</tr>
<tr>
<td class="row1">
<form action="{S_LOGIN_ACTION}" method="post">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td align="left" width="55%"><span class="gen">{L_USERNAME}:</span></td>
<td style="position:relative;padding-right:5px;"><input type="text" name="username" value="{USERNAME}" size="20" maxlength="40" style="width:100%;" /></td>
</tr>
<tr>
<td align="left"><span class="gen">{L_PASSWORD}:</span></td>
<td style="position:relative;padding-right:5px;"><input type="password" name="password" size="20" maxlength="32" style="width:100%;" /></td>
</tr>
<tr align="center">
<td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></span></td>
</tr>
<tr align="center">
<td colspan="2"><input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr> <!-- BEGIN switch_fb_connect_login -->
<tr align="center">
<td colspan="2">
<div class="fb_login_widget">
<div class="fb_or_widget">{switch_login.switch_fb_connect_login.L_OR}</div>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_login.switch_fb_connect_login.L_FB_PERMISSIONS}" class="margTop4">{switch_login.switch_fb_connect_login.L_FB_LOGIN_BUTTON}</fb:login-button>
</div>
</td>
</tr> <!-- END switch_fb_connect_login -->
<tr align="center">
<td colspan="2">
<span class="gensmall"><a class="gensmall" href="{U_SEND_PASSWORD}" rel="nofollow">:: {L_SEND_PASSWORD}</a></span>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<!-- END switch_login -->
<!-- BEGIN switch_login_small -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catLeft" height="25">
<span class="genmed"><b><center>{L_LOGIN}</center></b></span>
</td>
</tr>
<tr>
<td class="row1">
<form action="{S_LOGIN_ACTION}" method="post">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td align="left" width="55%"><span class="gen">{L_USERNAME}:</span> <input type="text" name="username" value="{USERNAME}" size="15" maxlength="40" /></td>
</tr>
<tr>
<td align="left"><span class="gen">{L_PASSWORD}:</span> <input type="password" name="password" size="15" maxlength="32" /></td>
</tr>
<tr align="center">
<td><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></span></td>
</tr>
<tr align="center">
<td colspan="2"><input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
<tr align="center">
<td colspan="2">
<!-- BEGIN switch_fb_connect_login -->
<div class="fb_login_widget">
<div class="fb_or_widget">{switch_login_small.switch_fb_connect_login.L_OR}</div>
<p align="center"><fb:login-button size="small" onlogin="window.location='/facebook_connect.forum'" scope="{switch_login_small.switch_fb_connect_login.L_FB_PERMISSIONS}" class="margTop4">{switch_login_small.switch_fb_connect_login.L_FB_LOGIN_BUTTON}</fb:login-button>
</p>
</div>
<!-- END switch_fb_connect_login -->
</td>
</tr>
<tr align="center">
<td><span class="gensmall"><a class="gensmall" href="{U_SEND_PASSWORD}" rel="nofollow">:: {L_SEND_PASSWORD}</a></span></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<!-- END switch_login_small -->
<!-- BEGIN switch_profile -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" id="gallery_container">
<tr>
<td class="catLeft" height="25">
<div class="genmed center"><b>{USERNAME}</b></div>
</td>
</tr>
<tr>
<td class="row1">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td class="row1">
<div style="float:{DIRECTION};">{USERNAME_AVATAR}</div>
<div style="margin-{DIRECTION}:5px; float:{DIRECTION};">
<span class="genmed">{L_MESSAGES} : <strong>{NB_MESSAGES}</strong></span><br />
<span class="genmed">{L_PM} : <strong>{NB_PM_UNREAD} / {NB_PM_READ}</strong></span><br /><br />
<span class="genmed"><a href="{U_PROFILE}">{L_MY_PROFILE}</a></span>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_profile -->
<!-- BEGIN switch_fb_widget_login -->
<div id="fb-root"></div>
<script>
FB.init({
appId : {switch_fb_widget_login.FACEBOOK_APP_ID},
cookie : true,
xfbml : true,
oauth : true,
version : 'v2.3'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- END switch_fb_widget_login -->
الكود يعطيكي صورة شخصية و رسائل خاصة و عدد المساهمات في حال تسجيل الدخول
اما عندما لا يكون مسجل الدخول تكون منطقة لتسجيل الدخول
هل تم الحل ؟
زائر- زائر
رد: كيف اضع الصوره الشخصيه على الرئيسيه
مرحباً اخي راميرامي كاتي كتب:شكرا لك اخي شاعر زمانهشاعر زمانه كتب:مرحباً اخي رامي كاتي
بالفعل اشتغلت الاكواد الي وضعتها وظهرت صورتي الشخصيه
لاكن المشكله هيه ان الصوره تلاحقني اين ماذهبت
استبدل كود css السابق بتالي
- الكود:
.fa_lavatar {
position: absolute;
top: 10px;
right: 10px;
width: 5%;
}
رد: كيف اضع الصوره الشخصيه على الرئيسيه
جزاك الله خيرا اخي شاعر زمانه
الله يعطيك العافيه
تم الحل
الله يعطيك العافيه
تم الحل
زائر- زائر
مواضيع مماثلة
» اختفاء الصوره الشخصيه للاعضاء والزوار في الموضوعات وحتي علي الرئيسيه
» الصوره الشخصيه في المواضيع
» الصوره الشخصيه
» الصوره الشخصيه
» مشكله في الصوره الشخصيه
» الصوره الشخصيه في المواضيع
» الصوره الشخصيه
» الصوره الشخصيه
» مشكله في الصوره الشخصيه
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى