Re: Private Messaging for 1.2.x

Connorhd wrote:
shinko_metsuo wrote:
Connorhd wrote:

well if your not an admin then you can browse the userlist and it has PM links, but i might add the link for admins too in the next version, if not then theres a pm link next to all their posts, i don't think a user lookup is really worth it

you can do something like Rickards Easy BB where you click the name and it adds it to the box to whom you want to PM

how would that work? it would have to list all names hmm

well you can have something like a new window open and have the list of names.

127

Re: Private Messaging for 1.2.x

if you want that then use the urserlist, click on the name and click PM

128

Re: Private Messaging for 1.2.x

After upgrading to 1.2.5, I've decided to wait until the next version of the PM mod comes out before installing it in order keep it bug-free. wink

Re: Private Messaging for 1.2.x

Will PMmod 1.2.1 work well with PunBB 1.2.5?

Are you going to release a version that is fully compatible? I would like to implement PMing into my forums but don't want anything funny to happen. smile

Thanks

-Tim

130

Re: Private Messaging for 1.2.x

yelowpunk wrote:

Will PMmod 1.2.1 work well with PunBB 1.2.5?

Are you going to release a version that is fully compatible? I would like to implement PMing into my forums but don't want anything funny to happen. smile

Thanks

-Tim

It already works perfectly in 1.2.5. I'm currently using it on my 1.2.5 board. What I said in that last post had something to do with a minor bug that I thought existed, but was only a rumor. wink

131

Re: Private Messaging for 1.2.x

yelowpunk wrote:

Will PMmod 1.2.1 work well with PunBB 1.2.5?

Are you going to release a version that is fully compatible? I would like to implement PMing into my forums but don't want anything funny to happen. smile

Thanks

-Tim

as Connor said above..

just open install_mod.php and find the 1.2.3 at the top and change it to 1.2.5 and it will work

132

Re: Private Messaging for 1.2.x

hubabuba wrote:

I need this options because my users used IPB for some time..  and they need those 2 options:

1) when someone recieve a PM.. to be notified via email...
2) when someone send a PM to be stored by default in send box.. 

Can u plz me more clear where and what exactlly i should modify ?  thx smile

And after that if i could find someone to tell me how can i subscribe to a topic, a user by default, after he reply to a topic..  will be great !

We've debated this, and I too would love that feature, but they're saying it's not going to happen.

Here's our discussion (starting with my post #262).

Re: Private Messaging for 1.2.x

Just wanted to thank Connor for the awesome mod.  Installed fine on my forum running 1.2.5 (after modifying the $punbb_versions array in mod_install.php of course smile).

Firefox | Dover Mafia
[img]http://yourpage.blazenet.net/raekwon/celli.gif[/img]

Re: Private Messaging for 1.2.x

Hmm... this is odd.

I have followed instructions to a T, and changed the versions array to 1.2.5, and the db installed fine, and the mods were put in the right place (where applicable, although the lines didn't always match my actual line count, and I was doing it on a fresh punbb install) but when I open the forums there are no signs of the PM mod being installed. At all. Not in the profile, not in the main page, nowhere.

:confused:

What's wrong?

-Tim

135

Re: Private Messaging for 1.2.x

PM is in other peoples profiel (although you won't see it if your admin) and it is on the forum pages next to E-mail, but you can't have added it to the generate_navlinks()

Re: Private Messaging for 1.2.x

Oh, well then. It works.

<_<

>_>

Nevermind... tongue

Thanks for another awesome mod.

-Tim

137 (edited by Zoltor 2005-06-01 22:02)

Re: Private Messaging for 1.2.x

I'm sorry, I didn't read whole topic.. maybe my problem exsists there.. so.. problem: when I try to delete multiple messages, only one (first clicked/checked message at delete page) message is delete.. and I must check each message separately and delete it.. I hope, you understand me..

138

Re: Private Messaging for 1.2.x

http://punbb.org/forums/viewtopic.php?pid=36513#p36513

139 (edited by Zoltor 2005-06-02 00:42)

Re: Private Messaging for 1.2.x

BIG 10x, Connorhd
one more question: can I send message to multiple users?

140

Re: Private Messaging for 1.2.x

i don't think so

141 (edited by damac 2005-07-15 16:16)

Re: Private Messaging for 1.2.x

lament wrote:
hubabuba wrote:

I need this options because my users used IPB for some time..  and they need those 2 options:

1) when someone recieve a PM.. to be notified via email...
2) when someone send a PM to be stored by default in send box.. 

Can u plz me more clear where and what exactlly i should modify ?  thx smile

And after that if i could find someone to tell me how can i subscribe to a topic, a user by default, after he reply to a topic..  will be great !

We've debated this, and I too would love that feature, but they're saying it's not going to happen.

Here's our discussion (starting with my post #262).

you can replace line 224 in message_send.php

$checkboxes[] = '<label><input type="checkbox" name="savemessage" value="1" tabindex="'.($cur_index++).'" />'.$lang_pms['Save message'];

with

$checkboxes[] = '<label><input type="checkbox" name="savemessage" value="1" tabindex="'.($cur_index++).'"  checked="checked" />'.$lang_pms['Save message'];

so Save message will be checked by default.

You can also add checked="cheked" to the subscription checkbox. You may want to check if is reply or new topic. so the code will look something like that

if (isset($tid))
{
  echo ' checked="checked"';
}

Re: Private Messaging for 1.2.x

I'm new user of PunBB ver 1.26 and i would like to have a messge private on my forum  could you explain in more detail what i must do

thanks.

http://www3.keohosting.net/vvn07/punbb_ … /index.php

Re: Private Messaging for 1.2.x

Download this
http://www.punres.org/download.php?id=152

I see your forum is french so you will need this
http://www.punres.org/download.php?id=155

Follow the readme

If you need a translation just ask smile

Re: Private Messaging for 1.2.x

thanks a lot guys, i will read and follows instruction if I get prob i will come back

Re: Private Messaging for 1.2.x

support for 1.2.6 any time soon?
thanks

146

Re: Private Messaging for 1.2.x

supernada wrote:

support for 1.2.6 any time soon?
thanks

Support for 1.2.6 is there now.  You just need to update the install_mod.php file to include 1.2.6 in the list of versions supported.

147

Re: Private Messaging for 1.2.x

I was installing the Pv mod for my forum with the french language. But I saw he had some errors in the traduction. I give you the file without mistakes. http://coolmaxan2.free.fr/french.zip ( French is my first language)

148

Re: Private Messaging for 1.2.x

I have the PM working properly on 1.2.6, however since I had to edit the footer.php file, I noticed an issue on my site.  Just above the footer a "<" appears on the page anytime I make any type of edit to footer.php.  The change could be as simple and changing the spelling of the Copyright Name. 

Anyone else have this problem?  I haven't noticed anything in the code that should cause that.   You can see what I'm talkin about below:

http://www.billbruno.com/forum/index.php

Thanks!

149

Re: Private Messaging for 1.2.x

http://punbb.org/forums/viewtopic.php?id=8332

150

Re: Private Messaging for 1.2.x

Thanks for this great mod... I'm succesfully run this mod (1.2.1) on phunbb v.1.2.6, every thing is working fine except when I switch to sent, there's no message on it even i send a message..

Please help me resolve this...