Re: Private Messaging for 1.2.x
Ok its released, no db changes just overwrite the old files if your upgrading
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Private Messaging for 1.2.x
Ok its released, no db changes just overwrite the old files if your upgrading
Superb!
Perfect timing, im upgrading to 1.2.2 right now
OK, nice job !
But I report one bug :
"Delete multiple messages" don't work (only one post is delete each time).
I use PunBB 1.2.2, updated from 1.1.5 (and old PM mod also).
ahh i think i know what that might be i'll have a look as soon as a fix my testing server
OK, nice job !
But I report one bug :
"Delete multiple messages" don't work (only one post is delete each time).I use PunBB 1.2.2, updated from 1.1.5 (and old PM mod also).
weird i had no problem with it
Ka wrote:OK, nice job !
But I report one bug :
"Delete multiple messages" don't work (only one post is delete each time).I use PunBB 1.2.2, updated from 1.1.5 (and old PM mod also).
weird i had no problem with it
Have you done a fresh install ?
to fix the multi delete open message_list.php, find line 63 and replace with
$db->query('DELETE FROM '.$db->prefix.'messages WHERE id IN('.$_POST['messages'].') AND owner=\''.$pun_user['id'].'\'') or error('Unable to delete messages.', __FILE__, __LINE__, $db->error());
Excellent !
There used to be a "Messages" link in the main navigation. I can't remember if that was there in my updrade to PunBB 1.2.2, but it's not there now with PM Mod 1.2.1.
check you did all the modifications correctly
don't know if it has beeen reported yet, but in the file viewtopic_PM-link.php it should be & instead of &..
no it hasn't thanks (it also hasn't been reported that PM links appear for guests when they shouldn't which is a problem with the same file)
check you did all the modifications correctly
Yup I was a little tired last night and didn't read... oops!
Also had a problem (again) with Dreamweaver adding weird characters to the end of the files that I downloaded through the built-in FTP, so when I uploaded them, it choked. fixed tho.. thanks Connor!
How would I change the "You have new messages"... to a different color?
you can probably do it in the css i'll have a play later and give some more details
line 8 in /include/pms/header_new_messages.php:
$tpl_temp .= "\n\t\t\t\t".'<li class="pmlink"><strong><a href="message_list.php">'.$lang_pms['New messages'].'</a></strong></li>';
and line 17:
$tpl_temp .= "\n\t\t\t\t".'<li class="pmlink"><strong><a href="message_list.php">'.$lang_pms['Full inbox'].'</a></strong></li>';
theoretically, if you put a class on the a href in these two, and put it in your CSS, it should work. but it's not, and i can't figure out why. i can easily add a title to the link and it shows up.
i'm sure it has to do with the fact that it's a list item.
no need to edit the code since i gave it a class when i made it just add
.pmlink a:link, .pmlink a:visited {
color: blue;
}
.pmlink a:hover {
color: green;
}
to the css
I have never had any PM links for guests..
how would guests send/receive private messages anyway?
no need to edit the code since i gave it a class when i made it just add
.pmlink a:link, .pmlink a:visited {
color: blue;
}
.pmlink a:hover {
color: green;
}
to the css
nice! thank you!
now, connor, use your CSS magic to turn the box around Announcement RED.
i've tried and could only get a portion of it red.
i'm not great at css but...
div.block#announce div.inbox {
background-color: red;
}
connorhd,
will you release for 1.2.4??? I have tried changing the install_mod.php but it just said
could not write to the config file
Cows
i'm not great at css but...
div.block#announce div.inbox { background-color: red; }
no, the box containing the word Announcement, and the border around it. I'd like to make the word Announcement white as well. thanks if you can get this working!
Good job men.., I have try this mod for punbb 1.2.3, everything is ok until i test to send message.
I switch login into my "Testing" user, it said that No Messages, but when i see the inbox the message is in there.
How can I fix this?
Btw I have translated in Indonesian, where can I send it to you?
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Private Messaging for 1.2.x
Powered by PunBB, supported by Informer Technologies, Inc.