 |
 |
 |
 |
Registered: 01/16/08
Posts: 546
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#184945 - 05/27/07 08:07 PM
Re: admin can read Private Messages, right?
[Re: Trixie]
|
Carpal Tunnel
|
Registered: 07/04/06
Posts: 4480
Loc: Liverpool : England : UK
|
|
1. whack that total down to 50 2. Why mention that your monitoring them? You probably wont, as there will be that much going on. Start posting things like monitoring pm's if and when it becomes a problem. Normally its the few spoiling it for the many. Personally i respect that a private message is a private message, and wait for a member to post the contents of any abuse. If you must post that, then add it in your forum rules, and then if they step out of line, there banned the reason is in the forum rules  You don't have another way of ensuring that they have read your rules unless its in the forum rules.
_________________________
Version v7.5.6 < Threads satisfaction status People who inspire me Rick Gizmo Ian David jgeoff ntdoc Oooo i hear 8 is coming? just after 7 my friend.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#186155 - 06/09/07 12:13 PM
Re: admin can read Private Messages, right?
[Re: Mors]
|
|
Registered: 04/19/07
Posts: 4205
Loc: SoCal, USA
|
|
if you want to review the latest PMs in phpMyAdmin, just paste this: SELECT t2.TOPIC_SUBJECT AS Subject,
t3.USER_DISPLAY_NAME AS PMer,
t1.POST_BODY AS Body,
FROM_UNIXTIME( t1.POST_TIME,'%M %e, %Y - %h:%i %p') AS PMOn
FROM ubbt_PRIVATE_MESSAGE_POSTS AS t1,
ubbt_PRIVATE_MESSAGE_TOPICS as t2,
ubbt_USERS as t3
WHERE t1.TOPIC_ID=t2.TOPIC_ID AND t1.USER_ID=t3.USER_ID
ORDER BY t1.POST_TIME DESC
LIMIT 50 into a query (where ubbt_ is replaced by your board's prefix, limit 50 can be changed too) window. this will display the most recent xx (50 for this example) PM replies (messages). you could even save this in your Cpanel, DB tools, queries stuff, but then ALL admins have the ability to use it. just an fyi 
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|