Search Results for 'buddypress'
-
Search Results
-
Topic: Church announcement board
Trying to keep track of church members and email them automatically when a new forum post is made (presumably for the forum, I need to use bbpress). But I want the forum to only be visible to registered members. Not even sure where to start – I installed bbpress and buddypress, and that’s about it. Please help!
Topic: Rank/Rate Group Forum Topics
Is there a way to rank topics posted in group forums? Preferably with a thumbs up/down button and a numerical counter for how many votes each topic has received. BuddyPress Rate Forum Posts will allow this with individuals replies, but not separately for the individual topics listed in the forum.
Dear Forum,
In relation to the new bp 1.7, I would like to create a panel of user gravatars for each post or page that has members following it, and embed that panel into the post or the page.
How would I do this? (I am not a coder but not afraid to mess around with stuff either!)
Many thanks!
First of all, sorry if this is not the right place for such a question, but I’m really new in this and it is my very first post in the forums of WP Community.
What I’m wondering and trying to do is to install BuddyPress v 1.7 and bbPress v 2.3.1 both together running under the latest default theme for BP (I forgot the exact name), but it seems that I cannot set up them to work properly for my purpose.
My project is a social network (dedicated on exotic pets) so I need to have many groups in my site, because of many different animals, and I want to give a chance to every single group to have its own forum. At the same time I need a sitewide forum, too. My idea is all these forums (the groups’ ones and the sidewide) to extend their contents to same page in the main nav menu too. Is it possible?
Oh, and I have 5-level tree structure of my groups with ‘member’ and ‘parents’ groups powered by BP Group Hierarchy Plugin v 1.3.8. Is it possible this plugin to conflict some of the other issues included and to be one’s to blame for my problem?
Sorry for my english and hope that didn’t make a mistake posting in here.
Anybody to advise me? ๐Thanks in advance.
Best, AntonI’m brand new to buddypress – just installed on 4/28/13
I’m unclear on the difference between the “register” and “activate” page functions in buddypress.
Specifically, I’m using it inside an S2member pay site… so I need to know if the “register” page should point to my “sign up and pay” page when sends the person to paypal.
And that still doesn’t explain what the “activate” page is.
So, I’d love to hear from @boone on this one…
Topic: Admin Bar Disappear
Hi to all. In my site buddypress http://www.scheggedicristallo.com admin bare are not showed for no logghed user.
In settings I have setted โshow admin bar fort not logged userโ
What can i do for solve this poroblem?
Thankshttp://www.scheggedicristallo.com/
WordPress 3.5.1
BuddyPress 1.7Topic: Deleting BuddyPress Account
Hi,
Can anybody please advise how I delete this BuddyPress account. the account from which I’m typing this message?
I can see no settings in the edit profile section.
I would have liked to have contacted somebody but apparently this is the only way to get support.
Kind Regards,
Cee
Hey All;
In the BuddyPress 1.7 activity feed (mytheme/buddypress/activity/entry.php), the user’s avatar gets displayed beside their status update like so:
<div class="activity-avatar"> <a href="<?php bp_activity_user_link(); ?>"> <?php bp_activity_avatar(); ?> </a> </div>I’d like to display the user’s username underneath their avatar, and I tried using this code, but for some reason she no work.
<div class="activity-avatar"> <a href="<?php bp_activity_user_link(); ?>"> <?php bp_activity_avatar(); ?> </a> <br /> <a href="<?php bp_activity_user_link(); ?>" class="nicename"> @<?php bp_get_displayed_user_username(); ?> </a> </div>Would someone please kindly show me how to simply display the user’s username/nicename in the activity feed entry?
Hi Guys,
I have a subdomain network enabled, registration works fine for WordPress, but when activating Buddypress the registration page is missing the Register button. It cuts off at the field to choose a subdomain name (and also the domain name in description is blank).
Things seem to work fine on a subdirectory network.
Screenshot: http://screencast.com/t/CDeTcgRO9

I am using the default theme, I have tried the default BuddyPress theme too with same error. I’ve reinstalled OS several times. Running on Ubuntu 12.10 X64, Apache2.
I have enabled mod_rewrite, I have checked permalinks are on and working. Wildcard DNS is setup and working…
I’ve been googling around and can’t find anyone else with similar issues. Any ideas?