Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,301 through 14,325 (of 22,659 total)
  • Author
    Search Results
  • #117989

    In reply to: Nominate

    enderandrew
    Member

    I 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.

    https://buddypress.trac.wordpress.org/ticket/3451

    #117968
    foxly
    Participant

    @karmatosed

    BuddyPress 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
    @boonebgorges

    On 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^

    #117957
    Cam
    Participant

    This 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).

    #117944
    Meryl
    Participant

    Since 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

    enderandrew
    Member

    I 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.

    aces
    Participant
    #117913
    @mercime
    Participant

    In 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 :-)

    #117908
    enderandrew
    Member

    To 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.

    valuser
    Participant

    Am running multisite
    Have bp on blog 2 define ( ‘BP_ROOT_BLOG’, 2 ); in wp-config

    the 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

    Paul 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?

    #117870
    Fee
    Participant

    On 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?

    #117869
    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/

    Paul Wong-Gibbs
    Keymaster

    @darrenmeehan

    Hi. 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.

    #117851

    In reply to: How would I?

    @mercime
    Participant
    #117844
    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.

    #117836
    pryse
    Member

    Multiple 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…

    Paul Wong-Gibbs
    Keymaster

    I’ve put on our bug tracking system, and I’ve just fixed it — thanks for testing :)

    https://buddypress.trac.wordpress.org/ticket/3442

    #117823
    pryse
    Member

    Ok 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…

    #117822
    pryse
    Member

    Ok 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…

    #117820
    pryse
    Member

    Ok 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…

    Paul 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?

    #117810

    In reply to: New user registeration

    enderandrew
    Member

    paulpski:

    Do you have permalinks working properly?

    https://codex.wordpress.org/Using_Permalinks

    You may need to edit your .htaccess file

    #117809
    greenmeanie
    Participant

    He 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.

    #117800
    Andrea Rennick
    Participant

    Just 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.

    darrenmeehan
    Participant

    Based 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.

Viewing 25 results - 14,301 through 14,325 (of 22,659 total)
Skip to toolbar