Back to vBulletin 4.x Template Modifications

Registered Users (ItalianHack.org)
Mod Version: 1.00, by vBseo.it

vB Version: 4.x.x Rating: (4 votes - 4.75 average) Installs: 15
Released: 24 Sep 2011 Last Update: Never Downloads: 0
Not Supported Code Changes  

##########################
Developed by vBSeo.it, with Registered User Modification
V 1.0 BETA
##########################


Hi all,
i have developed this modification for vBulletin 4.X.X

Description: This modification show the Registered Users on the bottom of the forum

Screen:


-> http://www.italianhack.org <-

Installation:

In your FORUMHOME template find the code:
HTML Code:
{vb:raw headinclude_bottom}
</head>
	<body>
Add Below:
HTML Code:
<style text/css>
.usersnumber {
position: fixed;
bottom: 0px;
right: 0px;
padding: 4px;
border-left: 2px solid #09F;
border-top: 2px solid #09F;
background: #BCE5FE;
font-size: 14px;
color: black;
z-index: 9999;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
border-top-left-radius: 5px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
</style>
<div class="usersnumber">
<dl>
<dd>
{vb:raw numbermembers} Users
</dd>
</dl></div>
End. Sorry for my english, i'm italian!
Please Mark as Installed if you use this.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2025