Hi :)
How do you make
"Send Author a Message"
Show to Anonymous site users please?
Many Thanks for your help
Charles
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | privatemsg.module.patch | 103.08 KB | th_tushar |
| #6 | privatemsg.pages_.inc_.patch | 40.63 KB | th_tushar |
| #2 | privatemsg.patch | 1.75 KB | th_tushar |
| #2 | privatemsg.pages_.inc_.patch | 9.75 KB | th_tushar |
Comments
Comment #1
aze2010 commentedsubscribing
Comment #2
th_tushar commentedHi marga123,
I have worked on the following issue and created the patch for the same. Please apply the patch for the issue to be solved. Thank you.
Regards,
Tushar
Comment #3
aze2010 commentedHi Tushar,
thank you for ypur support.
How do i apply your patches? I dont know hoq to apply it over the command shell (ubuntu).
Many greetings.
Comment #4
th_tushar commentedHi aze2010,
There is a "patch" command provided by the ubuntu, using which you can apply the patch to a file. For the details, refer to manual pages of patch command from the terminal using "$man patch".
After applying the patch, please assign the "write message" permission to the anonymous user in people -> permissions.
Thank you.
Regards,
Tushar
Comment #5
aze2010 commentedHi Tushar,
when i want to apply the patch with "sudo patch < privatemsg.patch" i get the following message output:
patch: **** Only garbage was found in the patch input.
What i have to do to make your patches work?
Thanks in advanced.
Alex
Comment #6
th_tushar commentedHi Alex,
Let me give you the changes made in the file, please replace the content of original files with the content of attached files in privatemsg module. Please find he attachment for the files. Thank you.
Regards,
Tushar
Comment #7
aze2010 commentedit works!!!
Thank you very much!
I hope, this patch will be migrated into dev-version.
Many regards to you tushar!!!!
Alex
Comment #8
th_tushar commentedHi Alex,
I too hope that is should be migrated to dev-version. Thank you.
Regards,
Tushar
Comment #9
aze2010 commentedHi Tushar,
i got one question...how can i change the redirect-path after anonymous user did send a message?
Usually it will redirect to inbox, but anonymous user dont get any inbox so the system puts a error message out "no access permission..." or recirect to login-form and so on.
Any solution to fix this for anonymous user?
Many greetings
Alex
Comment #10
th_tushar commentedHi Alex,
Please paste the following code snippet in the "privatemsg.pages.inc" file and get your required functionality done.
Thank you.
Regards,
Tushar
Comment #12
ptmkenny commentedPatch here: http://drupal.org/node/1988848