Quote:
Originally posted by inphinity
PHP Code:
if ($bbuserinfo[pmfolders]) {
$allfolders = explode("\n", trim($bbuserinfo[pmfolders]));
while (list($key,$val)=each($allfolders)) {
$thisfolder = explode("|||", $val);
}
}
$thisfolder[$folderid] = name of folder message is in
$thisfolder[0] (inbox) has a name of "1"
pm folder names are kept in the user table
|
I kind of follow you on this. I put the first 6 lines in but I got lost with the last two lines.

What would be the complete code I need to do it?