[Solved] [2.1b2] Users can't see "New Conversation" button
I can see them as an administrator, but my users and moderators cannot. All they see is blank space where the button should be. Any idea why? I can't find any obvious permissions issues in the dashboard..
Best Answers
-
UnderDog MVP
You need to dive into the source code, because there must be some PHP code that prevents you to see the 'Add' option. Interesting ...
There was an error rendering this rich post.
1 -
peregrine MVP
try running /utility/structure and utility/update to see if you get new fields in dashboard.
2.0.18.8 did not have the add conversation option.
2.1x does.
you can also look in permissions table for column
Conversations.Conversations.Add
and see if there is a 1 in the row for the role you want it to show on.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
2
Answers
is add conversations checked for those roles.
and are you talking about the view from
messages/inbox
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
otherwise show css results from your developer for .Button
a class="Button NewConversation Primary .....
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Hum.. actually I don't see that. Looks like the Conversations part is cut off in my permissions section. All I can see is this:
You need to dive into the source code, because there must be some PHP code that prevents you to see the 'Add' option. Interesting ...
There was an error rendering this rich post.
@Zhaan
try running /utility/structure and utility/update to see if you get new fields in dashboard.
2.0.18.8 did not have the add conversation option.
2.1x does.
you can also look in permissions table for column
and see if there is a 1 in the row for the role you want it to show on.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thank you Peregrine, that solved my problem. \o/
Oh no .... @Zhaan ... did you upgrade from 2.0.18.x to 2.1?
There was an error rendering this rich post.
@underdog - he posted in the question title 2.1b2. So his forum was 2.1 prior to asking question.
and this response
http://vanillaforums.org/discussion/comment/199083/#Comment_199083
added the option he didn't see to his dashboard in 2.1
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Peregrine is correct. Thanks again for the help guys.