privatemessages.txt

来自「一个不错的ASP论坛源码」· 文本 代码 · 共 55 行

TXT
55
字号
Private Messages Mod for Snitz Forums v3.1 Final and newer

Ignore User feature not yet implemented

New Table: - FORUM_PM

Run the included  PMDBSETUP.asp file to setup the new table.


In default.asp  you need to add this line.

<!--#include file="privatemess.asp"-->

Where ever you want the private messages to appear


Mine looks like this:

<%
				else
					blnHiddenForums = true
				end if ' ChkDisplayForum() 
				rsForum.MoveNext
			loop
		end if
		rs.MoveNext
	loop
 end if 
%>
<!--#include file="privatemess.asp"-->
<%
if strShowStatistics = "1" then
	WriteStatistics
end if %>
    </table>           
    </td>
  </tr>
<tr>
	<td>
		<table width="100%">
		<tr>
			<td>
			<font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
			<img alt="New Posts" src="icon_folder_new.gif" width=8 height=9> Contains new posts since last visit.<br>
			<img alt="Old Posts" src="icon_folder.gif" width=8 height=9> No new posts since the last visit.<br>
			</font>
			</td>
		</tr>
		</table>
	</td>
</tr>
</table>


Then just put all of the other included files into your /forum directory.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?