In email notification about new relationships I recived link : http://www.site.com/connections/received which is wrong for me.
I need something like: http://www.site.com/users/UserName/community/received
Also I can't find the way to translate those email messages. I translated everything else.
THX
Comments
Comment #1
gaba commentedComment #2
gaba commentedAnswer = rule settings.
Comment #4
As If commentedThat was a completely unsatisfactory answer (even if you're just answering yourself). The module doesn't even use the path it is sending out. The proper path should be user/%/community/received and anything else is a fail.
For anyone in this situation - maybe you're upgrading a busy production site for a paying client who expected this to be an easy replacement for D5's Buddylist, with no experience using Rules and no desire to install unstable modules on their site... Here's an alternative:
1. Create a Page. Make the body PHP Format and the body of the page will look like this:
2. The page's URL Path Settings should be:
connections/receivedThe same approach may be used for any other bogus links this module sends out.
Comment #5
As If commentedADDITIONAL IMPORTANT NOTE: The redirect has the potential to derail the search indexer, as related here. To make sure this doesn't happen, you have to wrap your logic in an IF statement to make sure the goto only happens when arg(0) == 'node'. Here is a corrected code sample...