[cXF] Conversation Button under Avatar

[cXF] Conversation Button under Avatar 2.7.4

No permission to download
I can give you a copy of the offending template if you like. Just let me know. I also asked Daniel Hood to see if he might know of a fix.
Hm, it's hard like that. But ok, send my a copy of your conversation_add template.
 
Interesting bug (?)....

The Redactor toolbar is missing from the /conversations/add page when I have this addon enabled.

It looks like this with the addon enabled (when I disable the addon, the toolbar comes back):

Screen Shot 2014-09-01 at 9.35.14.webp
 
Interesting bug (?)....

The Redactor toolbar is missing from the /conversations/add page when I have this addon enabled.

It looks like this with the addon enabled (when I disable the addon, the toolbar comes back)
Not a bug. These a limitations of using overlay feature. But you can enable redactor in SP here:

upload_2014-9-1_9-19-20.webp

The main purpose of overlay feature is quick message send. Even if you don't use that feature to show editor (redactor), you'll see it in further conversation with that person. It won't show only on first message.
 
Is this a bug, then?

When a specific user's "Start private conversations" permission is set to Never, the Contact button continues to be visible below other users' avatars (when the user with disabled private conversation permission views the forum threads), but the start a conversation button is indeed invisible on other members' profiles.

For some reason the "Contact" button below the avatar doesn't respect the "Start private conversations" user permission. The other areas seem to do.
 
When a specific user's "Start private conversations" permission is set to Never, the Contact button continues to be visible below other users' avatars (when the user with disabled private conversation permission views the forum threads), but the start a conversation button is indeed invisible on other members' profiles.
Yes, button on member view page acts differently then in postbit, because I can add the specific code there (well, it's a template modification...).

For some reason the "Contact" button below the avatar doesn't respect the "Start private conversations" user permission.
If I set permission to never the button will show in all areas, but on click user get notified that he doeasn't have enough permissions.

For now buttons can't hide if permission is set to Never (on postbit!), but it will respect permission so user won't be able to start a conversation.
 
Is this a bug, then?

When a specific user's "Start private conversations" permission is set to Never, the Contact button continues to be visible below other users' avatars (when the user with disabled private conversation permission views the forum threads), but the start a conversation button is indeed invisible on other members' profiles.

For some reason the "Contact" button below the avatar doesn't respect the "Start private conversations" user permission. The other areas seem to do.
Ok, already found a solution and will update it soon. In next version it won't show button if user don't have permission.

Thanks for reporting.
 
Last edited:
@BassMan - tested the convo overlay feature, it doesn't work on profile page or the member card, is that as designed or on my end.
It has to be on your end. Check template modifications for add-on is all numbers are green. If not there's something on your side.

Update, also the overlay requires me to click the convo button twice as it did before to trigger it to open...
Are you on Apple device? Someone already report it and I don't know how to solve it as I don't use their products.

Wait for next update where you'll be able to click on whole button, not just text. Maybe that will solve your issue with twice click.
 
It has to be on your end. Check template modifications for add-on is all numbers are green. If not there's something on your side.


Are you on Apple device? Someone already report it and I don't know how to solve it as I don't use their products.

Wait for next update where you'll be able to click on whole button, not just text. Maybe that will solve your issue with twice click.
Yes I am on a Mac. Will try next version.
 
tested the convo overlay feature, it doesn't work on profile page or the member card, is that as designed or on my end.
Btw, you mean link Start a Conversation in membercard and on profile page under Information tab? Those links aren't affected by this add-on so they act as default in XF.
 
Conversation in membercard and on profile pag
Btw, you mean link Start a Conversation in membercard and on profile page under Information tab? Those links aren't affected by this add-on so they act as default in XF.
Yes on both, sort of, on member page I am not using your add on but my own with a simple template modification seen below, it doesn't work there as well, as designed I guess?
Screen Shot 2014-09-01 at 7.18.50 AM.webp

Code:
<!--Conversation under avatar start-->
        <xen:if is="{$canStartConversation}">
                                <dl><dd><a class="" href="{xen:link 'conversations/add', '', 'to={$user.username}'}">{xen:phrase start_conversation} <i class="fa fa-weixin fa-2x"></i></a></dd></dl>
                            </xen:if>
                            <!--Conversation under avatar end-->
 
Yes on both, sort of, on member page I am not using your add on but my own with a simple template modification seen below, it doesn't work there as well, as designed I guess?
View attachment 82520

Code:
<!--Conversation under avatar start-->
        <xen:if is="{$canStartConversation}">
                                <dl><dd><a class="" href="{xen:link 'conversations/add', '', 'to={$user.username}'}">{xen:phrase start_conversation} <i class="fa fa-weixin fa-2x"></i></a></dd></dl>
                            </xen:if>
                            <!--Conversation under avatar end-->
Yes, as designed.
 
Back
Top Bottom