Oh, I could do that. It mostly a lot of PHP though. Could you give a slight bit more detail on it? Like, does it have multiple users? Mod's? Something like that..
Use a basic HTMl checkbox <input type="checkbox"> and when you select 1 for each thing, (like in email or private mesasages). And you hit delete. It deletes the ones you have selected...
That could work bimmer. But i think i have an easier solution...
<form action="mass.php" method="post"><input type="text" name="subject"> :: Subject<br><textarea rows=5 cols=55 name="…
Hmm, CRAZY ENOUGH TO WORK !!! But could you show me the query, this is what i did...
[php]
$query = "SELECT * FROM members_disallow WHERE disallow LIKE $username";
$result = mysql_query($query);
if(mysql_num_rows($result) > 0){
echo &q…
Ok, Ill post the entire code for you guys to look at... Here it is..
[php]
$query = "SELECT * FROM members WHERE user_name='$user'";
$result = mysql_query($query);
if(mysql_num_rows($result) > 0){
$errors = "Username Has Alread…
Ok, Ill fix that, I never thought of it like that. Now to find the right color.
Also, I installed the forum and edited to what i wanted, colors. Things like that, check it out...
http://gambit.liquidweb.com/~outpost/forum
I think its pretty cool