Jake Bunce submitted a new resource:
Change login bar to an overlay (version 1.x) - Will popup a standard overlay box instead of the default "scroll down" from the top.
Read more about this resource...
Change login bar to an overlay (version 1.x) - Will popup a standard overlay box instead of the default "scroll down" from the top.
Instead of this menu scrolling down from the top:
View attachment 27034
You will get an overlay window in the middle of the page:
View attachment 27035
Admin CP -> Appearance -> Templates -> login_bar
Add the red code:
View attachment 27034
You will get an overlay window in the middle of the page:
View attachment 27035
Admin CP -> Appearance -> Templates -> login_bar
Add the red code:
Rich (BB code):
<xen:require css="login_bar.css" />
<script>
XenForo.LoginBar = function(a){};
</script>
<div id="loginBar">
<div class="pageWidth">
<div class="pageContent">
<h3 id="loginBarHandle">
<label...