-
thekmen posted an update 14 years, 7 months ago
loved watching Matt at WordCamp, and great to see BuddyPress getting a few mentions…
-
thekmen posted on the forum topic Points Tab in the group CubePoints Buddypress Integration: 14 years, 7 months ago
@xberserker if a hook like xxx_complete was added to plugins that add/remove a functionality/feature, it would be so much easier…
-
thekmen posted an update 14 years, 7 months ago
any chance of introducing #hashtags to the core?
-
thekmen posted on the forum topic Points Tab in the group CubePoints Buddypress Integration: 14 years, 7 months ago
@xberserker excellent that you are looking into the BuddyPress Album+ plugin, shouldn’t be too hard to come up with some completion actions that can be hooked into.
-
thekmen posted on the forum topic Points Tab in the group CubePoints Buddypress Integration: 14 years, 7 months ago
-
thekmen posted on the forum topic Points Tab in the group CubePoints Buddypress Integration: 14 years, 7 months ago
Yeah, waiting on BuddyPress Album+ new release too for a theme update, presume we could be waiting for WP3 & BP1.2.4, but no harm.
Would love to see points worked into BuddyPress Album+ soon… -
thekmen posted on the forum topic Points Tab in the group CubePoints Buddypress Integration: 14 years, 7 months ago
yes, great update.
any chance on adding BuddyPress Album+ points?
also @xberserker posted some code earlier on adding notices but don’t see it listed now, might have posted it in the wrong spot, did you get it? -
thekmen posted on the forum topic Integrate CubePoints into BuddyPress Gifts? in the group CubePoints Buddypress Integration: 14 years, 7 months ago
I’d go for given, but set it at a low value like 1 point by default.
-
thekmen posted an update in the group CubePoints Buddypress Integration: 14 years, 7 months ago
@dre1080 good idea on the notifications.
@xberserker you could probably add something likebp_core_add_message( __( 'You have been awarwed ' . get_option('bp_update_post_add_cp_bp') . ' points for updating.', 'buddypress') );
to each of the functions, only problem is I think it would only display on page reload so you wouldn’t see it on ajax…[Read more] -
thekmen posted on the forum topic Spam in the group Requests & Feedback: 14 years, 7 months ago
Damn, think the biatch has been cheating on us…
-
thekmen reviewed the plugin CubePoints Buddypress Integration: 14 years, 7 months ago
Great plugin & great speed of development.
-
thekmen posted a new activity comment 14 years, 7 months ago
no probs…
-
thekmen posted a new activity comment 14 years, 7 months ago
haha, spotted it in activity stream too.
maybe someone will add that email address to a few spam lists… -
thekmen posted an update 14 years, 7 months ago
Just got a spam DM from @anabel4you can some one ban them?
Also, is there no way to block certain users from DMing you?-
That spam is also in the activity stream. Talk about sharing there email. I guess people are not always bright. lol
-
haha, spotted it in activity stream too.
maybe someone will add that email address to a few spam lists…-
yea lol.
-
by the way the map app says hes from new york why the hell does he have an uk email
-
-
-
-
-
thekmen posted an update 14 years, 7 months ago
what’s with all the spam???
-
thekmen posted on the forum topic Testing new theme, Hybrid as a parent in the group Creating & Extending: 14 years, 7 months ago
@el_terko the main advantage is that it uses Justins rock solid theme framework & has all the benefits of that.
-
thekmen posted a new activity comment 14 years, 7 months ago
would something like:
add_action( 'bp_before_member_header_meta', 'cube_points_stuff' );
function cube_points_stuff() {
if(function_exists('cp_displayPoints')){
global $bp;
echo '<span class="cupepoints">';
cp_displayPoints($bp->displayed_user->id);
echo '</span>';
}
if(get_option('cp_donation')){
?>
[<a…[Read more] -
thekmen posted on the forum topic Testing new theme, Hybrid as a parent in the group Creating & Extending: 14 years, 7 months ago
hi @vee_bee, the theme does come with the usual BuddyPress display activity on front page but doesn’t have a widget for displaying this.
Will see about including one on the next version. -
thekmen posted a new activity comment 14 years, 7 months ago
coundn’t they be added to the bp_before_member_header_meta & styled with css so no need for template edits?
-
How would I do that? I just finished it up and the code chunk is ready.
I also want it to show in a specific spot. So right under this area:
User @user
-
would something like:
`
add_action( ‘bp_before_member_header_meta’, ‘cube_points_stuff’ );function cube_points_stuff() {
if(function_exists(‘cp_displayPoints’)){
global $bp;
echo ‘‘;
cp_displayPoints($bp->displayed_user->id);
echo ‘‘;
}
if(get_option(‘cp_donation’)){
?>
[<a href="cp_donate.php?d=1&u=displayed_user->id; ?>&width=500&height=200″…[Read more]-
I got it to work but the do_action isn’t in an ideal location really. So I’m just doing a template edit. Thanks for the help though. Now I know more about BuddyPress 🙂
-
-
-
-
thekmen posted an update 14 years, 7 months ago
waiting to see what direction http://buddypress.org takes as usability is pretty useless at the moment, but great test bed for a live important site…
- Load More
@thekmen
Not recently active