iconBütün Zaman Ayarları WEZ +4 olarak düzenlenmiştir. Şu Anki Saat: 23:26 . | Welcome to Forum, please register to access all of our features.


» PhotoshopUzmani Forumları » WebTasarım & Grafik Programları » Dinamik Kodlar » Hemen üye ol Pop-Up

Dinamik Kodlar Her türlü kod hakkında herşey

Cevapla
 
LinkBack Konu Seçenekleri Modları Göster
Eski 05-16-2008, 14:30   #1 (permalink)
HAKAN
PhotoshopUzmanı Kurucusu
 
HAKAN - ait Avatar
 
Üyelik Tarihi: Feb 2007
Bulunduğu Yer: C:\Program Files\Adobe\Adobe Photoshop CS2
Yaş: 23
Mesajlar: 5.267
Teşekkür Et: 161
Thanked 1.794 Times in 837 Posts
Resimler: 38
Tecrübe Puanı: 10 HAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant futureHAKAN has a brilliant future
HAKAN - MSN üzerinden Mesaj gönder
Hemen üye ol Pop-Up

Header Templatesi açıyoruz ve en üste aşağıdaki konuları ekliyoruz.

Kodun içinde gösterdiğim kırmızı yazılı alanları kendinize göre editleyiniz.

Üye ol resmi:


Code:
<if condition="$show[guest]"> 
<!-- Resimli Üye Ol uyarisi --> 
<style type="text/css"> 
#topbar{ 
position:absolute; 
border: 1px solid black; 
padding: 5px; 
background-color: white; 
width: 446px; 
visibility: hidden; 
z-index: 400; 
} 
</style> 
<script type="text/javascript"> 
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 = 50 //set x offset of bar in pixels 
var startY = 50 //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_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 closebar(){ 
if (persistclose) 
document.cookie="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_cookie("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 
</script> 
 
<div id="topbar"> 
<a href="" onClick="closebar(); return false">
<a href="http://www.forum.photoshopuzmani.com/register.php">
<img src="http://www.photoshopuzmani.com/Depo/uyeol.gif" border="0" /></a> </div> 
</if>  
<!-- Resimli Üye Ol Uyarisi --></center>
<!-- bullseye background -->
<div class="bullseye" style="width: $stylevar[outertablewidth]">
<!-- header -->
<div class="header">
__________________
HAKAN is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Alıntı ile Cevapla
The Following 3 Users Say Thank You to HAKAN For This Useful Post:
heses (05-21-2008), mehmetcece76 (05-16-2008), Tuhan (05-16-2008)
Sponsored Links
Eski 05-16-2008, 14:39   #2 (permalink)
Kültürlü Kedi
Editör
 
Kültürlü Kedi - ait Avatar
 
Üyelik Tarihi: Dec 2007
Bulunduğu Yer: İstanbul
Yaş: 22
Mesajlar: 1.370
Teşekkür Et: 95
Thanked 186 Times in 68 Posts
Tecrübe Puanı: 3 Kültürlü Kedi will become famous soon enoughKültürlü Kedi will become famous soon enough
Kültürlü Kedi - MSN üzerinden Mesaj gönder
Ce: Hemen üye ol Pop-Up

Siteyi ziyaretçi olarak kullanan arkadaşlarımın hepsi bundan şikayetçi :)

Çok kullanışlı. Özellikle X-Y leri değiştirip reklam banneri içinde kullanılır
Kültürlü Kedi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Alıntı ile Cevapla
Cevapla

Etiketler
üye ol pop-up


Konu Seçenekleri
Modları Göster

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodları Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73