One little glitch this fix is causing on my board: The links on people's profile pages to send that user a pm are not working now only when your changes are applied to includes/functions.php. Instead of going to /ucp.php?i=pm&mode=compose&u=XXXXXX they are just going to /ucp.php?i=pm. I know it just needs something added to those append sid() rules to fix it but I don't know how to code it. This is the html part that I'm pretty sure that link is in from memberlist_view.html:
- Code: Select all
<!-- IF U_PM --><dt>{L_PM}:</dt> <dd><a href="{U_PM}">{L_SEND_PRIVATE_MESSAGE}</a></dd><!-- ENDIF -->
I can see why it does this, I think. The new append sid rules say tha {U_PM} always goes to the exact same page without any variables allowed, right?








