[Template] : روابط متحركة في الجهة اليسرى للمنتدى جميلة جدا من تطوري+متال

SH3A3-Q

ابو الميرزا
طاقم الإدارة
إنضم
14 نوفمبر 2007
المشاركات
48,692
النقاط
113
العمر
49
الإقامة
QATIF-القطيف
السلام عليكم

كيفكم يا اخواني ان شاء الله بخير

اليوم و انا اتأمل في تمبلت هذه الرسالة تفيد بأنك غير مشترك. للاشتراك الرجاء اضغط هنا

قلت لما لا اضيف بعض التعديلات عليه حتى استفيد و يستفيد منه الاعضاء اكتر

فتم دلك و عدلت عليه

المتال

http://www.ma-ft.com/vb/

حيت تمت اضافة مجموعة من الروابط
تغير الشكل ليتناسب مع كل المنتديات
عمل عدة اكود :
1- كود لظهور الروابط للأعظاء
2- كود لظهور الروابط لزوار
3- كود لظهور الروابط لمجموعة معينة
4- كود لعرض الروابط في منتدى معين
5- مفجأة لكم


المهم الكودات ها هي لكم و بين ايدكم

المجموعة الألولى كودات يتم ضغط فوق كلمة اضغط هنا فقط اما العنوان لا


1- كود لظهور الروابط للأعظاء


رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









ضع هنا عنوان الرابط 1 اضغط هنــا


ضع هنا عنوان الرابط 2 اضغط هنــا


ضع هنا عنوان الرابط 3 اضغط هنــا


ضع هنا عنوان الرابط 4 اضغط هنــا









</div>
2- كود لظهور الروابط لزوار


رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









ضع هنا عنوان الرابط 1 اضغط هنــا


ضع هنا عنوان الرابط 2 اضغط هنــا


ضع هنا عنوان الرابط 3 اضغط هنــا


ضع هنا عنوان الرابط 4 اضغط هنــا








</div> </div></div>
3- كود لظهور الروابط لمجموعة معينة


رمز Code:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}












ضع هنا عنوان الرابط 1 اضغط هنــا



ضع هنا عنوان الرابط 2 اضغط هنــا



ضع هنا عنوان الرابط 3 اضغط هنــا



ضع هنا عنوان الرابط 4 اضغط هنــا








4- كود لعرض الروابط في منتدى معين


رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









ضع هنا عنوان الرابط 1 اضغط هنــا


ضع هنا عنوان الرابط 2 اضغط هنــا


ضع هنا عنوان الرابط 3 اضغط هنــا


ضع هنا عنوان الرابط 4 اضغط هنــا








</div> </div></div>و المفجأة التي لم أذكرها الروابط السريعة للمدير العام

رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









ضع هنا عنوان الرابط 1 اضغط هنــا


ضع هنا عنوان الرابط 2 اضغط هنــا


ضع هنا عنوان الرابط 3 اضغط هنــا


ضع هنا عنوان الرابط 4 اضغط هنــا








</div> </div></div>المجوعة التانية يم الضغط على العنوان كله

- كود لظهور الروابط للأعظاء

رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









1 ضع هنا عنوان الرابطــا


2 ضع هنا عنوان الرابطـا


3 ضع هنا عنوان الرابطـا


4 ضع هنا عنوان الرابطـا








</div> </div></div>
2- كود لظهور الروابط لزوار

رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









1 ضع هنا عنوان الرابطــا


2 ضع هنا عنوان الرابطـا


3 ضع هنا عنوان الرابطـا


4 ضع هنا عنوان الرابطـا








</div> </div></div>
3- كود لظهور الروابط لمجموعة معينة


رمز Code:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}


















4- كود لعرض الروابط في منتدى معين


رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









1 ضع هنا عنوان الرابطــا


2 ضع هنا عنوان الرابطـا


3 ضع هنا عنوان الرابطـا


4 ضع هنا عنوان الرابطـا








</div> </div></div>و المفجأة التي لم أذكرها الروابط السريعة للمدير العام

رمز PHP:



#topbar{
position:absolute;
border: 1px solid black;
padding: 4px;
background-color: white;
width: 380px;
visibility: hidden;
z-index: 0;
}




var
persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function
get_******(Name) {
var
search = Name + "="
var returnvalue = "";
if (
document.******.length > 0) {
offset = document.******.indexOf(search)
if (
offset != -1) {
offset += search.length
end
= document.******.indexOf(";", offset);
if (
end == -1) end = document.******.length;
returnvalue=unescape(document.******.substring(offset, end))
}
}
return
returnvalue;
}

function
closebar(){
if (
persistclose)
document.******="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function
staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var
d = document;
function
ml(id){
var
el=d.getElementById(id);
if (!
persistclose || persistclose && get_******("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (
verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return
el;
}
window.stayTopLeft=function(){
if (
verticalpos=="fromtop"){
var
pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var
pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (
window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (
window.attachEvent)
window.attachEvent("onload", staticbar)
else if (
document.getElementById)
window.onload=staticbar









1 ضع هنا عنوان الرابط


2 ضع هنا عنوان الرابطـا


3 ضع هنا عنوان الرابطـا


4 ضع هنا عنوان الرابطـا








</div> </div></div>طريقة التركيب

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

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

قم بوضع الاكود المناسب لك في بداية او اخره القالب showthread ادا كنت تريد الروابط ان تظهر اتناء تصفح المواضيع

قم بوضع الاكود المناسب لك في بداية او اخره القالب forumdisplay ادا كنت تريد الروابط ان تظهر اتناء تصفح المنتديات

التعديلات المهمة على الكودات

عليك تعديل عنوان الرابط و الرابط

فانا قمت بوضع اربعة عنوانين و 4 روابط فلكل عنوان رابط خاص به

ضع هنا عنوان الرابط 1 رابطه هو http://www.ma-ft.com/vb/index.php#1
ضع هنا عنوان الرابط 2 رابطه هو http://www.ma-ft.com/vb/index.php#2
ضع هنا عنوان الرابط 3 رابطه هو http://www.ma-ft.com/vb/index.php#3
ضع هنا عنوان الرابط 4 رابطه هو http://www.ma-ft.com/vb/index.php#4

و لاضافة رابط جديد في المجموعة الاولى ما عليك الا اضافة الكود التالي و التعديل عليه ز دائما تتم الاضافة اسفل اشباهه من الكودات

رمز PHP:

ضع هنا عنوان الرابط اضغط هنــا



و لاضافة رابط جديد في المجموعة التانية ما عليك الا اضافة الكود التالي و التعديل عليه ز دائما تتم الاضافة اسفل اشباهه من الكودات

رمز PHP:

4 ضع هنا عنوان الرابطـا



و في النهاية اتمنى التوفيق للجميع
و اتمنى ان اكون قد عملت شيئ يفيد الامة الاسلامية
و شكر خاص لصاحب تمبلت هذه الرسالة تفيد بأنك غير مشترك. للاشتراك الرجاء اضغط هنا
مع تحيات شبكة ماروكان سوفت اخوكم اشرف
www.ma-ft.com
</div></div>
 
عودة
أعلى أسفل