
shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0
2019-01-24, 4:08 pm
السلام عليكم ورحمة الله وبركاته
يشرفني ان اكون احد اعضاء منتدى احلى مطور
اريد كود حذف ازرار الرئيسية للنسخة 3
اريد اضافة الاصدقاء وسائل الاتصال فى هذه القاءمة

يشرفني ان اكون احد اعضاء منتدى احلى مطور
اريد كود حذف ازرار الرئيسية للنسخة 3
اريد اضافة الاصدقاء وسائل الاتصال فى هذه القاءمة

اريد ايضا كود منع كلمه تم تسجيل مساهمتك بنجاح اريد بعد اضافة رد او موضوع لا تظهر هذه العبارة {تم تسجيل مساهمتك بنجاح}
بمعنى لا تظهر صفحة معلومات


Dr.OmaR
المؤسس

المساهمات :
479
النقاط :
1013
التقيم :
103
العمر :
28
الاوسمة :

البلد :
مصر
2019-01-24, 5:48 pm
بالنسبة لطلبك الاول لم افهم قصدك
اما عن طلب كود حذف صفحة المعلومات
جرب الكود التالي في اكواد الجافا
ضعه في جميع الصفحات
اما عن طلب كود حذف صفحة المعلومات
جرب الكود التالي في اكواد الجافا
ضعه في جميع الصفحات
- الكود:
/* remove information page */
(function() {
for (var meta = document.getElementsByTagName('META'), i = 0, j = meta.length; i < j; i++) {
if (meta[i].httpEquiv && /refresh/i.test(meta[i].httpEquiv)) {
window.location.href = meta[i].content.replace(/^.*;url=/, '');
break;
}
}
}());

shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0

Dr.OmaR
المؤسس

المساهمات :
479
النقاط :
1013
التقيم :
103
العمر :
28
الاوسمة :

البلد :
مصر

shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0

ahmdsat
عضو شرف
المساهمات :
42
النقاط :
82
التقيم :
1
الاوسمة :


shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0

shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0
2019-01-25, 5:01 pm
اما بنسبة للطلاب الثانى هو اريد ان تظهر هذه قائمة فى صفحة قائمة الاعضاء

الان تظهر فى المواضيع وبالصفحة الرئيسية انا اعرف انت لديك خبره كبيرة تستطيع مساعدتى فى هذا الكود

