hackhell dan yardım beklersen bekledigin o çarşamba gelmez bende istedimde hiç ses eden olmadı ben kendim yaptım artık.buyur arkadasım...
Menulere tıklandıgı zaman alt alta acılıp kapanır.
Forumunda VBadvanced kurulu ise;
Admincp/vBadvanced CMPS/Add modules/Template
Module Title: modul maslıgı yazın (Menu vs. gibi)
Sıralama şekli : sag,saol belirleyin
Active : evet
Update All Pages :evet
Template to Include: adv_portal_Switch
Biçim : kullandıgınız tema
Template Content: bişey yazmayın(temanın template sine girince yazılcak)
Use Module Shell Template : evet ya da hayır kendi seçiminiz
Bunları yaptıktan sonra kaydedip cıkın.Sonra Stiller-Temalar/temaları düzenle/kullandıgınız temanın >> << işaretine tıklayın add_portal_Switch diye kaydettigimiz template açın içine alttaki kodları oldugu gibi yapıştırın.Hepsi bu kadar.
Kod:
<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom:[COLOR="Blue"] 6px[/COLOR];
background-color: [COLOR="Blue"]#FFF68F[/COLOR];
color: [COLOR="Blue"]#8e4c08[/COLOR];
width:[COLOR="Blue"]175px[/COLOR];
padding:[COLOR="Blue"]3px[/COLOR];
text-align:center;
font-weight:bold;
/*/*/border:[COLOR="Blue"]1px solid #3333FF[/COLOR];/* */
}
.submenu{
margin-bottom: 0.5em;
}
</style>
<script type="text/javascript">
/***********************************************
* Switch Menu script- by Martial B of http://getElementById.com/
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}
function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
if(el.style.display != "block"){ //DynamicDrive.com change
for (var i=0; i<ar.length; i++){
if (ar[i].className=="submenu") //DynamicDrive.com change
ar[i].style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function onloadfunction(){
if (persistmenu=="yes"){
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=get_cookie(cookiename)
if (cookievalue!="")
document.getElementById(cookievalue).style.display="block"
}
}
function savemenustate(){
var inc=1, blockid=""
while (document.getElementById("sub"+inc)){
if (document.getElementById("sub"+inc).style.display=="block"){
blockid="sub"+inc
break
}
inc++
}
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
document.cookie=cookiename+"="+cookievalue
}
if (window.addEventListener)
window.addEventListener("load", onloadfunction, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunction)
else if (document.getElementById)
window.onload=onloadfunction
if (persistmenu=="yes" && document.getElementById)
window.onunload=savemenustate
</script>
[B]<<--------Tablo üstünde kaymasını isterseniz bu kodu ekleyin ------>>[/B]<table align="center" bgcolor=" #ffeb7a" cellpadding="2" cellspacing="2"width="188">
<tr>
<td>
[B]<<------/Tablo üstünde kaymasını isterseniz bu kodu ekleyin --------->>[/B]
<!-- Keep all menus within masterdiv-->
<div id="masterdiv">
<div class="menutitle" onclick="SwitchMenu('sub1')"><center>MENU 1 </center></div>
<span class="submenu" id="sub1">
- <a href="[COLOR="Red"]HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN[/COLOR](LİNK URL) "><b> [COLOR="Red"]HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM) [/COLOR]</b></a><br>
- <a href="Link Url"><b>Link İsmi</b></a><br>
- <a href="Link url"><b> Link İsmi</b></a><br>
- <a href="HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK URL)"><b>HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM)</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=42"><b> İsTek ve ŞikayetLeriniz</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=43"><b> Açık Arazi</b></a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub2')"><center>MENU 2</center></div>
<span class="submenu" id="sub2">
- <a href="HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK URL)"><b> HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM)</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=11"><b>- Teknoloji&Bilim HaBerleri</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=15"><b>- KüLTür&Sanat&Magazin</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=16"><b>- Spor HaBerLeri</b></a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub3')"><center>MENU 3</center></div>
<span class="submenu" id="sub3">
- <a href="HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK URL)"><b>HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM) </b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=52"><b>Proglama</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=37"><b>Script</b></a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub4')"><center>MENU 4</center></div>
<span class="submenu" id="sub4">
- <a href="HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK URL)"><b>HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM) </b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=69"><b>vBulletin Yardım&İstek</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=128"><b>vBAdvanced CMPS Portal</b></a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub5')"><center>MENU 5 </center></div>
<span class="submenu" id="sub5">
- <a href="HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK URL) "><b>HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM) </b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=92"><b>Eğlence&Mizah</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=100"><b>Oyun&Oyun Hile</b></a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub6')"><center>Müzik&Sinema&HobiLer(MENU 6)</center></div>
<span class="submenu" id="sub6">
- <a href="HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK URL) "><b>HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM)</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=118"><b>Sinema&Dizi FiLm</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=129"><b>HobiLer&İLGi ALanLarı</b></a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub7')"><center>Hacking&Security(MENU 7)</center></div>
<span class="submenu" id="sub7">
- <a href="HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK URL) "><b>HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN(LİNK İSİM) </b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=47"><b>Security</b></a><br>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=48"><b>WebHacking&Security</b></a>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=49"><b>MailHacking&Security</b></a>
- <a href="http://dosyaarsivi.com/forumdisplay.php?f=50"><b>IRCHacking&Security</b></a>
</span>
</td></tr>
</table>
NOT:
MENULERDE
KIRMIZI İLE BELİRTTİGİM LİNK URL VE LİNK İSMİNİN HEPSİNİ KENDİ SİTENİZE GÖRE EDİTLEYİN.Aksi takdirde benim site cıkar
EN YUKARDAKİ KODLARDA
MAVİ İLE BELİRTTİGİM YERLERİ KENDİ TEMANIZA GÖRE EDİTLEYEBİLİRSİNİZ
NoT: Kesinlikle Alıntı degildir,olamazda.Tamamen kendi Editlemem.Başka yerde görürsen bilki benden alıntıdır. Buyrun Arkadaşlar KoLay GeLSin.
Hackhell Sop,Aop ları yardım etmedi ama benim Hackhell 'a yinede kıyagım olsun...
"Forum Demek;paylaşım,yardımlaşma demektir.."
Saygılarımla...