Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 59,076 through 59,100 (of 94,539 total)
  • Author
    Search Results
  • #108714

    Hey @boonebgorges, do you know which files are used to send the registration confirmation email? Perhaps I could test those files to try to find out if there is an error in any of the files.

    thanks

    #108712
    noizeburger
    Participant

    In case, the above solution does not work, I found another: http://blogcastor.com/extend/codex/how-to-display-buddypress-profile-field-data/

    #108708

    i’m succesfully implemen the ithemes Builder theme to my Buddypress Activity ( http://prorebel.com/activity/ ), but unfortunately it’s broke the activity fitur. I’m trying to fix it.

    Here’s how i implement the builder template for the activity index.php
    `
    <?php
    function render_content() {
    ?>


    [PAGE CONTENT]


    <?php
    }
    add_action( ‘builder_layout_engine_render_content’, ‘render_content’ );

    do_action( ‘builder_layout_engine_render’, basename( __FILE__ ) );

    ?>`

    Update: it’s fixed. i’m accidentally replace the activity index.php with blog index.php

    #20913
    ScathDeSolas
    Member

    Okay I’d like to modify my BuddyPress Plugins such as Gifts, Albums+, CubePoints, Achievements, etc. So that they are integrated into my theme. I already integrated every other page of BuddyPress, I just don’t know if it’s the same setup for the plugins.

    What files needed to be edited? And where would they need to be edited inside each file?

    @mercime
    Participant

    @theshooter Solved? Cool. So did manual re-uploadi of BP files solve it for you?

    #108694
    noizeburger
    Participant

    I’ve been working with Joomla for years (2004 – 2009), especially with community builder and also took a look at JomSocial, which isn’t that bad – but you have to pay for. There has always been discussions about SEO and security. Most annoying thing is, that more and more components and modules have to be paid – support isn’t always that good as you would expect. Buddypress lacks a few standard features Jomsocial or Communitybuilder has, but the community here is very active and helpful, so most of my needs get fulfilled. Only alternative to WP/BP: Drupal – but that takes a long time to understand (for me) if you’re not a programmer.

    @mercime
    Participant

    There are many possibilities why DB tables were not created in your install: e.g. corrupt files, the web server, CPU limitations, PHP version, memory limit etc. First thing I’d do is deactivate BuddyPress. If you installed BuddyPress via dashboard, re-upload BuddyPress files manually i.e. via FTP, cpanel, etc. Then activate BuddyPress and go to BP panel and save settings. Check database.

    If that doesn’t work, please provide more info including
    – Did you install WP in the domain root, in subdiretory or in subdomain?
    – Which company provides your hosting? Or are you running it on your computer, XAMPP, MAMP, LAMP, etc?
    – Is your server running Windows, or if Linux; Apache, nginx or something else?
    – What PHP version are you on? PHP 4 or PHP 5.2+ or PHP 5.3+?

    theshooter
    Member

    The issue was a memory issue setting in .htaccess on my server since I do not have access to php.ini

    Found answer here, so thanks to all who offered their expertise!!

    — Jim


    ORIGINAL POST


    Hi all,
    Installed WP 3.1 – works fine
    Installed BP 1.2.8 – I see it, ready to activate it
    –> Activate [CLICK] – nothing… blank screen

    I looked in my log and it appears that some tables are not there.
    I look at my database and sure enough, the only tables are the wp_ tables after installing WP
    Soon as I delete the buddypress directory from my server, everything comes back to normal.

    QUESTION: When in the installation process (or activation process) do the wp_bp_* tables get created?

    My specific log errors are listed below;
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_xprofile_data’ doesn’t exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_xprofile_fields’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_groups_members’ doesn’t exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
    [25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_messages_recipients’ doesn’t exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_count

    Thanks to any and all that can guide me along to getting these tables created/working.

    — Jim

    #20911
    sonia_wp
    Member

    Hi! After the last BuddyPress update, users at my site, including me, have trouble changing the avatar. Once a pic is uploaded, there is no way to get the pic cropped at the right position, It is not possible to drag the selection towards the required area. Also there is an issue with the .JPG and .jpg images. The plugin is not accepting .JPG files.

    This isn’t exactly what you asked for, but in lieu of that this will at least encourage completion.

    https://wordpress.org/extend/plugins/buddypress-profile-progression/

    #108687

    @kenrichman @hnla +1

    I have a few weeks before my launch, so I have some time. After I squash a few other more pressing bugs, I am going to look into this. Glad I found this post

    #108684

    @mercime Thanks!

    Was too tired, my eyes missed that line just below the comment box :)

    #108681
    stwc
    Participant

    Whew. OK, panic stations stand-down.

    Here’s how I fixed it, hopefully without breaking anything. I renamed functions.php — that got me into the backend. I had to Network Activate Buddypress, then I renamed functions.php back again. All looks well on first glance.

    I suppose I didn’t follow SOP with upgrades — I had thought that we had gotten to the point where automatic upgrading was ‘safe’ with BP.

    Object lesson for others in future, I guess.

    stwc
    Participant

    Hey, this is bad.

    I’m getting `Fatal error: Call to undefined function bp_is_active() in /home/[path to]/functions.php on line 735` when trying to update BP. Removing the offending call just pops up errors throughout functions.php that worked fine before.

    I think it’s connected to this trac ticket but I’m not sure how to fix things, as I can’t even get into the back end now without the error message.

    Please help — this is on a live site, and kind of time-critical. It worked on my localhost, so I was relatively confident it would work live. It didn’t. ;-(

    #108678
    @mercime
    Participant

    @embergermedia added backticks before and after your codes so they show up in forum pages.

    #108677
    @mercime
    Participant

    == Clearly the problem is with the themplate. ==

    You could be right. That theme has had different incarnations though. So are you using the stand-alone Church theme and installed the BP Template Pack to make the Church theme compatible with BP? Or, are you using the Church child theme of Genesis and installed Genesis Connect for BP Compatibility?

    To isolate the problem furthere, did you deactivate all plugins except BuddyPress (and BP template pack or Genesis Connect) and see if you can log in?

    #108676

    Thank you, both!

    @Chouf1: Thanks, but I don’t think that is what I am looking for. Here is an example of what I have already done across most of the site:

    `<a href="profile/”>

    <a href="profile/”>`

    I want to do this to the avatars and displayed user names for every status update and comment post.

    @Boone: As I alluded to, I haven’t had much sleep lately. So I’ll see if I can wrap my head around this with out asking any more questions. But I may be back!

    I do have one more for now though: I also realized that to fully implement this feature I will need to affect: acomment-meta and acomment avatar as well.

    Edit: I just re read what you wrote. It looks like you, Boone, are already referring to this part. If I understand you correctly, then I also need to affect the activity header for status updates.

    Thanks again!

    #108675
    kenrichman
    Participant

    @hnla – re: your suggestion – displaying favourite only to logged in user if also displayed user – I agree this would be a good fix, as I don’t really want favourites to be visible to all.
    If you can help with the code to achieve this I’d be grateful as the site is about to go live.

    #108674

    In reply to: How do you do this ?

    danbpfr
    Participant

    @Boone Gorges That is what i done first ! But helas, it doesn’t work: i had a blank page.
    And that is why i asked here…. but if you can give me the command syntax for that function_exists for bp_dtheme_blog_comments (i didn’t find it in WP or BP), i would appreciate ! ;-)

    danbpfr
    Participant

    Don’t hardcode the BP files, use child theme to make changes
    The POT file is the catalogue. You have nothing to change in it.
    The PO file is the work file
    The MO file contains the PO compilated datas who will be read by WP

    If you want to modify BP messages or different text, you have to edit a PO (without T) file. Use poEdit (or equivalent)
    When you save the file, poEdit creates automaticaly a compilated mo file Your modification will be in this file, and this file had to be in the right folder on your site !

    Also, if you use BP 1.2.8, your buddypress-xx_XX.mo should be in wp-content/languages folder, no more in buddypress/bp-languages ;-)

    #108672
    rossagrant
    Participant

    Wow, thanks for the heads up guys. Won’t be going down that route.

    @pisanojm will check out provps.com now.

    Would love to hear from other’s who already host in the UK on a decent, reliable cloud.

    #108671
    nanchante
    Participant

    Nup. Joomla has so many SEO holes in it, it’s not funny. Even with so called SEO plugins, it is still a horible nightmare.

    Bad code, horrible backend…. the user experience is just not a good one.

    Anyone comes to me with a Joomla site, I simply turn them away… or sugest they rebuild.

    Raam Dev
    Member

    I have WordPress installed in http://example.com/wordpress/ but I changed my settings so that WordPress Site Address was set to http://example.com/. My WordPress home URL and all my pages/posts/categories/tags are loaded off the root directory (http://example.com/) so that the /wordpress/ directory is never visible in the URLs.

    But when I installed BuddyPress and activated the BuddyPress Default 1.2.7 WordPress theme, I noticed that all the URLs in the nav bar (Activity, Members, Groups, etc.) all use the http://example.com/wordpress/ URL.

    The problem is that the theme uses the site_url() function instead of the home_url() function which, unless I’m missing something, is what it should be using to be consistant with the WordPress settings.

    To fix the problem, I simply edited the header.php file for the BuddyPress Default 1.2.7 WordPress theme and replaced any occurrences of site_url() with home_url().

    tfirma2000
    Participant

    I have tried changing the text in the .pot file as you suggested but I still get this original message:

    Sign Up Complete!

    You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.

    QUESTION: Any suggestion on where I can change this message? I also tried to change it in wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php, line 225 BUT also that did not work to change the message.

    #108666

    In reply to: How do you do this ?

    danbpfr
    Participant

    @Boone Gorges : great, thank you !
    This should be documented somewhere in the BP doc

    i only found this:
    bp_dtheme_blog_comments( $comment, $args, $depth ) X-Ref
    Template for comments and pingbacks.
    To override this walker in a child theme without modifying the comments template
    simply create your own bp_dtheme_blog_comments(), and that function will be used instead.
    Used as a callback by wp_list_comments() for displaying the comments.

    param: mixed $comment Comment record from database
    param: array $args Arguments from wp_list_comments() call
    param: int $depth Comment nesting level

    This tells we can do something not how we can do that. You give the right answer :-)

Viewing 25 results - 59,076 through 59,100 (of 94,539 total)
Skip to toolbar