Ismail
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Messages] AttachmentsSure, thanks! I will post a reply by then! This addon along with others are noted in the TODO list already ??
Thanks,
SamuelForum: Plugins
In reply to: [bbPress Messages] AttachmentsHey there,
Yes attachments feature is coming up but in terms of an addon. I will work on addons over the next month because currently I shifted to another plugin and its release is a bit delayed. Hope you be patient until up then!
Best,
SamuelForum: Plugins
In reply to: [bbPress Messages] Messages UpgradeHello Stewart,
Last time I checked on your site, you had an issue with the theme not the plugin. The issue was CSS:
#bbpress-forums #bbp-user-body
had aclear: both
property.I don’t know if that would help but you should use your browser developer tools to adjust that css property and see if it fixes it.
Let me know how it goes.
Thank you,
SamuelForum: Plugins
In reply to: [bbPress Messages] Move setting out of hooks.php for overrideHello Nik,
That’s quite alright. The link looks to me likes it is missing a trailing slash at the end of user name nik. Could you add this filter as well?
add_filter('bbpm_bbp_get_user_profile_url', 'trailingslashit');
Let me know how it goes.
Thank you!
SamuelForum: Plugins
In reply to: [bbPress Messages] Messages UpgradeHi Stewart,
Is bbPress activated at all? That sounds like it isn’t, while you could rename the bbp-messages folder from wp-content/plugins via ftp or file manager or ssh and it will force deactivation for bbPress messages.
Regards,
SamuelForum: Plugins
In reply to: [bbPress Messages] Chats are not availableHi,
From the screenshot it seems there’s a conflict with another plugin. Add the following code to your child theme’s functions file:
add_action('wp_footer', function(){ if ( !function_exists('bbpm_is_messages') || !bbpm_is_messages() ) return; wp_enqueue_script('jquery'); ?> <script type="text/javascript"> jQuery(document).ready(function($){ $(document).on('click', '.bbpm-chats .bbpm-chat', function(e){ if ( e.target && 'a' == $(e.target).prop('tagName').toLowerCase() ) { return; } location.href = '<?php echo bbpm_messages_url(); ?>' + $(this).attr('data-chatid') + '/'; e.preventDefault(); }); }); </script> <?php });
It should work. Let me know.
Best,
SamuelForum: Plugins
In reply to: [bbPress Messages] Database Tables Didn’t Get CreatedDear Chris,
Thanks a lot for the heads up! The plugin relies on activation hooks to append the database table, while upgrading a WordPress theme or plugin does not deactivate it and reactivate it back after upgrade done. I updated now to add a custom notice for users to to the quick fix you suggested.
Thank you!
Best,
SamuelForum: Plugins
In reply to: [bbPress Messages] Chats are not availableHello Tom,
Normally there’s a simple JavaScript that opens up chats when you click on any chat. I believe there’s a script conflict so could you open your browser developer tools, then ‘console’, then click on any chat, and then take a screenshot and send it to me through this form samelh.com/contact for your privacy.. Or use that form to provide me with a temporary user access and I shall look into it on your behalf.
Thanks!
Best,
SamuelForum: Plugins
In reply to: [bbPress Messages] Chats are not availableHello Tom,
Did you use the admin bbPM Importer to import older messages to the new database table? Normally once you update the plugin it would tell you in a notice to use the importer tool..
Regards,
SamuelForum: Plugins
In reply to: [bbPress Messages] Move setting out of hooks.php for overrideHi Nik,
You should remove the code I provided you couple months ago.
So you want to filter
Send a Message
toPM
? Use this code instead:add_filter('bbpm_prepare_contact_button', function($args){ $args['inner_text'] = 'PM'; return $args; });
Let me know if it helps. Thanks!
Best,
SamuelForum: Reviews
In reply to: [bbPress Messages] Translation impossibleBonsoir Jacques,
I agree. in earlier versions I wasn’t adapting languages files for translations, WordPress’s default.
If you still use this plugin, there’s a new update and now it supports internalization. You might want to try that out.
Thanks!
Best,
SamuelForum: Plugins
In reply to: [bbPress Messages] Pixabay Redirect IssueThank you Chris!! You’re welcome and have a good day!
Best,
SamuelHi!
Can you please update to the latest version and see if you still encounter the issue.
Let me know.
Thanks,
SamuelForum: Plugins
In reply to: [bbPress Messages] Pixabay Redirect IssueHi Chris,
Thank you so much for pointing out this issue and providing all the above details. I fixed this bad admin behaviour and you should update to
2.0.3
.About the other thread, it’s alright, I believe it has to do with this redirect as it listens to all
GET
fortab
and redirects.Thanks again! let me know how it goes.
Best,
SamuelHello there,
That’s really weird, were you able before to view plugin information which clicking the “view details” link? I mean in
2.0
or2.0.1
releases.I think it has to do with authentications, perhaps you were on a screen with expired session, or something with nounces, I just can’t reproduce this issue as it points me directly to the embedded wporg plugin page..
Regards,
Samuel