⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 privatemessages.txt

📁 一个不错的ASP论坛源码
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -