vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Mini Mods - Improve Registration Rates (https://vborg.vbsupport.ru/showthread.php?t=120784)

Lyricsmama 11-10-2006 06:57 PM

thx installed

heynurse 12-05-2006 06:20 AM

Thanks for the mod, I really like it, I just wish there was a way to make it show up less frequently.

Is there anyway to only show this once a day, or every x pageviews etc...??

I just think that if it shows up every page, it my be annoying people and they might leave with a bad taste in their mouth??

wengi 12-05-2006 03:17 PM

Hi guys done the template modification wth no probs at all but ave a small prob ... the Text is not showing on the background ... but if you scroll and hold down the mouse over it it highlights ... just need to change the colour of the txt but cant find it on the coding

Any help pls
Regards
Wengi

PS ive attached the image so you can see wth i mean

oninuva 12-17-2006 07:45 PM

I don't get what you mean...

dprundle 12-20-2006 02:25 PM

thx m8, it looks great on my site.

taumau 12-26-2006 01:55 AM

Installed today (I clicked INSTALL ;) )!

Let?s see how it works! :rolleyes:

oninuva 01-01-2007 06:47 PM

Quote:

Originally Posted by taumau (Post 1145131)
Installed today (I clicked INSTALL ;) )!

Let?s see how it works! :rolleyes:

Great hope it helps and Happy New Year!

davis31b 01-06-2007 01:43 AM

Quote:

Originally Posted by wengi (Post 1132480)
Hi guys done the template modification wth no probs at all but ave a small prob ... the Text is not showing on the background ... but if you scroll and hold down the mouse over it it highlights ... just need to change the colour of the txt but cant find it on the coding


Any help pls
Regards
Wengi

PS ive attached the image so you can see wth i mean

change this part to whatever color you desire:

#topbar{
position:absolute;
border: 4px solid white;
padding: 5px;
background-color: black;
width: 620px;
visibility: hidden;
z-index: 400;
}

MikeWarner 01-24-2007 07:52 AM

This really works. Since installing this, registrations have almost doubled!

TheFrienzNet 01-25-2007 09:02 PM

Awesome.

letsjoy 01-26-2007 05:07 AM

thanks

HeloHi 01-28-2007 09:27 PM

Awesome, works great.

*clicks install*

RockMTP 01-28-2007 11:05 PM

Nice hack *Installed*

May be i'm just being fussy but after the user has clicked the link to register is there a way to make the bar not show any more?

Thanks

chkdgate 01-31-2007 11:05 PM

Installed this awesome little mod! Is there a way to use CSS color code instead of the actual name of the color?

Edit: Never mind, it didn't work. Maybe on the next update you can allow the ability to change the bg color and text via CSS. How can I have it appear a little lower than usual. In other words, I don't want it all the way up top, just a couple inches lower. Thanks.

ormand 02-02-2007 03:31 PM

God damn thats gotta be annoying! LOL

chkdgate 03-02-2007 05:29 PM

Has anyone tried it with 3.6.5 yet?

blueraider 03-05-2007 01:36 AM

it works with 3.6.5

d8tabyte 03-05-2007 03:51 AM

hmmm I installed this and I see nothing. I thought scripts were supposed to go in the headinclude template

**

I added

Code:

<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 = 30 //set x offset of bar in pixels
var startY = 5 //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>

to headinclude and it works fine now.

Ronak 11-18-2007 02:14 PM

Like it ;)

Jason Black 11-20-2007 09:35 PM

i think it will annoy the guest because it is just there scrolling down as the scroll down and up as the scroll up.

lighter 11-21-2007 02:36 AM

very nice mod...

UltraFanatics 12-14-2007 05:25 PM

Whats this mod like guys? does it help?

What worrys me is the search engines, does it really cock them up?

Shazz 12-14-2007 09:33 PM

Quote:

Originally Posted by UltraFanatics (Post 1401064)
Whats this mod like guys? does it help?

What worrys me is the search engines, does it really cock them up?

It can get annoying when it moves up and down, I don't see how it would affect the search engines

UltraFanatics 12-15-2007 03:28 PM

Great easy mod guys, many thanks!

Hopefully the engines will be ok with it :)

oninuva 01-11-2008 06:22 PM

Quote:

Originally Posted by Shazz (Post 1401187)
It can get annoying when it moves up and down, I don't see how it would affect the search engines

You can always hit the x and close it.

Lombardo 01-11-2008 10:43 PM

how do you edit it?

UltraFanatics 02-18-2008 05:59 PM

Does this work with 3.7?

UltraFanatics 02-19-2008 06:56 AM

Anyone?

Bloom21 02-24-2008 10:14 PM

would anyone know how to align this to the top right instead of the top left?

appreciate any help with this one

rwoscott 02-25-2008 05:37 PM

Quote:

Originally Posted by Bloom21 (Post 1450304)
would anyone know how to align this to the top right instead of the top left?

appreciate any help with this one

You could try float:right; in the #topbar css styles. You may need to remove the position: absolute; to get it correct.

viper007 04-05-2008 07:38 AM

how to change the font colour

Stromba 08-11-2008 11:02 PM

Quote:

Originally Posted by UltraFanatics (Post 1446428)
Anyone?

Works super fine on 3.7.2

nalexandre 11-25-2008 11:14 AM

Sorry, upload de close gif to forum root. where? Via FTP, but in which folder? Can anyone help?

Thank you

tsach 12-25-2008 01:59 PM

thanks man! i search it 4 hours.
thanks again


All times are GMT. The time now is 01:36 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01262 seconds
  • Memory Usage 1,782KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete