[3.8.1] vBAlien Arwa [Ripped by TheProphet]

TheProphet

New Member
My ripped version of the vBAlien Real skin.

Blanc logo added

1235152206-150.png
 

remember

New Member
Excellent skin mate.
can i know how to remove the login filed from header area ..please...
bocoz even if we login it wont go...
 

TheProphet

New Member
remember said:
Excellent skin mate.
can i know how to remove the login filed from header area ..please...
bocoz even if we login it wont go...

Thats the way it's designed, but to remove:

Find in the header template this section and remove it.

HTML:
		<!-- login form -->
		<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
		<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
		<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
		<tr>
			<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vbphrase[username]</label></td>
			<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
			<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
		</tr>
		<tr>
			<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
			<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
			<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
		</tr>
		</table>
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="securitytoken" value="$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>
		<!-- / login form -->
 

remember

New Member
Thanks..i remove it..and replaced with some conditional lists...
and is it possible to get a psd ?
or at least a blank logo..pls..
 

TheProphet

New Member
remember said:
Thanks..i remove it..and replaced with some conditional lists...
and is it possible to get a psd ?
or at least a blank logo..pls..

I added a clean logo so you can replace it.
A .psd file i don't have because i ripped it m8.
 

Kedzi

New Member
Thanks for this theme :) I love it :)

But I have this little problem:

When I am logged in, I always see the log in box at the left corner of the screen look:

Untitled-1-3.jpg


How can I fix this ?
 

Kedzi

New Member
remember said:
Thanks..i remove it..and replaced with some conditional lists...
and is it possible to get a psd ?
or at least a blank logo..pls..

Can you tell me how you do to put another script in it, like if I wanted to put a donate link in the box ?

Thanks
 

sKippah

New Member
Hey. thanks a lot for this. very nice but i have a lil prob with it on the sides.
Just have a look yourself here please.

Hope u can help me gettin it fixed. Thanks
 

Kevinex

New Member
I too have the same problem, looks deformed! not well understood as the response above, I have many sections and some are bigger than others :(
 

Webdude

New Member
Can we have a 3.8.2 version please?
Also i know you said its designed to show it but how do you get the theme to recognise your logged in so that it doesn't confuse visitors?
 
Top