Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 2002
Posts: 153
Member
Member
Offline
Joined: May 2002
Posts: 153
is there a way to ad some notes to the profiles? a note only visible to admins?
it is rwally hard to remember without some help / notes...

Thanks

Sponsored Links
Joined: Aug 2000
Posts: 1,609
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,609
What is really hard to remember?

Joined: Jun 2003
Posts: 1,025
Junior Member
Junior Member
Offline
Joined: Jun 2003
Posts: 1,025
I believe you jane is referring to moderation notes to keep track of who's been warned for what, etc. I've seen someone ask about this before. I don't believe that such a mod exists. It was suggested to have a forum only available to mods and admins. Then make a post when the users name and reply to it anytime they are warned, etc.

Hope this helps.

Joined: Apr 2002
Posts: 1,768
Addict
Addict
Offline
Joined: Apr 2002
Posts: 1,768
A quick and dirty solution is to simply add a column, e.g. U_Notes, to the w3t_Users table, and modify it or view it with phpMyAdmin. This doesn't involve hacking any scripts, and won't incur any maintenance when upgrading to new threads versions.

I would probably use a variation on this, a new table w3t_AdminUserNotes:

Code
CREATE TABLE w3t_AdminUserNotes ( <br />   userid  INT(9)    NOT NULL, /* user number of user to whom note pertains */ <br />   ownerid INT(9)    NOT NULL, /* user number of user who added this note */ <br />   added   TIMESTAMP NOT NULL, /* timestamp when note was added */ <br />   note    TEXT      NOT NULL  /* the note */ <br />)


I think having a separate table would be more efficient, since only a fraction of the users would probably have notes.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)