mnicdpc
Forum Replies Created
-
thanks for answering, but what i’m trying to do is get the total of all the members of the group and show it on a group leaderboard to see what group has the most points.
- This reply was modified 9 years, 6 months ago by mnicdpc.
anyone? please
Forum: Plugins
In reply to: [DW Question & Answer] spanish translationThank you very much
Forum: Plugins
In reply to: [DW Question & Answer] Resent questions on home page!
Forum: Plugins
In reply to: [DW Question & Answer] Resent questions on home pagethank you
SELECT SUM(us.meta_value) AS meta_value_total FROM 'wp_bp_groups_members' AS ww INNER JOIN wp_usermeta us ON ww.user_id = us.user_id WHERE ww.group_id = 1 AND us.meta_key ="mycred_default"I was able to make a query that gives me the total number of all the members of a group. I should be able to make a for() for each of the group_id of all the groups but I’m not sure how to create a widget for that.
any idea or help?
Forum: Themes and Templates
In reply to: [Ascent] Change the footer layout from 4 column to three columnDid you got the solution to that? I’m looking for the same thing.
I tried changing the ‘class=”site-footer-inner col-sm-12 clearfix’ in footer.php but only moves them the left.Forum: Plugins
In reply to: Add a value field that automatically modify a type of product in woocommerceIs there a way to it on a metabox that only is a text box to intern only a number an a button for update that number and save it on the DB. I’m very new in WordPress but I wouldn’t mind have to make a plugin.