AdamJ
June 10th, 2008, 06:32
Hi guys, I've got this "member Login" area on the template I am using for my new site, and wondered how can I add a login to either cPanel or vBulletin to it, instead of them visiting the respected areas to login there. The code for the login box goes as follows:
<div id="member">
<h2>Member Login</h2>
<form action="#" method="post" name="member_log_in" id="member_log_in">
<label>Name:</label>
<input type="text" name="name" class="txtBox" />
<label>Password:</label>
<input type="password" name="name2" class="txtBox" />
<a href="#">A registered member?</a>
<input type="submit" name="go" value="" class="go" />
<br class="spacer" />
</form>
<br class="spacer" />
</div>
If possible, could somebody try and get that so a member could login to the forum or cPanel from the main site, without having to visit the link itself? And when they login, if correct, they are redirected to that thing as normal.
Thanks,
Adam
<div id="member">
<h2>Member Login</h2>
<form action="#" method="post" name="member_log_in" id="member_log_in">
<label>Name:</label>
<input type="text" name="name" class="txtBox" />
<label>Password:</label>
<input type="password" name="name2" class="txtBox" />
<a href="#">A registered member?</a>
<input type="submit" name="go" value="" class="go" />
<br class="spacer" />
</form>
<br class="spacer" />
</div>
If possible, could somebody try and get that so a member could login to the forum or cPanel from the main site, without having to visit the link itself? And when they login, if correct, they are redirected to that thing as normal.
Thanks,
Adam