Varun Dubey
Forum Replies Created
-
Forum: Plugins
In reply to: [Wbcom Designs BuddyPress Todo List] Profile Menu Label – 404 error@designac Sorry for delayed response, it should work fine after our last update.
You can easily change to-do with help of theme options or language files
https://prntscr.com/i4wf77
In above screenshot i have used task instead of to-do from plugin options.Forum: Plugins
In reply to: [Wbcom Designs BuddyPress Todo List] [BUG] Undo completeSorry for the trouble, we are not able to replicate it at our end.
It seems working fine
https://screencast-o-matic.com/watch/cFVZlvoZ7y
You can also try at our demos
user : demouser
pass : demouserHi @keshabee
Sorry for trouble, we are able to not replicate the issue at our end. It seems working perfect with category permalinks.
https://prntscr.com/i4w022
You can also try at our demos
We have set permalinks as category/postname for now.Forum: Plugins
In reply to: [Wbcom Designs BuddyPress Todo List] [Request] Predefined global To-Do Items@hohodz All todo list are created as custom post type, you can create some code to insert custom post and duplicate them, post author is used to identify, to which member those imported todo list will be added.
Great, thanks
@venutius You will need to enable those criteria after adding them.
I have created a short video, it should help.
Let me know if you still have the same issue.
I will add default criteria in coming update it will help to use plugin after installation and site admin can change their configuration later on.Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Group Reviews] Didn’t work for me@sandgroper Thanks, for feedback
It will also remove add review as the main menu and it should be a submenu under Reviews tabs.hi @bilzjkhan
It will need to modify the plugin files
https://pastebin.com/pmHJ2SjvAnd for the featured images for the social share, You can use SEO Yoast plugin to set og: values for activities, We have also added codes to set OG values for Post updates which are synced to BuddyPress Activities.
For 3rd party plugin which allows media upload, they must have to add OG tags for images which are added by them inside the activity. for eg. We have support for rtMedia plugin.
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Job Manager] resume/job profile link@thiantpro We have checked for it, our plugin does not add author links to individual resumes, it’s theme specific property which adds author meta boxes to link with author archive. You can create a resume post specific template file inside child theme and remove the author meta box code from it.
Hi @vantra117, Group document plugin is adding their filter with a different approach, not using BuddyPress actions. It will need to remove their actions and create it with BuddyPress approach. You can add following codes inside child theme functions.php to get it working.
$dropdowns = array(); $dropdowns = apply_filters('bp_group_documents_activity_filter_locations', array( 'bp_activity_filter_options', 'bp_group_activity_filter_options', 'bp_member_activity_filter_options' )); foreach ($dropdowns as $hook) { remove_action($hook, 'bp_group_documents_activity_filter_options'); } foreach ($dropdowns as $hook) { add_action($hook, 'filter_bp_group_documents_activity_filter_options'); } function filter_bp_group_documents_activity_filter_options() { $bp = buddypress(); $filters_db = bp_get_option('bp-hidden-filters-name'); $defult_activity_stream = bp_get_option('bp-default-filter-name'); $nav_page_name = get_option('bp_group_documents_nav_page_name'); $name = !empty($nav_page_name) ? $nav_page_name : __( 'Documents', 'bp-group-documents' ); if( is_array( $filters_db ) && !empty( $filters_db ) ) { if( in_array( 'added_group_document' , $filters_db ) && in_array( 'edited_group_document' , $filters_db ) ) { } else { if( in_array( 'added_group_document' , $filters_db ) ) { ?> <option value="edited_group_document" <?php selected( $defult_activity_stream, 'edited_group_document'); ?>><?php printf(__('Show Group %s Edits', 'bp-group-documents'), $name); ?></option> <?php } if( in_array( 'edited_group_document' , $filters_db ) ) { ?> <option value="added_group_document" <?php selected( $defult_activity_stream, 'added_group_document'); ?>><?php printf(__('Show New Group %s', 'bp-group-documents'), $name); ?> </option> <?php } } } else { ?> <option value="added_group_document" <?php selected( $defult_activity_stream, 'added_group_document'); ?>><?php printf(__('Show New Group %s', 'bp-group-documents'), $name); ?> </option> <option value="edited_group_document" <?php selected( $defult_activity_stream, 'edited_group_document'); ?>><?php printf(__('Show Group %s Edits', 'bp-group-documents'), $name); ?></option> <?php } }
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Group Reviews] Didn’t work for me@sandgroper we have pushed fixes to the new version and you can update plugin directly.
It was not working for some users due to the hookable position, we have changed the hook from bp_include to bp_init which was used to create the tab for add review.@vantra117 Sorry for delayed response, we will check it and provide a solution for it shortly.
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Job Manager] Link Profile@thiantpro, Sorry for delayed response.
Please let me know if you still have the same issue.Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Post from Anywhere] Bug report@thedream09, Sorry for delayed response. We have noted it and it will be fixed in next couple of days and we will push a new version update.
Forum: Plugins
In reply to: [Wbcom Designs - BuddyPress Group Reviews] Didn’t work for meSorry for the trouble, it might be possible some plugin is conflicting with it.
Please try from GitHub version https://github.com/wbcomdesigns/buddypress-groups-review/releasesYou can download plugin from here: https://github.com/wbcomdesigns/buddypress-groups-review/archive/v1.0.3.zip
We can also help to set plugin on your site, Please send your site url at https://wbcomdesigns.com/contact/