Search Results for 'forum'
-
AuthorSearch Results
-
March 4, 2010 at 7:18 pm #66733
In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
ParticipantAndrew, the issue you raise–not doing the highlighting with javascript–is valid, and I will be addressing it in the next version, however i’m going to take another approach than you’ve suggested. So other users don’t need to be concerned with the above code, because it will work differently quite soon.
March 4, 2010 at 5:45 pm #66717In reply to: Hide main theme from users
Andrea Rennick
ParticipantYes, it does. The groups & forums use bbpress. The MU part only manages additional blogs.
March 4, 2010 at 4:21 pm #66702In reply to: Hide main theme from users
Maythil
ParticipantWP regular with buddypress doesn’t show groups and forums.
March 4, 2010 at 3:12 pm #66693In reply to: Stripping images from Activity Feed
nickrita
Participantliveview, the solution is here:
https://buddypress.org/forums/topic/remove-images-from-activity-stream
March 4, 2010 at 2:03 pm #66684In reply to: template compatibility
Andrea Rennick
Participantdid you make sure you had the matching amount of closing divs?
Do you have a link to code where I can see (don’t paste it in the forum please, it’s too hard to read)
And to reiterate – don’t change your page.php template. Change the BP ones.
March 4, 2010 at 12:56 pm #66675In reply to: Unable to create groups or forums
rsutaria
MemberI am also not able to see the “create group” button. Also, when I click on the “groups” tab in my buddypress setup I am not able to get the groups directory- instead I get a “page not found” error (not a 404 but a buddypress formatted page not found).
How can I enable the “groups” page and the “create group” button?
March 4, 2010 at 10:49 am #66662IPA
ParticipantMaybe being able to moderate.approve new posts may be good enough.
I am using WordPress 9.2 (not WPMU, just WP), and latest BP.
March 4, 2010 at 8:54 am #66651In reply to: Tweetstream (twitter plugin) Beta testers needed!
Anton
ParticipantWould it be possible to integrate your plugin with this one: https://buddypress.org/forums/topic/integrating-sign-in-with-twitter-or-login-with-twitter-to-buddypress
Reason I’m asking is that if you login with that Twitter plugin, you need to “allow” Twitter again for the Tweetstream to work for members.
March 4, 2010 at 7:39 am #66647In reply to: Help with populating form
designodyssey
ParticipantI would start with GF “paid” help. I’m working with them on similar questions, so check the forums there. Ultimately, it will be a matter of creating a function that inserts the results of a bp function in the value of a form field.
March 4, 2010 at 5:14 am #66634In reply to: How to define topics for forums?
stwc
ParticipantBuddyPress -> Component Setup–>Let users create, join and participate in groups would seem to be for disabling Groups entirely, so that’s not it.
Not sure what I had in mind, there. I wonder if you can hook Buddypress permissions into Justin Tadlock’s excellent Members plugin (http://justintadlock.com/archives/2009/09/17/members-wordpress-plugin)
Basically I’d just disallow Subscribers (if that’s your default role) from creating groups, but I’d have to go digging to figure out how to do that….
I haven’t actually tried!
March 4, 2010 at 5:10 am #66633In reply to: Hide main theme from users
Maythil
Participant1. problem with blog creation
My wpbp installation is in the folder http://mydomain.com/mywpbp.
When someone wants to create a blog the url he gets is http://hisblog/mydomain.com/mywpbp, which of course won’t work. Any solution? Can I use the present installation with some changes, or have I to start from scratch with a new installation?
2. Just one blog
This may sound funny because wpmu is meant for creating many blogs.
However, my main attraction is in the social network miraculously made possible by buddypress.
For my needs, I only want a single blog (for the admin to put contents) and a social network for users (which includes groups and forums, with the blog-creation option invisible to them).
Is there a way to handle this?
March 4, 2010 at 4:01 am #66629In reply to: How to define topics for forums?
Mark
ParticipantHow do you “disallow ordinary users from creating groups”? I know I can disable the groups component completely but I’m not aware of controlling users ability to create groups. The link below resorts to removing the ‘create group’ button. Is there another way within the BP admin?
https://buddypress.org/forums/topic/restricting-group-creation-to-admins
March 4, 2010 at 3:13 am #66626Moominmama
ParticipantNope — didn’t help. But I appreciate the suggestion. It would’ve sucked to disable and then enable 51 forums but then it sucks more not having working forums, eh?
March 4, 2010 at 3:08 am #66624Moominmama
ParticipantWell, I’ll try that but I’ve got 51 groups and none of the forums work so I sure hope that’s not it! I’ll let you know…
March 4, 2010 at 2:20 am #66621Avi M
ParticipantYou could try disabling and then re-enabling the forums for that group. Doing this recently fixed a similar issue for me.
March 4, 2010 at 1:22 am #66615In reply to: template compatibility
barrymonster
ParticipantI’ve read the instructions and done what step three has told me yet nothing works. I’ve copied and pasted until my lil fingers bled.
Here is my page.php file ;
<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php include(TEMPLATEPATH . ‘/includes/breadcrumb.php’);?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__(‘Read more’, ‘studiopress’));?>
<div class=”clear”></div>
<?php edit_post_link(‘(‘.__(‘Edit’, ‘studiopress’).’)’, ”, ”); ?>
<?php endwhile; else: ?>
<?php require(TEMPLATEPATH . ‘/includes/post-nav-block.php’); ?>
<?php endif; ?>
</div>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<?php get_footer(); ?>
and here is the activity index.php;
<?php get_header() ?>
<div id=”container”>
<div id=”content”>
<?php if ( !is_user_logged_in() ) : ?>
<h3><?php _e( ‘Site Activity’, ‘buddypress’ ) ?></h3>
<?php endif; ?>
<?php do_action( ‘bp_before_directory_activity_content’ ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php locate_template( array( ‘activity/post-form.php’), true ) ?>
<?php endif; ?>
<?php do_action( ‘template_notices’ ) ?>
<div class=”item-list-tabs activity-type-tabs”>
-
<?php do_action( ‘bp_before_activity_type_tab_all’ ) ?>
<li class=”selected” id=”activity-all”>” title=”<?php _e( ‘The public activity for everyone on this site.’, ‘buddypress’ ) ?>”><?php printf( __( ‘All Members (%s)’, ‘buddypress’ ), bp_get_total_site_member_count() ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php do_action( ‘bp_before_activity_type_tab_friends’ ) ?>
<?php if ( function_exists( ‘bp_get_total_friend_count’ ) ) : ?>
<?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-friends”>” title=”<?php _e( ‘The activity of my friends only.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Friends (%s)’, ‘buddypress’ ), bp_get_total_friend_count( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_groups’ ) ?>
<?php if ( function_exists( ‘bp_get_total_group_count_for_user’ ) ) : ?>
<?php if ( bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-groups”>” title=”<?php _e( ‘The activity of groups I am a member of.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Groups (%s)’, ‘buddypress’ ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_favorites’ ) ?>
<?php if ( bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-favorites”>” title=”<?php _e( “The activity I’ve marked as a favorite.”, ‘buddypress’ ) ?>”><?php printf( __( ‘My Favorites (<span>%s</span>)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_mentions’ ) ?>
<?php endif; ?>
<?php do_action( ‘bp_activity_type_tabs’ ) ?>
</div><!– .item-list-tabs –>
<div class=”item-list-tabs no-ajax” id=”subnav”>
-
<li class=”feed”>” title=”RSS Feed”><?php _e( ‘RSS’, ‘buddypress’ ) ?>
<?php do_action( ‘bp_activity_syndication_options’ ) ?>
<li id=”activity-filter-select” class=”last”>
<select>
<option value=”-1″><?php _e( ‘No Filter’, ‘buddypress’ ) ?></option>
<option value=”activity_update”><?php _e( ‘Show Updates’, ‘buddypress’ ) ?></option>
<option value=”new_blog_post”><?php _e( ‘Show Blog Posts’, ‘buddypress’ ) ?></option>
<option value=”new_blog_comment”><?php _e( ‘Show Blog Comments’, ‘buddypress’ ) ?></option>
<?php if ( bp_is_active( ‘forums’ ) ) : ?>
<option value=”new_forum_topic”><?php _e( ‘Show New Forum Topics’, ‘buddypress’ ) ?></option>
<option value=”new_forum_post”><?php _e( ‘Show Forum Replies’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘groups’ ) ) : ?>
<option value=”created_group”><?php _e( ‘Show New Groups’, ‘buddypress’ ) ?></option>
<option value=”joined_group”><?php _e( ‘Show New Group Memberships’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘friends’ ) ) : ?>
<option value=”friendship_accepted,friendship_created”><?php _e( ‘Show Friendship Connections’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<option value=”new_member”><?php _e( ‘Show New Members’, ‘buddypress’ ) ?></option>
<?php do_action( ‘bp_activity_filter_options’ ) ?>
</select>
</div><!– .item-list-tabs –>
<div class=”activity”>
<?php locate_template( array( ‘activity/activity-loop.php’ ), true ) ?>
</div><!– .activity –>
<?php do_action( ‘bp_after_directory_activity_content’ ) ?>
</div><!– #content –>
</div><!– #container –>
<?php locate_template( array( ‘sidebar.php’ ), true ) ?>
<?php get_footer() ?>
To the best of my knowledge I have tried every possible placement I could think of but nothing is working. Am I missing something ?
March 4, 2010 at 1:20 am #66614In reply to: template compatibility
barrymonster
ParticipantI’ve read the instructions and done what step three has told me yet nothing works. I’ve copied and pasted until my lil fingers bled.
Here is my page.php file ;
<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php include(TEMPLATEPATH . ‘/includes/breadcrumb.php’);?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(__(‘Read more’, ‘studiopress’));?>
<div class=”clear”></div>
<?php edit_post_link(‘(‘.__(‘Edit’, ‘studiopress’).’)’, ”, ”); ?>
<?php endwhile; else: ?>
<?php require(TEMPLATEPATH . ‘/includes/post-nav-block.php’); ?>
<?php endif; ?>
</div>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<?php get_footer(); ?>
and here is the activity index.php;
<?php get_header() ?>
<div id=”container”>
<div id=”content”>
<?php if ( !is_user_logged_in() ) : ?>
<h3><?php _e( ‘Site Activity’, ‘buddypress’ ) ?></h3>
<?php endif; ?>
<?php do_action( ‘bp_before_directory_activity_content’ ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php locate_template( array( ‘activity/post-form.php’), true ) ?>
<?php endif; ?>
<?php do_action( ‘template_notices’ ) ?>
<div class=”item-list-tabs activity-type-tabs”>
-
<?php do_action( ‘bp_before_activity_type_tab_all’ ) ?>
<li class=”selected” id=”activity-all”>” title=”<?php _e( ‘The public activity for everyone on this site.’, ‘buddypress’ ) ?>”><?php printf( __( ‘All Members (%s)’, ‘buddypress’ ), bp_get_total_site_member_count() ) ?>
<?php if ( is_user_logged_in() ) : ?>
<?php do_action( ‘bp_before_activity_type_tab_friends’ ) ?>
<?php if ( function_exists( ‘bp_get_total_friend_count’ ) ) : ?>
<?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-friends”>” title=”<?php _e( ‘The activity of my friends only.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Friends (%s)’, ‘buddypress’ ), bp_get_total_friend_count( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_groups’ ) ?>
<?php if ( function_exists( ‘bp_get_total_group_count_for_user’ ) ) : ?>
<?php if ( bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-groups”>” title=”<?php _e( ‘The activity of groups I am a member of.’, ‘buddypress’ ) ?>”><?php printf( __( ‘My Groups (%s)’, ‘buddypress’ ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_favorites’ ) ?>
<?php if ( bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) : ?>
<li id=”activity-favorites”>” title=”<?php _e( “The activity I’ve marked as a favorite.”, ‘buddypress’ ) ?>”><?php printf( __( ‘My Favorites (<span>%s</span>)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
<?php endif; ?>
<?php do_action( ‘bp_before_activity_type_tab_mentions’ ) ?>
<?php endif; ?>
<?php do_action( ‘bp_activity_type_tabs’ ) ?>
</div><!– .item-list-tabs –>
<div class=”item-list-tabs no-ajax” id=”subnav”>
-
<li class=”feed”>” title=”RSS Feed”><?php _e( ‘RSS’, ‘buddypress’ ) ?>
<?php do_action( ‘bp_activity_syndication_options’ ) ?>
<li id=”activity-filter-select” class=”last”>
<select>
<option value=”-1″><?php _e( ‘No Filter’, ‘buddypress’ ) ?></option>
<option value=”activity_update”><?php _e( ‘Show Updates’, ‘buddypress’ ) ?></option>
<option value=”new_blog_post”><?php _e( ‘Show Blog Posts’, ‘buddypress’ ) ?></option>
<option value=”new_blog_comment”><?php _e( ‘Show Blog Comments’, ‘buddypress’ ) ?></option>
<?php if ( bp_is_active( ‘forums’ ) ) : ?>
<option value=”new_forum_topic”><?php _e( ‘Show New Forum Topics’, ‘buddypress’ ) ?></option>
<option value=”new_forum_post”><?php _e( ‘Show Forum Replies’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘groups’ ) ) : ?>
<option value=”created_group”><?php _e( ‘Show New Groups’, ‘buddypress’ ) ?></option>
<option value=”joined_group”><?php _e( ‘Show New Group Memberships’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<?php if ( bp_is_active( ‘friends’ ) ) : ?>
<option value=”friendship_accepted,friendship_created”><?php _e( ‘Show Friendship Connections’, ‘buddypress’ ) ?></option>
<?php endif; ?>
<option value=”new_member”><?php _e( ‘Show New Members’, ‘buddypress’ ) ?></option>
<?php do_action( ‘bp_activity_filter_options’ ) ?>
</select>
</div><!– .item-list-tabs –>
<div class=”activity”>
<?php locate_template( array( ‘activity/activity-loop.php’ ), true ) ?>
</div><!– .activity –>
<?php do_action( ‘bp_after_directory_activity_content’ ) ?>
</div><!– #content –>
</div><!– #container –>
<?php locate_template( array( ‘sidebar.php’ ), true ) ?>
<?php get_footer() ?>
To the best of my knowledge I have tried every possible placement I could think of but nothing is working. Am I missing something ?
March 4, 2010 at 1:01 am #66612In reply to: How to define topics for forums?
stwc
ParticipantForums are automatically created for Groups. Create a group, there’s a forum attached.
Just disallow ordinary users from creating groups, and you’re done.
March 3, 2010 at 10:05 pm #66588thekmen
Participantyeah, echoing it to see what’s returned & it returns the post/page name with component tacked on, heading in the right direction though.
Using
if ( bp_is_page( BP_ACTIVITY_SLUG ) || bp_is_page( BP_MEMBERS_SLUG )
|| bp_is_member() || bp_is_page( BP_GROUPS_SLUG ) || bp_is_group()
|| bp_is_page( BP_FORUMS_SLUG ) || bp_is_page( BP_BLOGS_SLUG ) )still works fine, just would prefer an easier way & a way to make sure other components & plugins also work
Thanks again.
March 3, 2010 at 9:18 pm #66577arghagain
ParticipantI’m so happy that now I got activity problem solved which I had to follow the suggestion at http://premium.wpmudev.org/forums/topic/buddypress-upgrades-with-multi-db#post-28120. Unfortunately, I couldn’t solve the broken message problem where a member or even admin cannot send a private message to another member. Whenever trying to send a private message to a friend (which had been accepted as a friend already), I get this error “There was an error sending that message, please try again.”
Anyone has any idea how to go about fixing the private message problem?
March 3, 2010 at 8:47 pm #66572abcde666
Participantsorry, I have missed that this has been posted in the “ideas forum”.
I am definitely not against any new features & Supergroups is a great idea from Bowe.
Thanks for outing me as a spammer
March 3, 2010 at 8:41 pm #66571In reply to: Widget areas for Groups, Forums, etc
arnonel
Participantapologies, but have to bump
March 3, 2010 at 8:18 pm #66569finni3
ParticipantWhy are you spamming every feature request post erich73?
This the “Ideas” forum, and it where people post new ideas. Just because you have your opinion that devs should “stop all new features” that doesn´t necessarily mean that everybody shares your opinion. Please stop forcing your opinions on others….
March 3, 2010 at 7:39 pm #66560In reply to: "Not Found" at Homepage (Default Theme)
Boone Gorges
KeymasterThis is a theme issue. The new bp-default has a main content area (where you’re seeing the “not found” message which signifies that you haven’t yet posted any blog entries on the main blog), and one sidebar at the right. You’ll have to create a child theme and register some new sidebars if you want to use the new bp-default and have a similar look to the old bp-sn-parent.
Here’s a discussion on the subject: https://buddypress.org/forums/topic/three-columns
March 3, 2010 at 4:26 pm #66542In reply to: Characters in usernames cause strange issues
Tim Nicholson
ParticipantBP v1.21 is very whacked out in how it handles user names and profile URL’s. I’m seeing inconsistencies all over the place. Sometimes it uses the users nicename and sometimes it seems to be using their display_name. It doesn’t handle spaces in the user name at all. With some code I found on these forums, I’ve been able to patch things up a bit, but its still a mess. Check out this thread: https://buddypress.org/forums/topic/all-links-are-working-minus-my-adminauthorall-of-my-pages.
Fixing the issue with spaces in the user name is actually quite easy by adding a urlencode() function to the string that gets used to find the user. However, in most cases the spaces in the user name are appearing because BP is using the wrong user name for the lookup.
-
AuthorSearch Results