Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //
`
Save files.
Hi,
when I try to open a group, I get a message “Too many redirects” in chrome. There are some slashes appended to the group url. `..-members/////////////////////`.
I already deactivated all plugins and switched to another theme. The issue persists.
This is my .htaccess:
`RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress`
BP and WP are up 2 date.
Any help is welcome.
This is my bp-custom.php:
`function redirect_to_forum() {
global $bp;
$path = clean_url( $_SERVER );
$path = apply_filters( ‘bp_uri’, $path );
if ( bp_is_group_home() && strpos( $path, $bp->bp_options_nav ) === false )
bp_core_redirect( $path . $bp->bp_options_nav . ‘/’ );
}
add_action( ‘wp’, ‘redirect_to_forum’ );
if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
define( ‘BP_AVATAR_THUMB_WIDTH’, 35 ); //change this with your desired thumb width
if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
define( ‘BP_AVATAR_THUMB_HEIGHT’, 35 ); //change this with your desired thumb height
if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 260 ); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt="
” class=”wp-smiley”>
if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 260 ); //change this to default height for full avatar`
And this my pl structure:
`/%year%/%monthnum%/%day%/%postname%/`
I did not change any core files.
In my local development environment I added BuddyPress to an existing install of WordPress. The local environment is using BuddyPress 1.6.1 and WordPress 3.4.2 with the default BuddyPress theme with no customization. I installed and activated BuddyPress after importing all the content from my previous CMS and none of the posts show up in the activity stream for the appropriate member. They do show up in the appropriate category and on the home page, and in the various archives. I found this plugin but it’s really out of date and errored out on activation: http://teleogistic.net/code/buddypress/bp-import-blog-activity/. Any help registering the posts in the appropriate activity streams would be greatly appreciated.
Anyone looking for a Buddystream alternative, your wait is over. This plugin works and is apparently resourced for further development. More platforms will surely be added. Although originally intended for educational and teaching resources it already imports, for example, twitter,flickr,youtube,vimeo & slideshare – for free. Could be a turbo-charger for buddypress. see http://wordpress.org/extend/plugins/bebop/
How do I find Facebook AWD App Requests on the wordpress deshborad where to go config it
So, after installing my theme, I installed BuddyPress, and activated it. I got a message that said “The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, User Groups, Members, Activate, Register.” With a Repair button next to it. I went to the page, and repaired the links I was planning on using. Back at my dashboard, I was looking for the BuddyPress section, but it was no where to be found! I went into the settings, and there it was. The only available page I have is the page with the tabs Components, Pages, Settings, and Forums. I tried installing BP Template Pack, but I got a fatal error that completely disabled the entire site. The error read: “Fatal error: Cannot redeclare bp_dtheme_ajax_querystring() (previously declared in /…/wp-content/themes/Mikmag/core/buddypress/_inc/ajax.php:17) in /…/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php on line 157” Can anyone tell me what’s happening? I installed BP right from the plugins page, and I’m running the latest version of WP (3.4.2). Thanks so much in advance!
My buddypress members wont show up under the members page or members widgets only shows up under users on wordpress deshbord why is this
Hello,
BuddyPress is awesome, I use it at battlecity.org. The only issue I have is a constant battle with spam.
Askimet is awesome at finding and clearing out spam comments. The problem is, with BuddyPress, I get spam user registration and Askimet doesn’t remove spam accounts.
To try and fight the spam accounts I use two plugins:
– BP Humanity (users have to answer a question like five plus two)
– SI Captcha (users have to type in sequence of characters displayed in image)
However, even with these two plugins, 10-20 spam user accounts are created daily. If I don’t login for a week, it can be very difficult to delete 100+ accounts. And if I don’t delete them, they’ll eventually all start posting about viagra, credit cards and magic ponies.
So, after some searching I found a plugin called User Spam Remover (http://wordpress.org/extend/plugins/user-spam-remover/). This plugin lets me delete all the spam users with a single click, rather than having to go through each profile in BuddyPress or try to sort through them on the WordPress users page. The only problem is that it does not play nice with BuddyPress, since it was designed for WordPress (it will leave behind remnant information, such as “Bob became a registered member” on the activity page).
I have two feature requests:
1 – A nice option would be the ability to hide the “became a registered member” message from the Activity page. I get enough spam user registrations that the activity page becomes a useless blurb of new users that aren’t actually new users. Once I delete all these spam accounts, the Activity page is awesome, showing useful things like new forum posts, groups and comments. I want it to always be like this, I don’t need it to ever display messages about new users even if they are legitimate.
2 – Built in function to detect and remove spam user accounts. In fact, this can just be a page that lets me sort and select users in ways that would bring spam accounts to the forefront. If I can sort by date registered, I can get a list of all new accounts on one page where I can select and delete about 95% of them (now I can get an alphabetical list which takes forever to sort through). Or if I could pull up a list of all accounts with no activity that would help too (if I can delete them all from the same page). I’ll never be able to block all spam registrations, so anything that makes it easier (less clicks) to clean up is awesome.
Another option for anybody in the mood for plugin development, is to make spam-user-remover compatible with BuddyPress or fork it to be a BuddyPress plugin.
Just some thoughts! I’d also love to hear any feedback on how others are fighting off spam.
I’m sure I’m missing some obvious step here, but I am trying to install BuddyPress 1.6.1 on a new installation of WordPress 3.4.2. I went through all the steps and installed site wide forums (I didn’t install group forums). I see a forums/topics/replies section in my dashboard and a number of pages were created including a forums page. But going to the forums page gives me a “The forums component has not been set up yet.” So what am I missing?