Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
popup ads to guest Details »»
popup ads to guest
Version: 1.00, by bellaa bellaa is offline
Developer Last Online: Nov 2009 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.8.x Rating:
Released: 07-14-2009 Last Update: Never Installs: 7
 
No support by the author.

Header Place the top

PHP Code:
<if condition="$show[guest]"> <!--bellaa-->   
<
style type="text/css">   
#topbar{   
position:absolute;   
border1px solid black;   
padding5px;   
background-colorwhite;   
width468px;   
visibilityhidden;   
height60;   
}   
</
style>   
<
script type="text/javascript">   
var 
persistclose=//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 //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 == -1end document.cookie.length;   
returnvalue=unescape(document.cookie.substring(offsetend))   
}   
}   
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 
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.startX;   
if (
verticalpos=="fromtop")   
el.startY;   
else{   
el.ns pageYOffset innerHeight iecompattest().scrollTop iecompattest().clientHeight;   
el.-= startY;   
}   
return 
el;   
}   
window.stayTopLeft=function(){   
if (
verticalpos=="fromtop"){   
var 
pY ns pageYOffset iecompattest().scrollTop;   
ftlObj.+= (pY startY ftlObj.y)/8;   
}   
else{   
var 
pY ns pageYOffset innerHeight barheightiecompattest().scrollTop iecompattest().clientHeight barheight;   
ftlObj.+= (pY startY ftlObj.y)/8;   
}   
ftlObj.sP(ftlObj.xftlObj.y);   
setTimeout("stayTopLeft()"10);   
}   
ftlObj ml("topbar");   
stayTopLeft();   
}   
if (
window.addEventListener)   
window.addEventListener("load"staticbarfalse)   
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>   
 <
script language="JavaScript" type="text/javascript">
sid=78300;channel=97536;w=468;h=60;wmid=44238;domain ="vbdestek.tk";
kategori ="16";
gosterim="TBF";adsrv=1;arkaplan="FFFFFF";
baslik="000000";
aciklama="000000";
kenarlik="123456";
jsai="70edfd421b7d52ae";</script>
<
script language="JavaScript" src="http://adserver1.adtech.com.tr/ppc.js"></script>
</
td>
<
script language="JavaScript" type="text/javascript">
sid=78300;channel=97536;w=468;h=60;wmid=44238;domain ="vbdestek.tk";
kategori ="16";
gosterim="TBF";adsrv=1;arkaplan="FFFFFF";
baslik="000000";
aciklama="000000";
kenarlik="123456";
jsai="70edfd421b7d52ae";</script>
</
div>   

</if><else /> 

self-organized by
PHP Code:
 <script language="JavaScript" type="text/javascript">
sid=78300;channel=97536;w=468;h=60;wmid=44238;domain ="vbdestek.tk";
kategori ="16";
gosterim="TBF";adsrv=1;arkaplan="FFFFFF";
baslik="000000";
aciklama="000000";
kenarlik="123456";
jsai="70edfd421b7d52ae";</script>
<
script language="JavaScript" src="http://adserver1.adtech.com.tr/ppc.js"></script>
</
td>
<
script language="JavaScript" type="text/javascript">
sid=78300;channel=97536;w=468;h=60;wmid=44238;domain ="vbdestek.tk";
kategori ="16";
gosterim="TBF";adsrv=1;arkaplan="FFFFFF";
baslik="000000";
aciklama="000000";
kenarlik="123456";
jsai="70edfd421b7d52ae";</script


self-organized by;
PHP Code:
border1px solid black;   
padding5px;   
background-colorwhite;   
width468px;   
visibilityhidden;   
height60
image is attached

Screenshots

File Type: jpg vb.jpg (132.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-15-2009, 06:33 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds like a perfect way to make sure visitors don't register...

I don't know anyone who doesn't detest popups...
Reply With Quote
  #3  
Old 08-15-2009, 03:34 PM
Axamci's Avatar
Axamci Axamci is offline
 
Join Date: Aug 2009
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much
çok teşekkürler
Reply With Quote
  #4  
Old 08-15-2009, 03:36 PM
bellaa bellaa is offline
 
Join Date: Jul 2009
Location: İstanbul
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Axamci View Post
Thank you very much
?ok teşekk?rler
thanks axamci : )

teşekk?rler axamcı
Reply With Quote
Reply


Posting Rules
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 On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03795 seconds
  • Memory Usage 2,317KB
  • Queries Executed 20 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (1)postbit_attachment
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete