-
Hoodie Mark posted on the forum topic One login, multiple profiles in the group Creating & Extending: 13 years, 6 months ago
I need to do the exact same thing. @Matilde did you ever find an easy solution?
-
Hoodie Mark joined the group Creating & Extending 13 years, 6 months ago
-
Hoodie Mark posted an update 14 years, 5 months ago
@nuprn1 Yo Rich. You available for contract work?
-
sure, depends on what it is 😉 drop me a private message on http://etivite.com/members/nuprn1/
-
-
Hoodie Mark posted an update 14 years, 5 months ago
@foxly Hi Foxly, Are you available for contract work?
-
Hoodie Mark joined the group BuddyPress Album+ 14 years, 5 months ago
-
Hoodie Mark posted on the forum topic activity stream post ID? in the group How-To and Troubleshooting: 14 years, 5 months ago
I think i now realize i’m viewing buddypress in a fundamentally wrong way but this is probably a testament to how well buddypress ‘feels’ integrated with wp. The theme folders of buddypress need to be viewed as an extension of a wordpress plugin rather than a template file hitting primarily the wordpress core as typical […]
-
Hoodie Mark posted on the forum topic activity stream post ID? in the group How-To and Troubleshooting: 14 years, 5 months ago
i’m doing this in my template in activity/entry.php My goal is to filter wordpress posts of a particular category so i can grab some post meta data and make some really cool things happen in my activity streams. Wish i could help out and update the codex but i don’t have the buddypress function knowledge […]
-
Hoodie Mark posted on the forum topic activity stream post ID? in the group How-To and Troubleshooting: 14 years, 5 months ago
@nuprn1 i tried:
if ( ‘new_blog_post’ == bp_get_activity_type() ) : echo $secondary_item_id => post_id; endif;
but still can’t get the post_idThe codex docs are pretty darned incomplete and without any examples it’s really hard to deal with the buddypress functions/filters. Any hints on how i echo that post id????
-
Hoodie Mark posted on the forum topic Use Forums without Groups? in the group How-To and Troubleshooting: 14 years, 5 months ago
This was a really helpful discussion for me. I understand the group/forum relationship so much better now and it seems to simply break down to semantics. You could even use the Facebook “page” analogy with groups where peeps become a fan of or join a page (group) and there are child features therein. So this could […]
-
Hoodie Mark posted on the forum topic activity stream post ID? in the group How-To and Troubleshooting: 14 years, 5 months ago
Ok i get that in theory but the syntax here isn’t making sense. Got the type conditional to work but can’t echo the secondary_item_id object. I really wish the codex for buddypress was as easy to get info from as the wordpress codex. Thank You so much though… you’re the first person to respond to […]
-
Hoodie Mark started the forum topic activity stream post ID? in the group How-To and Troubleshooting: 14 years, 5 months ago
How do I get the Post ID of an entry in the activity stream?
$post->ID only gives me the id of the latest post. -
Hoodie Mark posted on the forum topic Blog names don't change on profile pages or admin bar in the group How-To and Troubleshooting: 14 years, 5 months ago
are you referring to the dynamic name within the page title tags? I’m having an issue there as well https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-using-latest-post-id-for-each-activity-entry-and-each-page-title/ but i’m getting no forum love. :'(
-
Hoodie Mark started the forum topic BuddyPress ajaxed stream comments on single.php and page.php : Can this be done? in the group How-To and Troubleshooting: 14 years, 5 months ago
I LOVE the ajax feel of activity stream and buddypress forum posting and commenting in Buddypress Version 1.2.4.1. Does anyone already have the recipe (or a plugin) to include this on my WPMU template files like page.php and single.php ? I initially have tried moving the code from the bp-default template single.php to my WPMU […]
-
Hoodie Mark started the forum topic buddypress using latest post ID in each activity entry and (updated… wasn't clear) in the group How-To and Troubleshooting: 14 years, 5 months ago
Has anyone ever encountered there Buddypress looking to the latest WP post meta and appending that post title to the buddypress page title tags? Also the activity items themselves look fine but when i go deeper and try to get more info from that item’s related post it only seems to see the latest WordPress […]
-
Hoodie Mark posted on the forum topic custom bp-language configuration not working in the group How-To and Troubleshooting: 14 years, 5 months ago
Fixed it! I had some mismatch going with my custom MU themes where the theme that was appearing wasn’t set to active by MU since i had a backup of my theme in the themes folder (with the same styles.css and same theme title… doh!) Also one more caveat not mentioned in the bp-language process […]
-
Hoodie Mark posted a new activity comment 14 years, 5 months ago
thanks man!
-
Hoodie Mark posted on the forum topic custom bp-language configuration not working in the group How-To and Troubleshooting: 14 years, 5 months ago
Wow… i’ve tried the exact steps require over and over today. Still no luck. I even tried inserting a die() in bp-custom.php to verify that file is being called and it is. Anyone else ever encounter this? Are there some special poedit settings i missed?
-
Mark Teipe started the forum topic custom bp-language configuration not working in the group How-To and Troubleshooting: 14 years, 5 months ago
My purpose with this file it to change the phrases like “%s posted on the forum topic %s in the group %s:” to my own chosen phrases like “%s posted RE:%s in %s:” in the Activity Stream. I’ve followed these steps: https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/ to get to my final .mo file and it still does not alter […]
-
Mark Teipe joined the group How-To and Troubleshooting 14 years, 5 months ago
@hoodiemark
Not recently active