Viewing 7 replies - 1 through 7 (of 7 total)
  • I have exactly the same problem. Have you found a solution for this ?

    not yet
    actually, i waiting for developer to fix it

    @gplana: Please stick to your own topic.

    how can i stick it

    esmi: if we have the same problem, isn’t it better to create a single topic for the problem instead of two ?

    No. It makes things a lot more difficult to plugin developers and forum volunteers to help. Plus you already have your own topic.

    I created a new template using the pm4wp-template.php and called the template name inbox messages, saved it as pm4wp-in_template.php

    Then changed the array so inbox would be 0:

    <div id="pm-inbox" <?php if (!$show[0]) echo 'style="display:none"'; ?>><?php rwpm_inbox();?></div>
    		<div id="pm-send" <?php if (!$show[1]) echo 'style="display:none"'; ?>><?php rwpm_send();?></div>
    		<div id="pm-outbox" <?php if (!$show[2]) echo 'style="display:none"'; ?>><?php rwpm_outbox();?></div>

    Then I created a page called Inbox and used the inbox message template.

    then I edited widget.php so it would link to the inbox:

    echo '<p><a href="', get_bloginfo( 'wpurl' ), '/inbox">', __( 'Click here to go to inbox', 'pm4wp' ), ' &raquo;</a></p>';

    Hope this helps someone

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Private Messages For WordPress] how can i redirect the widget link to the front inbox’ is closed to new replies.