1 (edited by Rod 2004-07-20 13:52)

Topic: Missing links (or functions ?) for Private Message 1.0.8

Hi !! smile

Some users (new in punBB) have (and me to) several requests about this mod ! smile

1. A link "Go to your Private Messages"
2. In message_list.php, a link "Create a new private message" with a link to choose an user
3. Possibility to add admin mass mp ? (or mass email)
4. Possibility to send a PM since the profil page user

Rickard, really thanx for the quickest forum ever seen on the net !!! Really impressed by this stuff !

Re: Missing links (or functions ?) for Private Message 1.0.8

1. There is a link in the navigation bar on the top.

2. True. I should have done this a long time ago. Got it fixed now, a new version is released (read this topic).

3. This will have to wait.

4. Exactly what do you mean? There is a "Send private message"-box in the user profile.

3

Re: Missing links (or functions ?) for Private Message 1.0.8

That's very weird ... 'cause if you talk about my header menu ... like ...

Sortons.Net [ Forum ]
Tous les plans pour sortir sur Rouen, Caen, Basse et Haute Normandie 
Accueil | Liste utilisateurs | Règles | Recherche | Profil | Admin | Déconnexion

As you can see, I have not a link to go to private messages ... or I have installed, I think, the mod as described ...

About 4. > If I go to user profile page ... I have only "send an email" but any link to send a PM : I have added the code as required :

#
#---------[ 19. FIND (line: 562) ]---------------------------------------------
#

    // Set all his/her posts to guest
    $db->query('UPDATE '.$db->prefix.'posts SET poster_id=1 WHERE poster_id='.$id) or error('Unable to update posts', __FILE__, __LINE__, $db->error());

#
#---------[ 20. AFTER ADD ]----------------------------------------------------
#

    require($pun_root.'include/pms/profile_delete.php');

But nothing ...

Re: Missing links (or functions ?) for Private Message 1.0.8

*topic closed*

Continue the discussion in this topic instead.