Search Results for 'wordpress'
-
AuthorSearch Results
-
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.
August 5, 2011 at 11:40 pm #117836In reply to: Buddypress ,photos,videos,forums, and blogs.
pryse
MemberMultiple post of the same thing Buddypress.org did that not me and when i go to delete it goes to a page that says cant find page, like i said who ever is packaging or updating the actual site needs to fix bugs in Buddypress.org and the plugin for wordpress, you guys have been very helpful thanks…
August 5, 2011 at 9:34 pm #117826Paul Wong-Gibbs
KeymasterI’ve put on our bug tracking system, and I’ve just fixed it — thanks for testing
August 5, 2011 at 9:27 pm #117823In reply to: Buddypress ,photos,videos,forums, and blogs.
pryse
MemberOk so how do i enable blogs for my member, ok for example on ning you just drag and drop your features
where you want them, how do i do that with wp and buddypress/ i tried multi site but didnt work right.
buddpress is supposed to be the plugin that ads social network to your wordpress but when i ad the plugin
only thing it does is give metheme but the default theme doesnt have blogs forum etc like who ever did the pacakeing for buddypress should realy rethink the concept of social network. they need to add
photos, blog, forum, videos etc to the theme. Like i said im useing wp and bp to start a social network like Ning
not a personal blog, where my members can post blogs, forums, videos, photos etc.
I hope some one with intell on this setup can give me better way to do this asfor the buddy press themes
noneof them have blogs or forums in the theme. I more geared towards adding these features manually than plugins, like how dow i add blog feature for my members videos, photos, forums etc? that multisite thing
after i installed it took away the ability to even add plugins or update my theame and i had to rebuild my whole site because people cant answer simple question on this forum as how to add features for users
Please some one who understands what imean please let me know if theres a theme with allthis included…August 5, 2011 at 9:26 pm #117822In reply to: Buddypress ,photos,videos,forums, and blogs.
pryse
MemberOk so how do i enable blogs for my member, ok for example on ning you just drag and drop your features
where you want them, how do i do that with wp and buddypress/ i tried multi site but didnt work right.
buddpress is supposed to be the plugin that ads social network to your wordpress but when i ad the plugin
only thing it does is give metheme but the default theme doesnt have blogs forum etc like who ever did the pacakeing for buddypress should realy rethink the concept of social network. they need to add
photos, blog, forum, videos etc to the theme. Like i said im useing wp and bp to start a social network like Ning
not a personal blog, where my members can post blogs, forums, videos, photos etc.
I hope some one with intell on this setup can give me better way to do this asfor the buddy press themes
noneof them have blogs or forums in the theme. I more geared towards adding these features manually than plugins, like how dow i add blog feature for my members videos photos forums etc? that multisite thing
after i installed it took away the ability to even add plugins or update my theame and i had to rebuild my whole site because people cant answer simple question on this forum as how to add features for users
Please some one who understands what imean please let me know if theres a theme with allthis included…August 5, 2011 at 9:24 pm #117820In reply to: Buddypress ,photos,videos,forums, and blogs.
pryse
MemberOk so how do i enable blogs for my member, ok for example on ning you just drag and drop your features
where you want them, how do i do that with wp and buddypress/ i tried multi site but didnt work right.
buddpress is supposed to be the plugin that ads social network to your wordpress but when i ad the plugin
only thing it does is give metheme but the default theme doesnt have blogs forum etc like who ever did the pacakeing for buddypress should realy rethink the concept of social network. they need to add
photos, blog, forum, videos etc to the theme. Like i said im useing wp and bp to start a social network
not a personal blog, more like Ning where my members can post blogs, forums, videos, photos etc.
I hope some one with intell on this setup can give me better way to do this asfor the buddy press themes
noneof them have blogs or forums in the theme. I more geared towards adding these features manually than plugins, like how dow i add blog feature for my members videos photos forums etc? that multisite thing
after i installed it took away the ability to even add plugins or update my theame and i had to rebuild my whole site because people cant answer simple question on this forum as how to add features for users
Please some one who understands what imean please let me know if theres a theme with allthis included…August 5, 2011 at 9:06 pm #117817Paul Wong-Gibbs
Keymaster`Deleting a comment/post in a blog is not reflected in the activity stream`
This is how it is meant to work. It’s a good idea for further consideration for a future enhancement; please make such a ticket on https://buddypress.trac.wordpress.org/
Regarding activity stream comment and favourite buttons not working. I cannot recreate. Can you on testbp.org? Are they broken for *ALL* activity stream items, or just on this “wrote a new blog post” item? Does it still do it if you post on a new blog post’s activity item?
August 5, 2011 at 7:43 pm #117810In reply to: New user registeration
enderandrew
Memberpaulpski:
Do you have permalinks working properly?
https://codex.wordpress.org/Using_Permalinks
You may need to edit your .htaccess file
August 5, 2011 at 7:13 pm #117809In reply to: Which is the best social networking tool?
greenmeanie
ParticipantHe asked a tool for wordpress. What does that have to do with WordPress Template Pack? I use the add-on for buddypress to make the theme compatible and it doesn’t work all the way.
August 5, 2011 at 4:01 pm #117800In reply to: Buddypress ,photos,videos,forums, and blogs.
Andrea Rennick
ParticipantJust to be perfectly clear, having multiple blogs is a feature built in to WordPress itself, not BuddyPress.
BP just shows them if they are there.August 5, 2011 at 10:44 am #117776darrenmeehan
ParticipantBased on what I see at https://buddypress.org/community/groups/localization/forum/topic/how-to-translate-submenus-slugs/ I skimmed through trac to see if there was any tickets on this,https://buddypress.trac.wordpress.org/ticket/2086 came up, but it doesn’t look like its possible without editing core yet.
-
AuthorSearch Results