Jump to content


Buy 2 skins get 1 free
Refer members and earn 20% commission on purchases they make!

- - - - -

Skins updated for vBulletin 4.0.8

vbulletin skins styles templates themes 4.0.8

  • You cannot reply to this topic
42 replies to this topic

#1 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 21 October 2010 - 03:33 AM

I am now working on updating my skins for vBulletin 4.0.8

Seems to be alot of stylevar changes, so updates may come abit slower tonight but i hope to have them all updated tonight.

Will update this thread with updated skins.

Skins updated so far to 4.0.8

  • BP-Black and BP-Black Series2
  • btech
  • Hazard
  • Future
  • Eloquent
  • BP-White and BP-White Series2
  • USFTECH
  • BlueSteel
  • BP-Grey and BP-Grey Series2
  • BP-Light and BP-Light Series2
  • Business
Profle pages are not perfect atm and unfortunately this cannot be fixed with stylevars or CSS. Follow this thread if u have problems:
http://www.vbulletin...-Profile-Style.

#2 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 21 October 2010 - 05:12 AM

vBulletin has made alot of changes to vBulletin 4.0.8, so i suggest installing skins fresh to save any problems.

#3 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 21 October 2010 - 04:01 PM

I have almost finished updating most of my skins. BP-Black and bTech are finished.

Just waiting on a response from vBulletin about the profile pages.

What happened is that vBulletin added custom profiles to 4.0.8, but unfortunately this has changed alot of the stylevars in ways that dont make sense. I mean its great for users who want to have custom profiles, but there is now no way to make a default profile design without it looking messed up. I hope to get an answer in a few hours.

#4 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 22 October 2010 - 01:48 AM

BP-Black and bTech updated versions are now uploaded. Doing the rest now.


Infortunately due to custom profiles, the member profiles pages are not perfect.

#5 ceho

    Premium Customer

  • Customer
  • 125 posts
  • LocationGermany

Posted 22 October 2010 - 02:30 AM

Thanks a lot for the quick updates Sean!

May I ask you something? Will that help solving (at least until 4.0.9) the profile issue: http://www.vbulletin.com/forum/showthread.php?365071-Which-CSS-please&p=2060516&viewfull=1#post2060516

Are there new graphics in the style (e.g. Future Black ;-)), and is it really necessary to do a fresh installation? Thank you very much and keep up the great work!

#6 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 22 October 2010 - 04:59 PM

Hey Ceho, Yes you will need to follow the steps in that link to get your profile pages looking correct, this is not something i can control with the style XML/Stylevars

There is a few new misc images, but none that effect the skin.

#7 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 29 October 2010 - 08:25 AM

Anyone who downloaded BP-Black, Eloquent, Future, Hazard and bTech before today will need to download the package again.

A bug appeared in 4.0.8 where the 'remember me' box would float to the left on the CMS pages, this has been fixed in the new packages.

#8 Taurus

    Premium Customer

  • Customer
  • 134 posts
  • LocationWuxi, China

Posted 29 October 2010 - 07:10 PM

And what does this mean? I have to install the themes completely new again, and do all template edits again??

Is there not just a template edit I can do for this?

Thanks.
CreativX

Where you will find the greatest selection of custom designed Windows 7 Themes in the world!

#9 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 29 October 2010 - 07:15 PM

The fixes were all minor, but the main one i would change is this:

Edit your header template and find:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>

And change to:

<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />

#10 Taurus

    Premium Customer

  • Customer
  • 134 posts
  • LocationWuxi, China

Posted 29 October 2010 - 08:05 PM

Nope, cannot find that. And the part you say change it too, is already there.
CreativX

Where you will find the greatest selection of custom designed Windows 7 Themes in the world!

#11 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 29 October 2010 - 11:06 PM

Hey Taurus, that code definately exists in the header, its the 'remember me' tick box. Problem was that this part '<label for="cb_cookieuser_navbar">' was causing the box to float left on the CMS pages for skins where the box was moved to the same line as the rest of the input boxes.

Pretty much your just looking for:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>

And removing the <label> code from the beginning and the end.

