Christian Freeman (codelion)
Forum Replies Created
-
Thanks Sandeep. You were right, the orders were pending and as soon as I completed the orders, the commissions were generated.
I do have another question though. I’m thinking of developing a WC Marketplace integration for AffiliateWP and AffiliateWP MLM. Can you tell me what the priority is, for the function that generates the vendor commission during WooCommerce Checkout? That is, the function that is hooked into the woocommerce_order_status_completed action.
Forum: Plugins
In reply to: [Join My Multisite] Add Users with Role from Main SiteOh okay, I see.
Is there a way to modify it so that it gets the role that the user has on the main site?
And if not, how close are you to adding the role selection feature discussed in this thread:
https://wordpress.org/support/topic/suggested-feature-offer-users-choice-of-roles-on-first-visit-to-a-network-site?replies=4Forum: Plugins
In reply to: [Join My Multisite] Add Users with Role from Main SiteJust to make sure that I’m understanding you correctly.
JMM will automatically add the user to the subsite upon login, giving them the same role that they acquired on the main site of the network, without them having to choose from a list of available roles, correct?
Forum: Plugins
In reply to: [Join My Multisite] Add Users with Role from Main SiteMembership Packages function like a role, but they are technically not wordpress roles. But UU does give them an official WP Role along with their Membership Package.
So, you’re saying that JMM will get their role from the users list, and automatically give them that role when logging in to one of the subsites?
Forum: Plugins
In reply to: [Tabsy] Shortcode Doesn't Work Inside TabsOkay, nevermind. This was a case of user error. The shortcodes are working fine after all.
Thanks for creating this great plugin!
I just got this working myself. You need to disable auto-assignment, in order to manually assign a Support Agent. Follow the instructions here:
https://getawesomesupport.com/documentation/awesome-support/how-to-disable-agent-auto-assignment/
Forum: Plugins
In reply to: [Tabsy] Shortcode Doesn't Work Inside TabsSure,
I’m using Easy Digital Downloads, and on the Single Download page, I’m using Tabsy to organize my product infomation.
The problem is, the [edd_changelog] and the [easy_image_gallery] shortcodes don’t display anything while inside of the tabs.
Alright, I’ve joined your site and re-posted this topic here:
https://ultimatemember.com/forums/topic/image-upload-isnt-working/
Forum: Plugins
In reply to: [BadgeOS LearnDash Add-on] How to Add a Trigger for Completing a Lesson TopicOk, I’ve finally gotten around to learning how to use GitHub. I’ve forked and submitted a pull request, as you suggested.
Here’s the link to my version:
https://github.com/codelion7/BadgeOS-LearnDash-Add-on
Enjoy
Forum: Plugins
In reply to: [Max Mega Menu] Megamenu Reverting Back to Theme MenuThanks Tom,
I’ll go ahead and install the dev. version on on my testing environment.
Do you think that this version will be stable enough for my production site?
Forum: Plugins
In reply to: [Invite Anyone] Global Invites on MultiSiteWell, not necessarily from the widget, but from the user’s buddypress profile (which is global when buddypress is network activated)
Forum: Plugins
In reply to: [DW Question & Answer] BuddyPress IntegrationI managed to get it working by adding the code to my theme’s functions.php file and adding conditionals to make sure that buddypress is active.
I did upgrade the code to include a tab for Answers as well, but I’m trying to find a way to link to the user’s answer itself, instead of the question the answer is linked to.
Any ideas on how to do this using this code from the answers loop?
$answers = get_posts( array( 'posts_per_page' => -1, 'author' => bp_displayed_user_id(), 'post_type' => 'dwqa-answer' ));Thanks
Forum: Plugins
In reply to: [BuddyPress Follow] Update Follow ContsI dropped the wp_bp_follow table and deactivated BP Followers and reactivated it.
Now the count has been reset and it’s working smoothly.
Thanks a lot.
I’ll get back to you on testing version 1.3. My team and I are in the process of launching our site this week, but next week I should have time to test it out.
Forum: Plugins
In reply to: [BuddyPress Extended Friendship Request] Error when accept friend requestThanks for the update Brajesh!
It’s working perfectly now.
Forum: Plugins
In reply to: [BuddyPress Extended Friendship Request] Error when accept friend requestHey Brajesh,
Did you manage to manage to find a solution to this issue?
Oh, and is there a way to add a default message when the friends_add_friend function is called?