Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved]members dont have "Send xxxxx a Message" link
Aolee
✭✭
hi guys,
hope you can help me trace this out, i just noticed lately that when logged in as a member and i clicked on another member's name, i dont see the "Send xxxxx a Message" link (side menu on the profile page).
do you know how can i trace and fix this one?
thanks
hope you can help me trace this out, i just noticed lately that when logged in as a member and i clicked on another member's name, i dont see the "Send xxxxx a Message" link (side menu on the profile page).
do you know how can i trace and fix this one?
thanks
Tagged:
0
This discussion has been closed.
Comments
There's 2 options
1)
When you do see the "Send xxxxx a Message" link, look in the HTML source, look for the CSS styling.
Then search all your files, looking for that CSS styling.
At some point in a template, you'll find that CSS styling and you'll know which piece of template handles the message link.
Now you'll need to figure out the logic why it doesn't show up.
2)
Look through all your files for "Send %s a Message", try to copy the exact text from when you do see that link. The %s is a variable that gets put in while translating.
You will see a language definition in your source.
Then look through your entire source for that language definition.
At some point you'll find the PHP source that shows the language definition.
Now you'll need to figure out the logic why it doesn't show up.
I'll help more once you've figured out part of the logic in your source :-)
There was an error rendering this rich post.
i will dig thru the code later after work. :-)
weird thing is... if im logged in as Admin and viewed a member's profile, i can see the "Send %s a Message" link, but if im logged in as member then view another member or admin profile, i dont see it at all. :-)
cheers!
There was an error rendering this rich post.
http://www.vanillaforums.org/discussion/14734/send-a-message-page-sticks/p1 let's close this one.
There was an error rendering this rich post.