Search Results for 'wordpress'
-
AuthorSearch Results
-
August 10, 2011 at 9:59 am #118125
Sofian J. Anom
Participant@DJPaul , I’ve make a ticket: https://buddypress.trac.wordpress.org/ticket/3467.
You’re welcome.August 10, 2011 at 7:16 am #118119In reply to: how to remove a page from buddypress nav menu
porkchops1987
MemberThanks for your reply i started with a new theme and was able to just comment them out. I have now coded in one of the pages where i want it (in front of members) and i have used a plugin to remove the WordPress created page (of same name). However now when i select it it does not indicate on the menu as being the currently selected page.
( bp_is_page( BP_PROJECTS_SLUG ) ) : ?> //i think this statement is wrong because —->
THIS DIDNT WORK PROPERLY I HAD TO CODE IN LINK MANUALLY
<li class=”selected”>
<a href="//” title=””>MANUALLY
<li class=”selected”>
<a href="/projects/” title=””>( bp_is_page( ‘projects’ ) ) : ?>
( bp_is_active( ‘projects’ ) ) : ?>
i tried all these conditions but it still doesnt work.
i have also used this code in my functions.php (its from another forum post, maybe i havent used it right?) —->
<?php
/*Define slugs*/
define(‘BP_PROJECTS_SLUG’, ‘projects’); /* this will show up as http://yourdomain.com/projects *//*Add slug as a root component*/
function page_setup_root_component()
{
bp_core_add_root_component( BP_PROJECTS_SLUG );
}
add_action( ‘plugins_loaded’, ‘page_setup_root_component’, 2 );/*Show defined slug*/
function bp_show_page() {
global $bp, $current_blog;if ( $bp->current_component == BP_PROJECTS_SLUG && $bp->current_action == ” ) {
bp_core_load_template( ‘projects’, true ); /*replace example with the name that of the template you upload*/
}
}
add_action( ‘wp’, ‘bp_show_page’, 2 );/*For extra functionality you can add a title for that page*/
function page_titles( $title, $b ) {
global $bp;if ( $bp->current_component == BP_PROJECTS_SLUG && $bp->current_action == ” ) {
$title = __( ‘Projects’, ‘buddypress’ ); /*change Example with what you want the title of your page to be*/
}
return $title;
}
add_filter( ‘bp_page_title’, ‘page_titles’, 10, 2 );?>
August 10, 2011 at 6:54 am #118118Paul Wong-Gibbs
KeymasterIf BuddyPress is activated sitewide, I guess BuddyPress should prevent access to any non-root site’s registration page. If it doesn’t, please would you make a ticket on http://buddypress.trac.wordpress.org so we can get it looked at in a future release. Thanks
August 10, 2011 at 2:47 am #118105@mercime
ParticipantI recall seeing that issue in WP.org forums for WP 3.2 and it was fixed for WP 3.2.1 with BP 1.2.9. One of plugins by WP core devs could also help you https://wordpress.org/extend/plugins/hotfix/
August 9, 2011 at 6:08 pm #118076In reply to: french date in profile fields
Paul Wong-Gibbs
KeymasterThis has been addressed in BuddyPress 1.5; see how we did it — https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template.php#L166
August 9, 2011 at 1:36 pm #118059In reply to: Frisco Child Theme
David Carson
Participant@PJ Are you using the latest BP trunk? https://buddypress.trac.wordpress.org/browser/trunk
And are you using the latest theme from here – https://github.com/davidtcarson/frisco?
August 9, 2011 at 1:12 pm #118058aces
Participanthttps://wordpress.org/extend/plugins/google-sitemap-generator/ works with buddypress. You can add your buddypress forums etc in the settings page
August 9, 2011 at 2:03 am #118027In reply to: BuddyPress 1.5 compatibility for plugins and themes
@mercime
Participant@suchaqd no, you didn’t both your install. https://buddypress.trac.wordpress.org/ticket/3389
August 9, 2011 at 2:03 am #118026In reply to: BuddyPress 1.5 compatibility for plugins and themes
@mercime
Participant@suchaqd no, you didn’t both your install. https://buddypress.trac.wordpress.org/ticket/3389
August 8, 2011 at 8:15 pm #118006In reply to: BuddyPress 1.5 compatibility for plugins and themes
John James Jacoby
Keymaster@foxly – Any chance you kind folks can test the plugins with menu issues against this patch?
https://buddypress.trac.wordpress.org/attachment/ticket/3454/3454.patch
enderandrew
MemberI don’t know if it is exactly what you had in mind, but I’d like to see the ability to +1/Like/Vote up any particular content in Buddypress, so I submitted a feature request ticket.
August 8, 2011 at 4:19 am #117968In reply to: BuddyPress 1.5 compatibility for plugins and themes
foxly
ParticipantBuddyPress Media is now fully compatible with BuddyPress 1.5. We have a beta version available at the link below, and we’ll issue a release to production next week (once our test team are finished with it).
http://code.google.com/p/buddypress-media/downloads/detail?name=bp-album_2011-08-07_BETA.zip
When listing us on the compatible plugins page, please list us as “BuddyPress Media”, and link to this URL: “http://code.google.com/p/buddypress-media/”. BP-Album will *cease to exist* after BuddyPress 1.5 is released (it will turn into BuddyPress Media).
====================
@DJPaul
@johnjamesjacoby
@apeatling
@MrMaz
@boonebgorgesOn behalf of the Buddypress Media team, congratulations on your new release. We’ve spent the past three days going through your code, and we’re just *astonished* at the improvements in structure, efficiency, and documentation!
This could be worth cake …

We’ll be dropping by your dev chat this Wednesday to bombard you with questions and talk about what we can do to help get other key plugins working with 1.5 as quickly as possible.
See you there!
^F^
August 8, 2011 at 2:11 am #117957In reply to: Trouble with Events Manager (free version)
Cam
ParticipantThis appears to be a child theme issue. Take a look at some of the later replies in the article you mentioned. I was having this problem and I switched to a non-child theme and the problem was fixed.
Try moving the buddypress folders (specifically the members/single/plugins.php and same in groups files) to your child theme if you need to keep the child theme flexibility.
VIsit: https://wordpress.org/support/topic/none-of-the-member-links-are-working?replies=17 to read an open thread on this issue (or a very similar one).
August 7, 2011 at 10:55 pm #117944In reply to: login works, but I get a blank page first
Meryl
ParticipantSince this was a new site, and I couldn’t resolve the issue above, I trashed and reinstalled wordpress and buddypress. Therefore, it’s all a new install and there are no plug-ins other than what came with wordpress. Still I’m having the same problem!!
This is the error message that I get in debugging.
Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/lmeryl/html/csasprouts/wp-login.php on line 353
Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-login.php on line 365
Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-includes/pluggable.php on line 737
Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-includes/pluggable.php on line 738
Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-includes/pluggable.php on line 739
Notice: Undefined index: redirect_to in /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 141
August 7, 2011 at 10:05 pm #117935enderandrew
MemberI don’t think this is a problem with Buddypress, so much as any popular WordPress site. They will get plenty of spambots registering for accounts.
There are plenty of solutions including:
Captcha plugins like SI Captcha or WP-Recaptcha
Akismet
Bad Behavior
Etc,However, the best solution is active moderation. And I’m guessing the crew that runs this site is also busy developing Buddypress, bbPress, etc. to spend a bunch of time moderating this site. Perhaps they should seek out volunteers to help moderate.
August 7, 2011 at 9:36 pm #117931aces
ParticipantAugust 7, 2011 at 8:30 am #117913In reply to: Editing my theme to work with BP 1.5-beta2
@mercime
ParticipantIn activity/index.php – at the top replace
``with
`<?php
/**
* @package WordPress
* @subpackage Clockstone_Theme_1.1.1
*/
get_header();
$page_layout = get_post_meta(get_the_ID(), ‘page_layout’, true);
if (!$page_layout){ $page_layout = ‘sidebar_bg’; }
?>
<?php
if ($page_layout == ‘sidebar_bg’){
echo ‘‘;
} elseif ($page_layout == ‘sidebar_bg sidebar_left’){
echo ‘‘;
} else {
echo ‘‘;
}
?>`At the bottom of activity/index.php, replace
``
with
``
Let’s see how that goes
August 7, 2011 at 5:20 am #117908In reply to: Editing my theme to work with BP 1.5-beta2
enderandrew
MemberTo clarify, I’ve seen the documentation here:
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
But my theme template is fairly complex, and I’m not sure where to begin. I’d really appreciate some help.
August 6, 2011 at 11:27 pm #117899valuser
ParticipantAm running multisite
Have bp on blog 2 define ( ‘BP_ROOT_BLOG’, 2 ); in wp-configthe tab ‘Pages’ in Dashboard > BuddyPress > Components on blog 2 has no mention of a blogs directory
earlier in the Dashboard Network admin there was a warning
“Some of your WordPress pages are linked to BuddyPress Components that are disabled: ok, one ore time. Repair” pressed button . this seemed to redirect me to BuddyPress Components on blog 1 which had the same set-up in the tab ‘Pages’
(i did have 1.29 on this site)Directories
Associate a WordPress Page with each BuddyPress component directory.
Activity Streams
Discussion Forums
User Groups
Members
then registration.
no mention of a Blog Directory ?
(just posted from another blog (id8) and it was picked up by the activity stream)If this is not replicated in your setups then i must have installed incorrectly and thats ok please say so as i don’t want to waste your time.
just testing this out the version im using is trunk 4932
August 6, 2011 at 9:41 pm #117893Paul Wong-Gibbs
Keymaster‘Your reply was posted successfully’ is here: https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-groups.php#L378
What do you want to do?
August 6, 2011 at 9:26 am #117870In reply to: BuddyPress 1.3 trunk and bbPress 2
Fee
ParticipantOn http://testbp.org/ bbpress 2.0 is used. I’d like to change to the plugin version, too.
Maybe a little stupid question, but I’m not sure about it: Do I have to drop the content of bbpress-folder in buddypress and install the new bbpress plugin version via wordpress plugin installation? (So that it’s in the plugins folder, not in buddypress)
In my case I don’t have to care about data, because I’m still testing and there are no real discussions. But for the others it maybe interesting: Will the forum data be catched by the new install?August 6, 2011 at 9:14 am #117869In reply to: Buddypress 1.5 Bug Reporting!
Fee
Participant@djpaul Thanks for your answer. I was not able to recreate it on the test drive – I’d have to be a group admin to see these admin links. But I saw there that you use bbpress 2.0 – do we have to change from standalone bbpress version to the bbpress wordpress plugin?
not sure about it – in this thread Bage said no: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-1-3-trunk-and-bbpress-2/August 6, 2011 at 9:10 am #117868Paul Wong-Gibbs
KeymasterHi. Some URLs can be changed, some others need to be changed in the theme (or core), unfortunately.
In BP 1.5, root-level pages e.g. .com/members and .com/groups are controlled by standard WordPress Pages. You’ll be able to rename title and slug by editing the Page details.URLs like e.g. .com/members/admin/**groups**/ are changed as detailed on https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/ (“Change the URL slugs of BuddyPress components”).
URLs like e.g. com/groups/group_name/**send-invites**/ have to be changed by editing the theme files, and filtering parts of the BuddyPress core output.
August 6, 2011 at 5:47 am #117851In reply to: How would I?
@mercime
Participant== Topic created successfully” – where is that code? ==
BP 1.2.9 at https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-forums.php#L78
BP 1.5 beta2 at https://buddypress.trac.wordpress.org/browser/tags/1.5-beta-2/bp-forums/bp-forums-screens.php#L48
August 6, 2011 at 12:49 am #117844In reply to: Buddypress ,photos,videos,forums, and blogs.
Andrea Rennick
Participant“, does Buddypress.org use multisites for its blogs and forums.”
YES. it uses multisite for individual blogs for each user. Full blogs like wordpress.com has.
“When i installed buddypress
and added the forums it says group forums???”Ye,s the forums are attached to groups. that’s how it works here too.
-
AuthorSearch Results