#12 Taurus

    Premium Customer

  • Customer
  • 134 posts
  • LocationWuxi, China

Posted 29 October 2010 - 11:25 PM

Sean, this phrase: {vb:rawphrase remember_me} is in none of your skins header templates mate. It is in my other skins header templates.
CreativX

Where you will find the greatest selection of custom designed Windows 7 Themes in the world!

#13 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 30 October 2010 - 02:19 AM

In your header template you are looking at for line 62.

This is how that line is changed in my newer versions.

<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />

Why are you looking for? {vb:rawphrase remember_me}

#14 Taurus

    Premium Customer

  • Customer
  • 134 posts
  • LocationWuxi, China

Posted 30 October 2010 - 03:26 AM

You say to look for this:

Edit your header template and find:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>

And this I cannot find.
CreativX

Where you will find the greatest selection of custom designed Windows 7 Themes in the world!

#15 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 30 October 2010 - 04:46 AM

Do u have this:
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />

Tried to visit your forum, http://creativx.net/ and it times out.

#16 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 30 October 2010 - 04:50 AM

Loading now, if u visit this page:
http://creativx.net/ you will see the remember me box is floated to the left.

Post your header template here please.

#17 Taurus

    Premium Customer

  • Customer
  • 134 posts
  • LocationWuxi, China

Posted 30 October 2010 - 04:58 AM

<div class="newwrap">
 <div id="backleft"><div id="backright">
  <table id="tablebord" cellpadding="0" cellspacing="0" border="0">
   <tr>
	<td id="bordleft"><img src="images/BlueTech/misc/spacer.gif" alt="" border="0" /></td>
	<td id="content2">
<!-- border -->
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
	{vb:raw ad_location.ad_header_logo}
	<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
	<div id="toplinks" class="toplinks">
		<vb:if condition="$show['member']">
			<ul class="isuser">
				<li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
				<vb:if condition="$show['registerbutton']">
				<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
				</vb:if>
				<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
				<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
				<vb:if condition="$notifications_total">
				<li class="popupmenu notifications" id="notifications">
					<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total} Message(s)</strong></span></a>
					<ul class="popupbody popuphover">
						{vb:raw notifications_menubits}
					</ul>
				</li>
				<vb:else />
				<li class="popupmenu nonotifications" id="nonotifications">
					<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
					<ul class="popupbody popuphover">
						<li>{vb:rawphrase no_new_messages}</li>
						<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
					</ul>
				</li>
				</vb:if>
				<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.musername}, {vb:link member, {vb:raw bbuserinfo}}}
<!--yobromofo.com flashing message-->
<vb:if condition="$bbuserinfo['pmunread']">
	<a href="private.php{vb:raw session.sessionurl_q}"><img border="0" src="images/newpm.gif" width="16" height="11"></a>
	</vb:if>
<!--yobromofo.com end flashing message-->
</li>
				<vb:if condition="$vboptions['enablefacebookconnect']">
					{vb:raw facebook_header}
				</vb:if>
			</ul>
        	{vb:raw template_hook.header_userinfo}
			<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
		<vb:else />
			<ul class="nouser">
			<vb:if condition="$show['registerbutton']">
				<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
			</vb:if>
				<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
				<li>
			<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
			<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
				<fieldset id="logindetails" class="logindetails">
					<div>
						<div>
                                	<img src="{vb:stylevar imgdir_icons}/username.png" alt="Username" />
					<input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
                                	<img src="{vb:stylevar imgdir_icons}/password.png" alt="Password" />
					<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
					<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
					<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
					<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /></label>
					</div>
					</div>
				</fieldset>
				<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
				<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
				<input type="hidden" name="do" value="login" />
				<input type="hidden" name="vb_login_md5password" />
				<input type="hidden" name="vb_login_md5password_utf" />
			</form>
			<script type="text/javascript">
			YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
			YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
			YAHOO.util.Dom.setStyle('navbar_username', "color", "#828282");
			vB_XHTML_Ready.subscribe(function()
			{
			//
				YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
				YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
				YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
				YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
			});
			
			function navbar_username_focus(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
				{
				//
					textbox.value='';
					textbox.style.color='white';
				}
			}

			function navbar_username_blur(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				if (textbox.value == '')
				{
				//
					textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
					textbox.style.color='#828282';
				}
			}
			
			function navbar_password_hint(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				
				YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
				YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
				YAHOO.util.Dom.get('navbar_password').focus();
			}

			function navbar_password(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				
				if (textbox.value == '')
				{
					YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
					YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
				}
			}
			</script>
				</li>
				<vb:if condition="$vboptions['enablefacebookconnect']">
					{vb:raw facebook_header}
				</vb:if>
			</ul>
		</vb:if>
	</div>
	<div class="ad_global_header">
		{vb:raw ad_location.global_header1}
		{vb:raw ad_location.global_header2}
	</div>
	<hr />
	{vb:raw ad_location.ad_header_end}
