Lotan Kane Posted January 29, 2010 Posted January 29, 2010 I'm using V2,with no mods.I've tried uninstalling and re-installing multiple times and can not figure this out for the life of me.I dont have a whole lot of time,due to having a job,so i thought i'd take the easy route and ask some fellows who know a bit more about this script then myself. For some god awful reason the events,mail,jail,and hospital do not show a new count number next to them.They just sit at zero,no matter how many new events,mails or whatnot occur.I assume this is a simple fix,maybe,maybe not.But any insight as to why this is happening would be greatly appreciated. If any more info is needed,just say the word,and i'll provide as much as possible. :) Quote
Magictallguy Posted January 29, 2010 Posted January 29, 2010 Something isn't updating the database. Check all your queries, make sure they are updating what they're supposed to. If not, you could always use a SELECT COUNT() query. Quote
Lotan Kane Posted January 29, 2010 Author Posted January 29, 2010 Things appear to be correct,just tried a fresh install once again.I have'nt changed anything,all is still in it's original state. With that said,i must be doing something wrong,or overlooking something.Thank you for your help Magictallguy,i hope this is not an inconvenience. *after more testing i figured out that its only the mail and events that do not show a new count.Still trying to figure out why this is not working.Also noticed that it never shows as a new event or new message in the users table in the database. Quote
Jordan Palmer Posted January 30, 2010 Posted January 30, 2010 If it's not showing in the database, then quite simply enough you haven't got the update query; $db->query("UPDATE users SET new_mail=new_mail+1 WHERE userid=$userid"); Will need to go in the send(); function. if you need more assistance contact me on my MSN [email protected] and i'll sort it for you Quote
Lotan Kane Posted January 30, 2010 Author Posted January 30, 2010 Thank you Jordan.I'll give this a try here in a bit.Also thank you for offering help through msn. Quote
Jordan Palmer Posted January 30, 2010 Posted January 30, 2010 No worrie's. I'm always around so yes I can help 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.