Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 56,251 through 56,275 (of 69,016 total)
  • Author
    Search Results
  • #68819
    rich! @ etiviti
    Participant

    seems the problems i’m hitting now are conflicts with calling internal bbpress and some functions having the same name on the wp side of thing (or now just wpmu). so i need to know if you are on wpmu or single

    also try enabling display_errors and error_reporting and see if that provides any fatal errors

    #68818
    gaysurfers
    Participant

    So many posts about this topic!!!

    I too want to restrict pages / posts / and ALL buddypress pages to non members …

    Thanks peterverkooijen for the temporary solution but there should be a plugin that can do this in a nicer way.

    Does anyone know?

    #68817
    Hugo Ashmore
    Participant

    If in future release you can add video and audio then you’ll have your absolute canonical BuddyPress all round media plugin – and can hassle Andy to add it as core.

    Boone Gorges
    Keymaster

    I installed the theme to see what I could see.

    The problem is caused by the following lines in fusion/js/fusion.js:

    jQuery.fn.fadeOut = function(speed, callback) {
    return this.animate({opacity: 'hide'}, speed, function() {
    if (jQuery.browser.msie) this.style.removeAttribute('filter');
    if (jQuery.isFunction(callback)) callback();
    });
    };

    (lines 56-61 in the version I downloaded). I don’t know exactly what the problem is, but if you delete those lines then the activity filter works again, at least on my local version.

    #68815
    Anointed
    Participant

    I am using bp 1.2.1, hope to test and upgrade to 1.2.2 later today.

    I installed and activated forum extras 1.5, and then turned on signatures. Went into bp admin and clicked enter for signatures so that the info was in the db.

    The problem I have is then any bp related page is blank. What is really weird is there are no errors being reported on the server logs like normally happens with a white screen. I have checked all the server logs, php, general, etc…

    This has been going on since forum extras 1.3. I had a white screen back then and did not try to upgrade or run forum extras again until just now.

    I can provide server login info if needed for troubleshooting, although with no errors in the logs, not sure how much that would help.

    It’s no emergency or anything as I was not really planning on utilizing the current forum extra tools, but was more waiting for your ‘multi’ forum plugin add on coming later.

    #68810
    foxly
    Participant

    @21cdb – This would be possible to add by calling the BP Album+ upload action hook. If enough people request this we can certainly add it, but we’re basically just going straight down the list and implementing the features the most people vote for in order of number of votes.

    @draganbabic – Thanks for the catch. I will fix that immediately!

    *** See how much faster problems get fixed when everybody looks for them ? :) ***

    @bobin1983 – Batch uploading with the flash uploader is being considered for 0.1.8

    @Gpo1 – Tagging is supported in the Monday release.

    @Travel-Junkie – Disk space quota is being considered for 0.1.8.

    As for EXIF and image rotation, once we have 0.1.7 released, the plugin will be using our new data model and we will be ready for other developers to contribute code.

    Would you be able to write code that handles these functions and contribute it to the project?

    @Tosh – In version 0.1.7 absolutely positively everything will have an action hook on it, so you can easily extend the plugin. It will also have “Production Grade” documentation, as you have seen we have done with the “template developer” version we posted last night.

    We are very enthusiastic about documentation.

    I mean, if we have 100,000 developers using this plugin and we can save each of them 15 minutes by having properly documented stuff, that’s 25,000 hours of development time that can be spent making BuddyPress better instead of being angry at the BP Album+ dev team!

    ^F^

    Tosh
    Participant

    Ok, I tried the default wordpress theme and move the templates files using the BuddyPress Template Pack.

    Now it’s filtering correctly. Dang, so what do I check in my theme ?

    #68807
    rich! @ etiviti
    Participant

    tagging the fix now

    I also enabled the ability restrict the sig html tags – strip_tags syntax <i><em><a><strong> and bbcode. only caveat is using bbcode converts to em, so make sure <em> is in the list of allowed tags.

    Boone Gorges
    Keymaster

    Have you tried another theme? Test another WP theme with the template pack plugin to see if you can get the AJAX to work there. If you can’t make it work with a couple different themes then at least you can rule out the theme being the problem.

    #68801
    technonow
    Member

    “make sure your functions have unique names”

    That’s the bit I don’t understand.

    I want to create an extra sidebar. The BuddyPress Default functions.php has

    register_sidebars( 1,

    array(

    ‘name’ => ‘Sidebar’,

    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,

    ‘after_widget’ => ‘</div>’,

    ‘before_title’ => ‘<h3 class=”widgettitle”>’,

    ‘after_title’ => ‘</h3>’

    )

    );

    In my child theme I want to change the 1 to 2.

    I thought I’d still have to call the file in my child theme functions.php

    In my child Theme … Is it the functions.php file I have to rename, or is it that I need to change the name “Sidebar” or “Sidebars”

    Sorry for being so thick. I’m learning, but still beginning!

    r-a-y
    Keymaster

    Sounds like a bug.

    Can you post a new ticket on Trac?

    https://trac.buddypress.org/newticket

    Login with the same credentials you use here on bp.org.

    Hugo Ashmore
    Participant

    @marco72

    It’s funny Marco, you asked about zebra striping some two weeks ago in this thread:

    https://buddypress.org/forums/topic/easy-change-of-activity-design

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/easy-change-of-activity-design/

    and I provide one possible approach to help out, did it just go unnoticed?

    #68796

    In reply to: Avatar Upload Issue

    decrawford
    Member

    Me also. I have made a completely fresh install of WP 2.9.2 & BP 1.2.2.1, and it still doesn’t work. I have tried various suggestions, including entering an absolute URL to the upload directory in Settings -> Miscellaneous, modifying bp-core-avatars.php, etc.

    I just get a blank page with “

    Catchable fatal error: Object of class WP_Error could not be converted to string in /home/fbcmi/public_html/firehouse/wpbp/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 281″.

    #68795
    r-a-y
    Keymaster

    Closing this thread because it’s a request for a freelancer. They can contact you by PM and you can negotiate a price.

    Otherwise, until the BuddyPress.org site is updated, you can post job requests on:

    http://testbp.org/groups/buddypress-job-board/

    @sabater_wb – you might want to follow Bowe’s advice and contact MrMaz, the developer of BP-Links, he could probably adapt the plugin to your needs.

    #68791
    thecorkboard
    Participant

    bug report

    environment:

    bp 1.2.1

    wp 3.0a

    plugin 0.1.4

    bp forum extras enabled

    bp forum extras- signatures enabled

    what caused it:

    went to dashboard>buddypress>forum extras>signatures

    error:

    Fatal error: Call to undefined function bb_get_option() in /home/.jona/wp4lib/ltr/dev.wordpressforlibraries.org/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-signatures.php on line 32

    #68789
    bewst
    Member

    I’ve entered a ticket in Trac. See https://trac.buddypress.org/ticket/1972

    #68788
    bewst
    Member
    #68786
    Kunal17
    Participant

    Thanks Bowe, not sure how I missed that.

    #68784
    victor_moura
    Participant

    Thanks, etiviti! I will be checking this page for updates. It is good to hear that this is not related to a bad installation or something I did not configure right on my side.

    When you have a new version, should I disable and then delete the plugin and install the new version?

    I have a similar problem on the sig admin page (I’m using version 0.1.4):

    QUOTE

    Fatal error: Call to undefined function bb_get_option() in /home1/fromvict/public_html/comunidade/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-signatures.php on line 32

    UNQUOTE

    Tosh
    Participant

    I’m sure there is. I disable the plugins until it starts working I guess.

    [Update] Ok I disabled all the plugins except the following:

    BuddyPress Version 1.2.2.1

    BuddyPress Template Pack Version 1.0.2

    Private WP 2 Version 1.0

    I’m using this theme – Fusion 3.0.4 by digitalnature

    Still not working … so it’s either the BuddyPress Template Pack or the theme … where do I go from here?

    #68774
    rich! @ etiviti
    Participant

    I just fixed that error on the sig admin page – i’ll update it later today

    idotter
    Participant

    Hi there

    after upgrading to 0.3.1 i got the following message:

    Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 10319 is not allowed to access /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/blogs.dir owned by uid 48 in /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/plugins/buddypress-group-documents/include/classes.php on line 340

    Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/blogs.dir/1/files/group-documents/1/1268835761-Auswertungconnect.pdf in /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/plugins/buddypress-group-documents/include/classes.php on line 224

    I’m running WP 2.9.1 and BP 1.2.2

    Did i something wrong?

    #68770
    Casey Trowbridge
    Participant

    Dave, the plugin seems to work just fine but I do see this…

    Notice: Only variable references should be returned by reference in /home/content/X/X/X/XXXXXXXX/html/wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/CustomAJAXChat.php

    on line 182

    Using WP 2.9.2, BP 1.2.2.1 Buddypress default theme and chat open in a new window.

    #68767
    Tosh
    Participant

    For photo upload and photo deletion. Would it be possible to use a do_action?

    Reason I ask is I got the points awarded for photo upload/delete working! :)

    But I have to put the code directly in the bp-album-core.php file. Not a big deal, but I have to re-do that each time the plugin is updated.

    Here is how I award points for a reply in buddypress, I put this code in my themes function.php file at the end.

    // Add 5 Points for a comment or reply
    function my_bp_update_comment_add_cppoints() {
    if( function_exists('cp_alterPoints') && is_user_logged_in() ){
    cp_alterPoints(cp_currentUser(), 5);
    cp_log('Comment', cp_currentUser(), 5, Community);
    }
    }
    add_action('bp_activity_comment_posted','my_bp_update_comment_add_cppoints');

    Looking forward to the 0.1.7 release, sounds very cool!

    #68766
    victor_moura
    Participant

    Oh, and here is the code of line 29:

    QUOTE

    <td><input type=”checkbox” name=”bbcodebuttons” id=”bbcodebuttons” value=”1″<?php if ( bb_get_option( ‘bp_bbcode_buttons’) ) { ?> checked=”checked”<?php } ?> /></td>

    UNQUOTE

Viewing 25 results - 56,251 through 56,275 (of 69,016 total)
Skip to toolbar