الان تظهر فى المواضيع وبالصفحة الرئيسية انا اعرف انت لديك خبره كبيرة تستطيع مساعدتى فى هذا الكود
- الكود:
$(function () {
if (/\/u\d+/.test(location.pathname)) return;
var wall = 1, // visitor messages tab
stats = 1, // statistics tab
attachments = 0, // attachments tab
friends = 1, // friends tab
contact = 1, // contact tab
rpg = 0, // RPG tab
close = 1, // close popup button
avatar = 1; // display user avatar
var a=document.getElementsByTagName('A');
for(i=0;i<a.length;i++)if(/\/u\d+/.test(a[i].href))a[i].className=a[i].className+' profilePopup';
$('.profilePopup:has(img)').removeClass('profilePopup');
var userWall='',userStats='',userAttachments='',userFriends='',userContact='',userRpg='',userClose='',guestView=true;
if(wall==1)userWall='<span class="propop_tab" id="propop_vm"></span>';if(stats==1)userStats='<span class="propop_tab" id="propop_stats"></span>';if(attachments==1)userAttachments='<span class="propop_tab" id="propop_attach"</span>';if(friends==1)userFriends='<span class="propop_tab" id="propop_friends"></span>';if(contact==1)userContact='<span class="propop_tab" id="propop_contact"</span>';if(rpg==1)userRpg='<span class="propop_tab" id="propop_rpg"</span>';if(close==1)userClose='<span class="propop_tab" id="close_popup" style="float:left;margin-top:-4px;"><img src="https://i.servimg.com/u/f39/17/71/84/72/entypo25.png" alt="اغلاق" /></span>';
$('.profilePopup').click(function(){
var UID=$(this).attr('href'),UNM=$(this).text(),SEL='#cp-main .panel, .forumline:has(#profile-advanced-details), .clear + #profile-advanced-details',LOAD='<div class="profileLoading" style="text-align:center;font-weight:bold;font-size:18px;">تحميل...</div>';
$('body').append('<div id="profilefilter" style="position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:url(https://i.servimg.com/u/f39/18/21/41/30/overla10.png);cursor:pointer;z-index:10;"></div><div id="profcont-container" style="background:#EEE;border:1px solid #CCC;top:20%;left:15%;right:15%;padding:4px;position:fixed;font-size:12px;border-radius:5px;z-index:50;"><div class="profile_popup_nav">'+userWall+'<span class="propop_tab" id="propop_profile"></span>'+userStats+userAttachments+userFriends+userContact+userRpg+userClose+'</div><a href="'+UID+'"><div id=""></div></a><div id="userprofile" style="height:400px;overflow-y:auto;">'+LOAD+'</div><span id="profileLinks"><a href="'+UID+'"></a><span id="interactionLinks"> • <a href="/privmsg?mode=post&u='+UID.replace(/.*?\/u/,'')+'">ارسل رساله خاصه</a><span id="vmLink"> • <a href="/privmsg?mode=post_profile&u='+UID.replace(/.*?\/u/,'')+'">Send VM</a></span><span style="float:right;"><a href="/profile?friend='+UNM.replace(/\s+/g,'+')+'&mode=editprofile&page_profil=friendsfoes">اضافة كصديق</a> • <a href="/profile?foe='+UNM.replace(/\s+/g,'+')+'&mode=editprofile&page_profil=friendsfoes"></a></span></span></div>');
$('#userprofile').load(UID+SEL,function(){if($('#profcont-container #username').length&&_userdata.user_id==-1){$(this).html('<div class="profileLoading" style="text-align:center;font-weight:bold;font-size:18px;">عذرا .. ايها الزائر لاتستطيع مشاهدة هذه البيانات! :(</div>');guestView=false}});
$('#propop_profile').addClass('activeTab');
if (avatar == 1) $('#userAVA').load(UID+' #profile-advanced-right .module:first div img:first, .forumline td.row1.gensmall:first > img:first, .frm-set.profile-view.left dd img:first, dl.left-box.details:first dd img:first, .row1 b .gen:first img:first, .real_avatar img:first');
loadPro('#propop_profile','');loadPro('#propop_vm','wall');loadPro('#propop_stats','stats');loadPro('#propop_friends','friends');loadPro('#propop_contact','contact');loadPro('#propop_rpg','rpg');loadPro('#propop_attach','attachments');
if(wall==0)$('#vmLink').remove();
if(!document.getElementById('logout'))$('#interactionLinks').remove();
$('#profilefilter,#close_popup').click(function(){$('#profilefilter, #profcont-container').remove()});
function loadPro(element, location){$(element).click(function(){if($(this).hasClass('activeTab')||guestView==false)return;$('#propop_profile,#propop_vm,#propop_stats,#propop_friends,#propop_contact,#propop_rpg,#propop_attach,#propop_close').removeClass('activeTab');$(this).addClass('activeTab');$('#userprofile').html(LOAD).load(UID+location+SEL)})}
return false;
});
});

ahmdsat
عضو شرف
المساهمات :
42
النقاط :
82
التقيم :
1
الاوسمة :


shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0

Dr.OmaR
المؤسس

المساهمات :
479
النقاط :
1013
التقيم :
103
العمر :
28
الاوسمة :

البلد :
مصر
2019-01-28, 7:33 am
الكود يعمل في جميع الصفحات تأكد من انك قمت بتحديد خيار جميع الصفحات كما هو موضح في الصورة التاليه

