原作者:uason
--------------------------------------------------------------------------------
http://phpbb-tw.net/phpbb/viewtopic.php?p=249739
n
好久沒玩PHPBB.由於之前pcadsl轉址掛了.
便把PHPBB關站了..
剩下no-ip的xoops繼續運作.
最近發現一個xoops外掛可以在網頁右下角出現浮動框邀請訪客登錄或註冊.
興起我改造到PHPBB的念頭.
於是架起PHPBB改了一下給各位站長參考...
修改方式:
開啟
代碼: 選擇全部
overall_header.tpl
在之前插入代碼
代碼: 選擇全部
<!-- BEGIN switch_user_logged_out -->
<div class="maintable">
<script type="text/javascript" src="pmlogin.js"></script>
<div id="popupWin" style="border:0px solid #000000; display:none; position:absolute; z-index:9999; width:180px; height:115px; right:1px; bottom:1px; background-image:url('images/pmlogin.jpg')" onselectstart="return false;" onmousedown="return popupWinespopup_DragDrop(event);" >
<div id="popupWin_header" style="cursor:default; display:none; position:absolute; left:0px; width:178px; top:5px; height:18px; font:10px arial,sans-serif; color:#000000; text-decoration:none;">
<span id="popupWintitleEl"> <b><font style="color:#000000;">登錄提示</font></b></span>
<span style="position:absolute; right:0px; top:2px; cursor:pointer; color:#FFFFFF; font:10px arial,sans-serif; position:absolute; right:4px;" onclick="popupWinespopup_Close()" onmousedown="event.cancelBubble=true;" onmouseover="style.color='#FFFFFF';" onmouseout="style.color='#FFFFFF';"> ·</span></div>
<div id="popupWin_content" onmousedown="event.cancelBubble=true;" style="display:none; border-left:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000; border-right:0px solid #000000; padding:0px; overflow:hidden; text-align:center; font:10px arial,sans-serif; position:absolute; left:0px; width:178px; top:35px; height:80px;">
<font style="color:#333333;">歡迎光臨 {SITENAME} !</font><br /><br />
<font style="color:#333333;">請您<a href="{U_LOGIN_LOGOUT}">={L_LOGIN_LOGOUT}</a>或<a href="{U_REGISTER}">={L_REGISTER}</a></font><br /><br /><font style="color:#666666;">本提示於數秒後自動關閉</font><br><br>
</div></div></div>
<!-- END switch_user_logged_out -->
附件:
pmlogin.rar
把把附件pmlogin.rar解壓縮為pmlogin.js放到您的PHPBB資料夾內.
圖片更名為pmlogin.jpg再放到/images裡頭即可.
參考網站:
PHPBB -->> http://uason.no-ip.com/phpbb/
測試帳號:test 密碼:test