Re:

New features:
* Security bug fixed
* Multi Delete fixed
* Options are now in a plugin
* Usergroup permissions added
* Send PM link added to admin profile view
* PM button removed for guests
* New look for the PM pages (i'd love feedback its slightly broken in IE so if someone has some better markup please share wink)

Download

Enjoy. Will install on ANY 1.2.x version (no error messages wink)

Re:

Thnx Connorhd smile
Will give it a try

I start thinking from where you stop thinking!!!

Re:

I have a problem PARSE ERROR in functions.php ...

Re:

if i want to maintain the v1.2.1 layout, what needs to be changed in message_list.php?

Re:

errrm, i'm sorry but i'm not going to support that layout, its bad enough supporting one, if someone else wants to help then fine but i'm not going to.

Rod: maybe if you told us what the actual error message was?

Re:

works of for me

great job connorhd

Re:

I'll install the update but do you have any plans to add an option for email notification of pm's received?

Re:

Yeh maybe. would require adding user settings to the PM mod, i'm planning to change it alot next version, problem is making the upgrade script is a pain.

Re:

Working great here.

thanks!!!!

Re:

thanks Connorhd, i upgraded without a hitch and its great. i love seeing script updates.

one problem though, it looks a little wanky in firefox with my 800 x 600 display (my video card is retardly horrible and wont go higher without crashing). if you check out my forum you can understand what im saying. http://www.greasyspoon.org/forum

pay special attention to the 'delete multiple messages' page.

PS: im still waiting for your release of the poll mod wink

Last edited by gezz (2005-10-10 00:41:39)

-gezz

Re:

Ahh i guess i might have to do a release without a sidebar for all the people who already have one.

Re:

im sure you'll figure out a nice compromise somehow, you always do. big_smile

*cough*poll*mod*cough*

Last edited by gezz (2005-10-10 13:40:05)

-gezz

Re:

It looks like everything installed fine. I see the PM link next to people's names and everything.

However, when I click on the PM field, I just get a The page cannot be found. When clicking on one of the users, this is the exact link that shows in the browser: http://www.fraggerock.com/forum/message … p;tid=3913

Is it possible I didnt upload a file in the right place? Perhaps I'm supposed to change the files in my theme?

Not sure whats wrong here. Please help

EDIT: Same thing happens when I click on "Messages" on the top of the forum:

http://www.fraggerock.com/forum/message_list.php

Last edited by bozer (2005-10-13 16:14:00)

Re:

you need to upload the files included in the zip

Re:

I figured it out. I hadn't uploaded message_delet.php, message_list.php, or message_send.php

Last edited by bozer (2005-10-13 19:44:10)

Re:

Could you post a screen shot of the new message layout? I'd like to see what it looks like before upgrading. Thanks.

Re:

http://mypunbb.com/files/pm-mod.png

that might be a bit big for some people so Click here for the image

Re:

hi everybody

i've just finish to install this mod and all seems to be right ...

but ... ^^

when I want to send a PM, i'get this : "Erreur : Unable to get user id" .

Does anyone have already got this bug ? And fixed it ? ;-)

thank you

Re:

I think I might know the cause of the error: enable debug mode and show queries and paste the exact contents of the error message here smile
(Just uncomment the two calls to define() in the top of common.php, just so you can get the error, then comment them again)

Last edited by Smartys (2005-10-23 02:53:47)

http://fluxbb.org

Free PunBB Hosting - lots of mods, easy to customize

Re:

Smartys wrote:

I think I might know the cause of the error: enable debug mode and show queries and paste the exact contents of the error message here smile
(Just uncomment the two calls to define() in the top of common.php, just so you can get the error, then comment them again)

Can you be more explicit on what to do and how to do it because as you see it i'm a newbie ...

thank yo uvery much ! ;-)

Re:

Open include/common.php

FIND

// define('PUN_DEBUG', 1);

REPLACE WITH

define('PUN_DEBUG', 1);

FIND

// define('PUN_SHOW_QUERIES', 1);

REPLACE WITH

define('PUN_SHOW_QUERIES', 1);

Then, do whatever you do to get the error, paste the full message here, and undo the edits to include/common.php I had you do smile

http://fluxbb.org

Free PunBB Hosting - lots of mods, easy to customize

Re:

thank you for the rapidity ... !

i get this :

Une erreur s'est produite
Fichier : /home/ch008/www/message_send.php
Ligne : 82

PunBB a rapporté : Unable to get user id

La base de données a rapporté : Unknown column 'email_alert' in 'field list' (Errno: 1054)

Requête échouée : SELECT username, group_id, email, email_alert FROM punbb_users WHERE id!=1 AND username='Abyssin'

?

Re:

OK, I was wrong: it looks like you didn't run install_mod.php smile

http://fluxbb.org

Free PunBB Hosting - lots of mods, easy to customize

Re:

Errm, are you sure you are using this PM mod? That is not a query in the mod i released.

Re:

yes, but I 've take the french translated mod called "MOD_Message_Priver_1.2.2_FR".

see that in install mod about hte mod :

Titre du Mod : Message Personnel 1.2.2 FR

Mod d'origine : Private Message System 1.2.2 EN

Date de création : 05-10-2005

Date de révision : 09-10-2005

Autheur : Connorhd original 1.1.x version by David 'Chacmool' Djurbäck (connorhd@mypunbb.com)

Traducteur(s) : Vin100 (http://www.punbb.fr) - Alfadir (http://alfadir.tuxfamily.org)

Last edited by denis64 (2005-10-23 18:39:21)