一颗苹果


Go Back   一颗苹果 > Web Related > My Works | 本站作品

Post New Thread Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 2007-11-09, 10:20 PM
J's Avatar
J J is offline
evergreen
级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时
 
Join Date: 2007-06-05
Age: 22
Posts: 8.558
积分: 7
精华: 7
现金: 3814金币
资产: 4894金币
Default vBseo style 登录框修正 for vBulletin


  
●名称: vBseo style 登录框修正

●适用版本: vBseo style

●作者: J

●发布: http://anapple.org/t5173/

●安装时间: 1Min

●细节:

NAVBAR模板内寻找
<div class='htmltop'>HTML</div><div class='htmlmain'>
...省略....
</div>
替换为
<div class='htmltop'>HTML</div><div class='htmlmain'>
<form id="vbseo_login" 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 width="388" border="0" cellpadding="0" cellspacing="$stylevar[formspacer]">
<tr>
<td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 12px" 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"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 12px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td class="smallfont" colspan="2" 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>
<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="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</div>

效果对比见附件
Attached Thumbnails
fix.jpg  
Attached Images
unfix.jpg.jpg 

----- J's signature -----
天干物燥
Reply With Quote
  #2 (permalink)  
Old 2007-11-09, 10:20 PM
J's Avatar
J J is offline
evergreen
级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时
 
Join Date: 2007-06-05
Age: 22
Posts: 8.558
积分: 7
精华: 7
现金: 3814金币
资产: 4894金币
Default 【模板修改】vBseo style 登录框修正

  
●名称: vBseo style 登录框修正

●适用版本: vBseo style

●作者: J

●发布: http://anapple.org/t5173/

●安装时间: 1Min

●细节:

NAVBAR模板内寻找
<div class='htmltop'>HTML</div><div class='htmlmain'>
...省略....
</div>
替换为
<div class='htmltop'>HTML</div><div class='htmlmain'>
<form id="vbseo_login" 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 width="388" border="0" cellpadding="0" cellspacing="$stylevar[formspacer]">
<tr>
<td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 12px" 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"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 12px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td class="smallfont" colspan="2" 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>
<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="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</div>

效果对比见附件
Reply With Quote
  #3 (permalink)  
Old 2007-11-09, 10:20 PM
J's Avatar
J J is offline
evergreen
级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时级别:10 | 在线时长:158小时 | 升级还需:7小时
 
Join Date: 2007-06-05
Age: 22
Posts: 8.558
积分: 7
精华: 7
现金: 3814金币
资产: 4894金币
Default 【模板修改】vBseo style 登录框修正

  
●名称: vBseo style 登录框修正

●适用版本: vBseo style

●作者: J

●发布: http://anapple.org/t5173/

●安装时间: 1Min

●细节:

NAVBAR模板内寻找
<div class='htmltop'>HTML</div><div class='htmlmain'>
...省略....
</div>
替换为
<div class='htmltop'>HTML</div><div class='htmlmain'>
<form id="vbseo_login" 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 width="388" border="0" cellpadding="0" cellspacing="$stylevar[formspacer]">
<tr>
<td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 12px" 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"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 12px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td class="smallfont" colspan="2" 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>
<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="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</div>

效果对比见附件
Reply With Quote
  #4 (permalink)  
Old 2008-07-25, 10:46 PM
krizalidfx
游客
 
Posts: n/a
Default

  
thx.
Reply With Quote
Post New Thread Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT北京时间. The time now is 12:12 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122