Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

private message

Quote Reply
private message
When I try to write a private message to a user (by clicking on the letter image in threaded view), the username of the recipient is not automatically set, i.e. I have to put it in again manually.

The link that is used is gforum.cgi?do=message;username=someuser;

Probably some minor change in the templates, but I couldn't figure it out....

version 1.0.0
Quote Reply
Re: [yogi] private message In reply to
That's because it probably should be:
gforum.cgi?do=message;user_username=someuser;
I'll let Jason know.


Adrian
Quote Reply
Re: [brewt] private message In reply to
Your right, that fixes it! Thanx.


Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] private message In reply to
Those little green letter images somehow managed to escape our notice. They've been in there long before even the beta version - they will be taken out in 1.0.1.

Of course, if someone wants them, the URL to writing a private message is quite simple:

Code:
<%if user_accept_privmsg%>
<a href="gforum.cgi?do=message;user_username=<%user_username%>">Send <%user_username%> a message</a>
<%endif%>

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com