Uridium Posted April 5, 2009 Posted April 5, 2009 Re: [mccode v2] New improved mailbox. ok i may be slow but im stuck does anybody have a version of this that updates when u have a mail for v2 im useing the standard mainmenue if it helps Ive altered my mainmenu and taken from header to place into mainmenu. so ecuse me if what i place below is in thr wrong area... open main menu make sure you have.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And at the top of the page with the rest of the $'s make sure you have $mc=$ir['new_mail']; If your mail count still isnt showing check the mailbox script to seeif it updating the mail count. Quote
RazorBladerz Posted April 6, 2009 Posted April 6, 2009 Re: [mccode v2] New improved mailbox. Firefox can't find the server at www.killah-city.com. Is it just me?? Quote
Zero-Affect Posted April 8, 2009 Posted April 8, 2009 Re: [mccode v2] New improved mailbox. Firefox can't find the server at www.killah-city.com. Is it just me?? http://www.killah-city.net try that Quote
mentaljason Posted April 13, 2009 Posted April 13, 2009 Re: [mccode v2] New improved mailbox. I fixed the mailcount... in this you need to remove the 's so: mysql_query("UPDATE users SET new_mail=new_mail+1 WHERE userid='{$who}'") or die(mysql_error()); and it should be mysql_query("UPDATE users SET new_mail=new_mail+1 WHERE userid={$who}") or die(mysql_error()); replace both of these, in send mail and quick reply. and to fix your mail count run this query: UPDATE users SET new_mail=0 and empty your mail table for the mail count to work. Quote
Assault Posted May 19, 2009 Posted May 19, 2009 Re: [mccode v2] New improved mailbox. Alsmot runs on V1 but when i try to send a new message after i type it blah blah blah, when i click send i recive this error Unknown column 'new_mail' in 'field list' You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
CrazyT Posted May 19, 2009 Posted May 19, 2009 Re: [mccode v2] New improved mailbox. Its because v1 dont use new_mail in users table * me thinks.. Quote
Assault Posted May 24, 2009 Posted May 24, 2009 Re: [mccode v2] New improved mailbox. Yes, I know, what is it supposed to be though? Quote
iR00T Posted May 29, 2009 Posted May 29, 2009 Re: [mccode v2] New improved mailbox. nice mod, I think i'll use it. Quote
SteveDave Posted March 27, 2010 Posted March 27, 2010 Nobody has posted here in a while but I was hoping someone could help me out here. For some reason I can't get ignore to work (separate mod). Here is what I have You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. The error it gives me is: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ignore WHERE userid='2' and blocked='1'' at line 1 Any idea why this is happening? I feel retarded for asking something that should be so simple. I must be missing something :huh: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.