shoky كتب:اما بنسبة للطلاب الثانى هو اريد ان تظهر هذه قائمة فى صفحة قائمة الاعضاء
الان تظهر فى المواضيع وبالصفحة الرئيسية انا اعرف انت لديك خبره كبيرة تستطيع مساعدتى فى هذا الكود
- الكود:
$(function () {
if (/\/u\d+/.test(location.pathname)) return;
var wall = 1, // visitor messages tab
stats = 1, // statistics tab
attachments = 0, // attachments tab
friends = 1, // friends tab
contact = 1, // contact tab
rpg = 0, // RPG tab
close = 1, // close popup button
avatar = 1; // display user avatar
var a=document.getElementsByTagName('A');
for(i=0;i<a.length;i++)if(/\/u\d+/.test(a[i].href))a[i].className=a[i].className+' profilePopup';
$('.profilePopup:has(img)').removeClass('profilePopup');
var userWall='',userStats='',userAttachments='',userFriends='',userContact='',userRpg='',userClose='',guestView=true;
if(wall==1)userWall='<span class="propop_tab" id="propop_vm"></span>';if(stats==1)userStats='<span class="propop_tab" id="propop_stats"></span>';if(attachments==1)userAttachments='<span class="propop_tab" id="propop_attach"</span>';if(friends==1)userFriends='<span class="propop_tab" id="propop_friends"></span>';if(contact==1)userContact='<span class="propop_tab" id="propop_contact"</span>';if(rpg==1)userRpg='<span class="propop_tab" id="propop_rpg"</span>';if(close==1)userClose='<span class="propop_tab" id="close_popup" style="float:left;margin-top:-4px;"><img src="https://i.servimg.com/u/f39/17/71/84/72/entypo25.png" alt="اغلاق" /></span>';
$('.profilePopup').click(function(){
var UID=$(this).attr('href'),UNM=$(this).text(),SEL='#cp-main .panel, .forumline:has(#profile-advanced-details), .clear + #profile-advanced-details',LOAD='<div class="profileLoading" style="text-align:center;font-weight:bold;font-size:18px;">تحميل...</div>';
$('body').append('<div id="profilefilter" style="position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:url(https://i.servimg.com/u/f39/18/21/41/30/overla10.png);cursor:pointer;z-index:10;"></div><div id="profcont-container" style="background:#EEE;border:1px solid #CCC;top:20%;left:15%;right:15%;padding:4px;position:fixed;font-size:12px;border-radius:5px;z-index:50;"><div class="profile_popup_nav">'+userWall+'<span class="propop_tab" id="propop_profile"></span>'+userStats+userAttachments+userFriends+userContact+userRpg+userClose+'</div><a href="'+UID+'"><div id=""></div></a><div id="userprofile" style="height:400px;overflow-y:auto;">'+LOAD+'</div><span id="profileLinks"><a href="'+UID+'"></a><span id="interactionLinks"> • <a href="/privmsg?mode=post&u='+UID.replace(/.*?\/u/,'')+'">ارسل رساله خاصه</a><span id="vmLink"> • <a href="/privmsg?mode=post_profile&u='+UID.replace(/.*?\/u/,'')+'">Send VM</a></span><span style="float:right;"><a href="/profile?friend='+UNM.replace(/\s+/g,'+')+'&mode=editprofile&page_profil=friendsfoes">اضافة كصديق</a> • <a href="/profile?foe='+UNM.replace(/\s+/g,'+')+'&mode=editprofile&page_profil=friendsfoes"></a></span></span></div>');
$('#userprofile').load(UID+SEL,function(){if($('#profcont-container #username').length&&_userdata.user_id==-1){$(this).html('<div class="profileLoading" style="text-align:center;font-weight:bold;font-size:18px;">عذرا .. ايها الزائر لاتستطيع مشاهدة هذه البيانات! :(</div>');guestView=false}});
$('#propop_profile').addClass('activeTab');
if (avatar == 1) $('#userAVA').load(UID+' #profile-advanced-right .module:first div img:first, .forumline td.row1.gensmall:first > img:first, .frm-set.profile-view.left dd img:first, dl.left-box.details:first dd img:first, .row1 b .gen:first img:first, .real_avatar img:first');
loadPro('#propop_profile','');loadPro('#propop_vm','wall');loadPro('#propop_stats','stats');loadPro('#propop_friends','friends');loadPro('#propop_contact','contact');loadPro('#propop_rpg','rpg');loadPro('#propop_attach','attachments');
if(wall==0)$('#vmLink').remove();
if(!document.getElementById('logout'))$('#interactionLinks').remove();
$('#profilefilter,#close_popup').click(function(){$('#profilefilter, #profcont-container').remove()});
function loadPro(element, location){$(element).click(function(){if($(this).hasClass('activeTab')||guestView==false)return;$('#propop_profile,#propop_vm,#propop_stats,#propop_friends,#propop_contact,#propop_rpg,#propop_attach,#propop_close').removeClass('activeTab');$(this).addClass('activeTab');$('#userprofile').html(LOAD).load(UID+location+SEL)})}
return false;
});
});
الكود يعمل في جميع الصفحات تأكد من انك قمت بتحديد خيار جميع الصفحات كما هو موضح في الصورة التاليه


ahmdsat
عضو شرف
المساهمات :
42
النقاط :
82
التقيم :
1
الاوسمة :


shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0

shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0
2019-01-29, 9:46 am
لقد قمت بها لكن لا تعمل ايضا فى قائمة الاعضاء
ارسلت لك الاسم وكلمة السر
omarpop23 كتب:shoky كتب:اما بنسبة للطلاب الثانى هو اريد ان تظهر هذه قائمة فى صفحة قائمة الاعضاء
الان تظهر فى المواضيع وبالصفحة الرئيسية انا اعرف انت لديك خبره كبيرة تستطيع مساعدتى فى هذا الكود
- الكود:
$(function () {
if (/\/u\d+/.test(location.pathname)) return;
var wall = 1, // visitor messages tab
stats = 1, // statistics tab
attachments = 0, // attachments tab
friends = 1, // friends tab
contact = 1, // contact tab
rpg = 0, // RPG tab
close = 1, // close popup button
avatar = 1; // display user avatar
var a=document.getElementsByTagName('A');
for(i=0;i<a.length;i++)if(/\/u\d+/.test(a[i].href))a[i].className=a[i].className+' profilePopup';
$('.profilePopup:has(img)').removeClass('profilePopup');
var userWall='',userStats='',userAttachments='',userFriends='',userContact='',userRpg='',userClose='',guestView=true;
if(wall==1)userWall='<span class="propop_tab" id="propop_vm"></span>';if(stats==1)userStats='<span class="propop_tab" id="propop_stats"></span>';if(attachments==1)userAttachments='<span class="propop_tab" id="propop_attach"</span>';if(friends==1)userFriends='<span class="propop_tab" id="propop_friends"></span>';if(contact==1)userContact='<span class="propop_tab" id="propop_contact"</span>';if(rpg==1)userRpg='<span class="propop_tab" id="propop_rpg"</span>';if(close==1)userClose='<span class="propop_tab" id="close_popup" style="float:left;margin-top:-4px;"><img src="https://i.servimg.com/u/f39/17/71/84/72/entypo25.png" alt="اغلاق" /></span>';
$('.profilePopup').click(function(){
var UID=$(this).attr('href'),UNM=$(this).text(),SEL='#cp-main .panel, .forumline:has(#profile-advanced-details), .clear + #profile-advanced-details',LOAD='<div class="profileLoading" style="text-align:center;font-weight:bold;font-size:18px;">تحميل...</div>';
$('body').append('<div id="profilefilter" style="position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:url(https://i.servimg.com/u/f39/18/21/41/30/overla10.png);cursor:pointer;z-index:10;"></div><div id="profcont-container" style="background:#EEE;border:1px solid #CCC;top:20%;left:15%;right:15%;padding:4px;position:fixed;font-size:12px;border-radius:5px;z-index:50;"><div class="profile_popup_nav">'+userWall+'<span class="propop_tab" id="propop_profile"></span>'+userStats+userAttachments+userFriends+userContact+userRpg+userClose+'</div><a href="'+UID+'"><div id=""></div></a><div id="userprofile" style="height:400px;overflow-y:auto;">'+LOAD+'</div><span id="profileLinks"><a href="'+UID+'"></a><span id="interactionLinks"> • <a href="/privmsg?mode=post&u='+UID.replace(/.*?\/u/,'')+'">ارسل رساله خاصه</a><span id="vmLink"> • <a href="/privmsg?mode=post_profile&u='+UID.replace(/.*?\/u/,'')+'">Send VM</a></span><span style="float:right;"><a href="/profile?friend='+UNM.replace(/\s+/g,'+')+'&mode=editprofile&page_profil=friendsfoes">اضافة كصديق</a> • <a href="/profile?foe='+UNM.replace(/\s+/g,'+')+'&mode=editprofile&page_profil=friendsfoes"></a></span></span></div>');
$('#userprofile').load(UID+SEL,function(){if($('#profcont-container #username').length&&_userdata.user_id==-1){$(this).html('<div class="profileLoading" style="text-align:center;font-weight:bold;font-size:18px;">عذرا .. ايها الزائر لاتستطيع مشاهدة هذه البيانات! :(</div>');guestView=false}});
$('#propop_profile').addClass('activeTab');
if (avatar == 1) $('#userAVA').load(UID+' #profile-advanced-right .module:first div img:first, .forumline td.row1.gensmall:first > img:first, .frm-set.profile-view.left dd img:first, dl.left-box.details:first dd img:first, .row1 b .gen:first img:first, .real_avatar img:first');
loadPro('#propop_profile','');loadPro('#propop_vm','wall');loadPro('#propop_stats','stats');loadPro('#propop_friends','friends');loadPro('#propop_contact','contact');loadPro('#propop_rpg','rpg');loadPro('#propop_attach','attachments');
if(wall==0)$('#vmLink').remove();
if(!document.getElementById('logout'))$('#interactionLinks').remove();
$('#profilefilter,#close_popup').click(function(){$('#profilefilter, #profcont-container').remove()});
function loadPro(element, location){$(element).click(function(){if($(this).hasClass('activeTab')||guestView==false)return;$('#propop_profile,#propop_vm,#propop_stats,#propop_friends,#propop_contact,#propop_rpg,#propop_attach,#propop_close').removeClass('activeTab');$(this).addClass('activeTab');$('#userprofile').html(LOAD).load(UID+location+SEL)})}
return false;
});
});
الكود يعمل في جميع الصفحات تأكد من انك قمت بتحديد خيار جميع الصفحات كما هو موضح في الصورة التاليه
لقد قمت بها لكن لا تعمل ايضا فى قائمة الاعضاء
ارسلت لك الاسم وكلمة السر

Dr.OmaR
المؤسس

المساهمات :
479
النقاط :
1013
التقيم :
103
العمر :
28
الاوسمة :

البلد :
مصر

shoky
عضو احلى مطور
المساهمات :
11
النقاط :
13
التقيم :
0