-
Marcella replied to the forum topic Interactive Profile Fields During Registration in the group How-To and Troubleshooting 12 years, 9 months ago
Hey @davidveldt this should do it if you are using the default theme. Otherwise you should integrate as you see fit.
theme/registration/register.php
You can add any groups or fields as you require. The […]
-
Ezeke posted on the forum topic How to use a wordpress shortcode for posts and pages in a forum topic? in the group Creating & Extending: 13 years, 5 months ago
@jstebbing better late than never 😉
add_filter( 'bp_get_group_description', 'do_shortcode' );
-
nit3watch posted on the forum topic Solved: set a character limit on activity content? in the group How-To and Troubleshooting: 13 years, 6 months ago
working nicely, just need to filter out ‘joined the group.. and created group.. and remove ‘view’ and delete’. Once im done using it for what i need ill turn it into a widget for the community 😀 `function bp_limit_group_activity_content() { $group_activity_length = 100; //character limit $group_excerpt = substr(bp_get_activity_content_body(), 0,…[Read more]
-
Pisanojm posted a new activity comment 13 years, 7 months ago
Genius @r-a-y ! This works great on the front end as well of BuddyPress… and with this people now have a way to get polls into the BP sites! Thanks!
-
Mikey3D started the forum topic [Resolved] Can’t Edit Forum Tags After Posted in the group Requests & Feedback: 13 years, 7 months ago
In forum, when I could post a new topic and fill in Title, Content and Tags (comma separated) but why can’t I edit the tags after posted the new topic? Is there able to editing the tags? Screenshot: 1) These tags cannot edit after posted, why? 2) Where is “Tags (comma separated):”…? Thanks, […]
-
scabadaska posted on the forum topic How to disable Gravatar completely? in the group How-To and Troubleshooting: 13 years, 10 months ago
Hi @BuddyPresser, I would like to add to Javier’s @arques post above. His method does work but it’s missing the initial sign-up screen where gravatar is being pulled. I also rewrote his path a bit. This should do the trick for killing all Gravatar calls. If someone has more time than I it would be great to […]
-
el_terko posted on the forum topic Tutorial: cool way to display the members name when you mouse over avatars in the group Miscellaneous: 14 years, 6 months ago
Gee, I was looking for this post, had it as a favourite but when bp.org was redesigned, it misteriously “vanished” (together with all my other favourites)…
-
Brajesh Singh posted on the forum topic BuddyPress.org’s Unified Search – How can I get it? in the group How-To and Troubleshooting: 14 years, 6 months ago
here is your code http://buddydev.com/http//buddydev.com/public-download/unified-search.zip Put the code of functions.php in your functions.php and move the single-search.php and search-loop.php to your theme. You may check more details on my site here.…[Read more]
-
techguy started the forum topic Extending Groups in the group Creating & Extending: 14 years, 6 months ago
I’m just now starting to dig in extending some of the group functionality in BP. What I’m trying to get my head around is it seems like there’s a bunch of ways to expand the functionality of groups and I’d love to learn the advantages and disadvantages of each method. First, you could just add […]
@el_terko
Active 8 years, 4 months ago
Cool! Glad it worked for you. Spent too much time looking into this!
Just an FYI, I attempted to post the same poll multiple times. The poll will only display once on a page; the rest won’t be rendered. I’m guessing this is a feature! 😉
P.S. sent you a couple of dollars for you to buy a Starbucks or a Beer with! Thanks again.
Cheers!