Quote:
Originally Posted by dbirosel
Does this work with CMPS yet? Members can't access there private messages through CMPS. They keep getting the 404 error. Is there a solution to this?
|
The only solution I've found is search for this phrase
private_messages_nav and edit this
Quote:
<a href="private.php{3}">Private Messages</a>: {1}, {2}
|
to reflect your absolute path, should be like this...
Quote:
<a href="http://www.yoursite/yourdirectory/private.php{3}">Private Messages</a>: {1}, {2}
|
Then edit the template Cybernetec Templates > cyb_pme_pmmunu and change the five instances of
to the same absolute path.
Quote:
a href="http://www.yoursite/yourdirectory/private.php
|