</div>

CreativX

Where you will find the greatest selection of custom designed Windows 7 Themes in the world!

#18 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 30 October 2010 - 05:03 AM

Your header did contain this code:

                                               <div>
                                        <img src="{vb:stylevar imgdir_icons}/username.png" alt="Username" />
                                        <input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
                                        <img src="{vb:stylevar imgdir_icons}/password.png" alt="Password" />
                                        <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
                                        <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
                                        <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
                                        <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /></label>
                                        </div>
Second last line.

So this will be your new header:

<div class="newwrap">
<div id="backleft"><div id="backright">
<table id="tablebord" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="bordleft"><img src="images/BlueTech/misc/spacer.gif" alt="" border="0" /></td>
<td id="content2">
<!-- border -->
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
{vb:raw ad_location.ad_header_logo}
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
<div id="toplinks" class="toplinks">
<vb:if condition="$show['member']">
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total} Message(s)</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.musername}, {vb:link member, {vb:raw bbuserinfo}}}
<!--yobromofo.com flashing message-->
<vb:if condition="$bbuserinfo['pmunread']">
<a href="private.php{vb:raw session.sessionurl_q}"><img border="0" src="images/newpm.gif" width="16" height="11"></a>
</vb:if>
<!--yobromofo.com end flashing message-->
</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
{vb:raw template_hook.header_userinfo}
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
<vb:else />
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
<fieldset id="logindetails" class="logindetails">
<div>
<div>
<img src="{vb:stylevar imgdir_icons}/username.png" alt="Username" />
<input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
<img src="{vb:stylevar imgdir_icons}/password.png" alt="Password" />
<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />
</div>
</div>
</fieldset>
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<script type="text/javascript">
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
YAHOO.util.Dom.setStyle('navbar_username', "color", "#828282");
vB_XHTML_Ready.subscribe(function()
{
//
YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
});

function navbar_username_focus(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
{
//
textbox.value='';
textbox.style.color='white';
}
}

function navbar_username_blur(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
//
textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
textbox.style.color='#828282';
}
}

function navbar_password_hint(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);

YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
YAHOO.util.Dom.get('navbar_password').focus();
}

function navbar_password(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);

if (textbox.value == '')
{
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
}
}
</script>
</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
</vb:if>
</div>
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
{vb:raw ad_location.ad_header_end}
</div> 


#19 Taurus

    Premium Customer

  • Customer
  • 134 posts
  • LocationWuxi, China

Posted 30 October 2010 - 05:09 AM

OK, then I apologize. Then what should I change in my other skins now.

I changed that one.
CreativX

Where you will find the greatest selection of custom designed Windows 7 Themes in the world!

#20 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 30 October 2010 - 05:14 AM

All u need to do is change that one line to this in the header of all your skins:

<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />

Removing the <label> and phrase (only remove the phrase if u dont want the 'remember me' text)

I personally dont like the remember me text.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users

Links

Customers

Our Network

Our Friends


  • Follow us...
  • Subscribe to our Announcements
  • Follow us on Twitter
  • Follow us on Facebook
  • Follow us on LinkedIn
  • Follow us on Google +
  • We accept Paypal & 2Checkout with Mastercard and Visa