I have been looking to setup private messages on one of my sites and it all seems to be working.
However when i go to the messages page i aee the inbox and the sent tabs but nowhere can i see a button to start a message.
What am i doing wrong?
I have been looking to setup private messages on one of my sites and it all seems to be working.
However when i go to the messages page i aee the inbox and the sent tabs but nowhere can i see a button to start a message.
What am i doing wrong?
Yep in my theme nothing is there.
In the HTML, is the button there but invisible?
Itâs a core theme loading from
https://community.concretecms.com/packages/concrete_cms_theme/themes/concrete_cms/css/main.css
so your theme must be over-writing itâs classes but thereâs only âfloat-endâ , âbtnâ and âbtn-primaryâ. The last two would kill all the buttons so youâd have bigger problems so Iâd look at the float-end to see if thatâs the culprit. Does your theme have any of these classes defined or perhaps youâve added that class somewhere among the multitude of places we can inject CSS?
The issue is that the button isnât even the code.
This is another one of my sites, but its the same on both. This one isnt using my theme for the accounts
Is there a global setting within our accounts that disables sending messages? I donât play around with private messages so I have zero experience.
I canât see anything global, the user level are all ticked
The code seems to be there, in the core: see
Its actually this page and i can see stuff in the page.
Hereâs something weird. If I go to MY profile and turn off âI want to receive private messagesâ then the button disappears on my system too BUT then I canât recover the button by turning private messaging back on again. Until we find out how to recover, I do not recommend turning this off on production machines. No time to investigate right now.
Any ideas @EvanCooper @frz @andrew
I think the issue here is that our custom theme that we use for the community site includes a âComposeâ button â which launches a custom Vue component with user selector, etc⌠and it is launchable from the userâs private messages My account area. However, in the core we donât have any of that code. I think the intention was that we might roll some of those updates back into the core My Account area, but we havenât yet. One concern was that we didnât want to make the design of the My Account super opinionated. However, as Franz has mentioned elsewhere, we do plan on doing some work to the private messages area in upcoming versions of the core, so we might try and revisit this.
In the meantime, the way that the core works for sending private messages is that you have to either enable public profiles and click the Send message button from the public profile of the user you want to message:
or click the Send Message button from the user record in the Dashboard.
Thank you @andrew for the reply. I would be great to see this function added as I am looking to use it on 2 projects.
Currently it renders the inbox and sent areas slightly unusable or half baked, I also understand this might be a feature that not many people use.