TBDev Forum
Programming board
Main Page Forum Rules Privacy Policy Members Contact Us
Welcome Guest (Login | Register)
TBDev Forum TBDev.net - Mods & hacks Mods Complete & working Message/Email Mods Mailbox system
Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Mailbox system

2008-09-21 23:22:00
Group: Member
Posts: 1260
Topics participated: 596
Topics started: 26
First post: 2008-04-17 10:36:00
Last post: 2008-12-29 01:51:00
make sure you don't have any spaces between the opening php tag

php
this will give an header error, and since is on line 2, i guess this should be the reason :P
 
2008-09-23 01:47:00
Group: Member
Posts: 121
Topics participated: 63
Topics started: 26
First post: 2008-09-14 00:28:00
Last post: 2008-12-22 08:42:00
lol i noticed that yesterday but i thought i fixed it. Obviously i didnt. But sure enough that was the fix, thanks!
 
2008-09-24 04:29:00
Group: Member
Posts: 22
Topics participated: 18
Topics started: 3
First post: 2006-12-05 04:59:00
Last post: 2008-11-03 10:45:00
Great mod but I have run into one problem, Ive been at this for 3 days now and I think I need some help with it.

The entire thing works for me, including the select all part. But the one thing that is not working is the actual Delete button. Select all/Unselect all work fine. so I have eliminated that aspect of the Mod. I even went back and used a default messages.php and yet I still have the same non-working delete button. I went thru the code several times and I believe I have everything in its correct location without any typos and such (notice I said "I believe" LoL)

If I could get someone to check things out, sometimes a second or third pair of eyes can spots things Im missing, I would greatly appreciate it.


EDIT: I can use the delete option when viewing each message just fine, but the delete button in the main inbox is the one not working.

Second Edit: I have also now noticed that I cant move a message to a new created box. I created a new Saved box and when I try to move a message to that box, it doesnt get moved, it reappears back in my inbox



Thanks everyone!

Here my files, if someone could please take a look, any and all help is much appreciated.
 
2008-11-14 18:41:00
Group: Member
Posts: 359
Topics participated: 191
Topics started: 35
First post: 2007-11-10 19:36:00
Last post: 2008-12-23 00:27:00
EDIT : SOLVED
 
2008-12-17 00:01:00
Group: Member
Posts: 100
Topics participated: 27
Topics started: 17
First post: 2008-08-08 07:00:00
Last post: 2008-12-28 15:56:00
Fatal error: Call to undefined function sql_query() in C:\xampp\htdocs\messages.php on line 699


line 699
$res = sql_query('SELECT * FROM pmboxes WHERE userid=' . sqlesc($CURUSER['id']) . ' ORDER BY boxnumber'); ?>
 
2008-12-17 00:08:00
Group: Member
Posts: 735
Topics participated: 495
Topics started: 13
First post: 2007-10-17 12:48:00
Last post: 2009-01-03 18:14:00
Change sql_query to mysql_query or add the sql query function into bittorrent - either way will fix yer issue
 
2008-12-17 15:43:00
Group: Member
Posts: 100
Topics participated: 27
Topics started: 17
First post: 2008-08-08 07:00:00
Last post: 2008-12-28 15:56:00
Change sql_query to mysql_query or add the sql query function into bittorrent - either way will fix yer issue



Yes it did :) thanks alot!


Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\messages.php:2) in C:\xampp\htdocs\messages.php on line 337
 
2009-01-01 07:47:00
Group: Member
Posts: 96
Topics participated: 52
Topics started: 10
First post: 2008-01-06 01:19:00
Last post: 2009-01-02 14:05:00
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\messages.php:2) in C:\xampp\htdocs\messages.php on line 337


you have a space at the beginning of the messages.php(before first "") file.
open messages.php with notepad and delete that space.
 

Similar threads

Topic Posts Last post
Mailbox system 3 2008-02-26 10:48:00
Mailbox system 30 2008-10-16 00:32:00
Errors after installining mailbox system by tux2005 2 2006-11-01 17:55:00
mailbox mod help 2 2008-10-09 21:52:00
Mailbox problem 1 2007-03-20 11:24:00