Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 45,851 through 45,875 (of 68,969 total)
  • Author
    Search Results
  • #94833
    Anonymous User 96400
    Inactive

    @web_art
    1. not an error, just a usability problem :) I’ll fix that.
    2. it was a typo in apply_filters and is fixed now

    As for the group contact details. I’ll take those out in a future release and turn it into a separate plugin. I’m building a jobboard plugin as well and that uses the same fields, so in the next big release I’ll be reworking the whole group contact stuff

    @guigoz
    That’s something for another release, but it’s on the roadmap

    #94832
    rich! @ etiviti
    Participant

    located in “youreprefix”_options table :: option_name->bb-config-location

    if not there, probably why nothing is being created as buddypress looks there before generating all the tables.

    #94831
    Matt Edminster
    Participant

    Thanks fellas … I’ll see what I can put together.

    #94828
    Bowe
    Participant

    What Roger says is right.. that’s the way to go.. you can also use the conditional tags to display certain sidebars on certain components only:

    `
    <?php /* GROUP SIDEBAR */ if(bp_is_group()){
    if(!dynamic_sidebar(“Group Sidebar”)){
    ?>
    `
    It’s a great way to make your site more dynamic!

    #94827
    Roger Coathup
    Participant

    Take a look at this page: https://codex.buddypress.org/developer-docs/conditional-template-tags/

    Essentially, something like !bp_is_blog_page() will return TRUE when you are on any page that isn’t a WordPress blog page – i.e. when you are on any of the Social Network (BuddyPress) pages.

    Alternatively, the default theme already embeds some class information in the body tag – although there is no single one for a BuddyPress page, so you’d have to catch all the different classes.

    #94816
    guigoz
    Member

    @travel-junkie
    For inviting system, only event creator can invite his friends ? Attendee can’t invite his friends ?

    #94812
    Sven Lehnert
    Participant

    @travel-junkie Thanks a lot, I will wait till Wednesday and hope for 1.5.6. If not, I would be glad if you get me a copy.

    #94810
    modemlooper
    Moderator

    @gearupandplay

    Try adding this to bp-custom.php file in your plugins folder.

    remove_action(‘bp_before_blog_single_post’, ‘bp_share_it_button_blog_filter’, 999);

    #94809
    modemlooper
    Moderator

    @pjnu I may add that option. I’ll probably do a version 2.0 with admin options to pick and choose share sites.

    #94807

    In reply to: Custom Group Details

    techguy
    Participant

    There may be some plugins available that do some of this, but I haven’t kept up on it. I think some get close, but not exactly what you’re talking about. I think they do pieces.

    That said, it’s pretty easy to add this using the BP Group API: https://codex.buddypress.org/developer-docs/group-extension-api/

    It can ask for information at signup and then you can add a tab on each group for updating it and then display it wherever you want.

    #94805
    PJ
    Participant

    @modemlooper , Is there an option to have a share on Linkedin button in this plugin?

    #94803
    @mercime
    Participant

    https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
    Pretty permalinks is required for BP, therefore Apache Module mod_rewrite MUST be enabled.

    #94802
    @mercime
    Participant

    Go to Settings > Permalinks and set to anything except default.
    Also, you might want to check this out – https://codex.buddypress.org/getting-started/before-installing/#wp-configuration

    Kirk
    Participant

    No I’m the admin. So that is not the problem. Maybe I dont understand WP permalinks or BuddyPress permalinks.
    1. In WP to make a menu link, you create a page
    2. In my experience WP autopopulates the permalink
    3. When you preview the site in a new window/tab the menu link is there and it works. end of story.

    How do I do the same with a forum in a BuddyPress group, so that users don’t have to drill down into the site? I get complaints from users they cant find the forum I’m trying to setup. So I assume the most straightforward solution is to make a WP menu link directly to the group forum (understanding they wont see it or get to it if they are not already a member of the BuddyPress group).
    Any thoughts appreciated!

    #94795
    Anonymous User 96400
    Inactive

    @guigoz
    The po file can be downloaded from here, so if you want to translate it, then go ahead :)
    http://buddyvents.jobboardr.com/events.po

    Just added recurrent events (weekly, monthly, yearly). It’s still a bit experimental, though.

    #94794
    Rukario
    Participant

    I got a white screen on every web page (including the dashboard) and had to delete the BP folder through the FTP just to get my website back. Is there some sort of error-checking method I should use to pinpoint the problem? I know that my host has some sort of PHP safety on, but I’m not sure about other restrictions. My WP install works fine, so I thought BP would be compatible as well.

    Now I’ve already installed and used BP on a XAMPP test server and saw that it goes through an install process, even after uploading the folder. What I’m forced to do on my host is upload the folder, with no install available, and activate it through the plugins page. I thought that the missing step was what was causing the problem, but are you saying it should work automatically?

    I read this before trying it out too, and my host enables everything (to my knowledge) but the Apache Module mod_rewrite.
    https://codex.buddypress.org/getting-started/before-installing/

    Regardless, thank you for the quick reply.

    #94793
    Paul Wong-Gibbs
    Keymaster

    Uploading the BP folder and activating it should work. Do you remember what the error(s) was?

    #94789

    In reply to: Log IP addresses

    LPH2005
    Participant
    silverlunace
    Member

    Ok, I figured it out.

    I had to activate the plugins across the network. ;-) And then enable the ones I wanted to be used network-wide.

    silverlunace
    Member

    I’m having this issue as well. I am using WPMU and I have selected “user accounts may be registered” in the Super Admin > Options > Allow users to register section. Still no go. I’ve tried all of the options that allow users to register but stil nothing. The register link just goes back to the main blog.

    Any suggestions?

    My answers to the questions:
    1. Which version of WP/MU are you running? WP 3.01
    2. Did you install WP/MU as a directory or subdomain install? subdomain (http://yourwebsite.com/blog)
    3. If a directory install, is it in root or in a subdirectory? root
    4. Did you upgraded from a previous version of WP/MU? No, it’s a new install. Was previously a single WP and I used the “Enable Multi-Site” plugin.
    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
    6. Which version of BP are you running? 1.2.5.2
    7. Did you upgraded from a previous version of BP? If so, from which version? No, it’s also a brand new install.
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, Akismet; BuddyPress template pack; Embedded Video; Enable Multi-Site; Exec-PHP; FeedBurner FeedSmith; FeedSnap; Full Text Feed; If You Liked That; In Series; MaxBlogPress Ping Optimizer; Sociable; Wp.com Stats; WP-Page Navi; and WP-Project;
    9. Are you using the standard BuddyPress themes or customized themes? I am using the Twenty Ten Theme through the BuddyPress Template Pack plugin that allows you to use any theme with BP.
    10. Have you modified the core files in any way? No
    11. Do you have any custom functions in bp-custom.php? No
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running
    13. Please provide a list of any errors in your server’s log files. Nobody can register. The registration link just goes back to the main blog.
    14. Which company provides your hosting? Bluehost
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux and Apache

    #94784
    @mercime
    Participant

    There’s none. Forums are associated to groups. You should read this:
    https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/

    #94782
    phos flip
    Participant

    Hi Paul – this is what I have in custom.php

    `define( ‘BPLANG’, ‘mysite’ );
    if ( file_exists( WP_PLUGIN_DIR . ‘/languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {
    load_textdomain( ‘buddypress’, WP_PLUGIN_DIR . ‘/languages/buddypress-‘ . BPLANG . ‘.mo’ );
    }`

    and I have ‘buddypress-s4c.mo in the languages folder (in plugins) (and also the .po file)

    I’ve just gone through it again just to double check I wasn’t being dumb. I’m using poedit and noticed it gave a couple of errors when saving (wasn’t clear what they were). I’ll download poedit again and see if that maybe helps.

    #94780
    Anonymous User 96400
    Inactive

    @Svenl77
    I guess that ‘very very soon’ means tomorrow. Then you could get Buddyvents on Tuesday. I won’t be giving any support if Buddyvents runs on anything lower than BP 1.2.6 and WP 3.0.1, so it makes sense for me to wait for 1.2.6 now that it’s only a couple days or so. If you really need a copy by tomorrow, then I could get you a copy.

    #94779
    Sven Lehnert
    Participant

    @guigoz I’m not the author of this plugin!

    @travel-junkie that’s bad news for me, I’m in need of your plug-in for a job I wanted to start next week…

    #94778
    modemlooper
    Moderator

    better late and less buggy than never :)

Viewing 25 results - 45,851 through 45,875 (of 68,969 total)
Skip to toolbar