Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,376 through 14,400 (of 32,678 total)
  • Author
    Search Results
  • #161670
    mahdiar
    Participant

    Hi
    I ticket your suggestion maybe in the future relese they add it to BP .
    https://buddypress.trac.wordpress.org/ticket/4747

    #161668
    mahdiar
    Participant

    Hi
    I thinks it’s better to say your suggestion in https://buddypress.trac.wordpress.org/ .

    #161654
    Nadiamode
    Participant

    solution 1 – use ftp

    – @bezbez rename your current theme folder in root/wp-content/themes/ to theme-bak then wordpress may switch to default theme

    solution 2 – use mysql – go to phpMyAdmin

    – check table “wp_options” edit row “template” and “stylesheet” to default theme example “twentytwelve”

    #161650
    joelteixeira
    Participant

    Guys, the problem is exactly where @marcio-batista stated.

    You can download the fixed pt_BR translation file on my website:

    http://tecnotara.com/wp-content/languages/buddypress-pt_BR.mo
    http://tecnotara.com/wp-content/languages/buddypress-pt_BR.po

    I fixed the translation on GlotPress also, but it’s waiting approval:

    https://translate.wordpress.org/projects/buddypress/dev/pt-br/default

    #161646
    aces
    Participant

    You need to log-out of wordpress completely to see those pages…

    #161644
    maverick1979
    Participant

    Hey,

    Thanks for the prompt reply:) I have changed got all those pages live and assigned:
    http://www.foodpantry.co.nz/register
    http://www.foodpantry.co.nz/activate

    I have also checked the option to allow anyone to subscribe in the general settings of wordpress.
    But I still can’t get login or register etc to appear anywhere on the site.

    #161642
    cabstar
    Participant

    Am using wordpress 3.5.1 and buddypress 1.7 on windows 8.
    I installed the buddypress alongside bbpress to manage my groups.. When i visit site upon the design and click on my name as an admin, i get an erro(page cannot be found)

    do i have to install a plugin for members to upload picture for their profile. Am making it a social network for my college. Please help me.
    How do i show the profile picture of a member upon login?

    operapreneur
    Participant

    I have a buddypress x_profile field named Video and I’d like to embed the URL (using the WP oEmbed functionality) into a post within the loop. I’m using bp_profile_field_data() and the user_id is the author of the post.

    I’m successfully getting the video URL to show but it’s not embedded. Here’s what I have so far:

    $current_author = get_the_author_meta('ID');
    if ( $video_url = bp_profile_field_data(array('user_id'=>$current_author,'field'=>'Video' )) );
    echo wp_oembed_get( $video_url );

    I’m currently using the latest installs of WordPress (3.5.1) and Buddypress (1.7).

    Any help/suggestions is greatly appreciated. I’ve been successful in using the same code when it comes to embedding custom fields but I’m not sure why this is only showing the URL.

    Kyle H
    Participant

    Hello all,

    I have been setting up a Multisite network for sometime now, and was recently waiting for BP 1.7 final to be released so I can have social networking for all of my subdomain sites. Before installing the final version I tested the Beta on a “sandbox” which exactly replicates the main network I will be putting BP on.

    Using:

    Wordpress 3.5.1
    BP 1.7
    BP Multi Network
    BBPress

    Here is the problem:

    Once installing BP 1.7 final on my main site and network activating it, everything seems to work fine except I am not seeing the BP tables for individual subdomains. Hopefully this line for my error_log will give you an idea of the issue I am having:

    [11-Apr-2013 12:12:05 UTC] WordPress database error Table ‘guild_wrdp1.wp_3_bp_activity’ doesn’t exist for query SELECT a.*, u.user_email, u.user_nicename, u.user_login, u.display_name  FROM wp_3_bp_activity a LEFT JOIN wp_users u ON a.user_id = u.ID WHERE a.is_spam = 0 AND a.hide_sitewide = 0 AND a.type != ‘activity_comment’ ORDER BY a.date_recorded DESC LIMIT 0, 20 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/WoWTheme3/page.php’), get_template_part, locate_template, load_template, require(‘/themes/WoWTheme3/content-page.php’), theme_get_content, the_content, apply_filters(‘the_content’), call_user_func_array, bp_replace_the_content, apply_filters(‘bp_replace_the_content’), call_user_func_array, BP_Activity_Theme_Compat->directory_content, bp_buffer_template_part, bp_get_template_part, bp_locate_template, load_template, require(‘/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/index.php’), bp_get_template_part, bp_locate_template, load_template, require(‘/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php’), bp_has_activities, BP_Activity_Template->__construct, bp_activity_get, BP_Activity_Activity::get

    One thing to note is that the entire network was setup BEFORE installing BP 1.7. I only have 1 subdomain right now that I am using as a template. I even tried creating a new subdomain and the tables were still not created. Any ideas? Thanks in advance!

    #161626
    Anonymous User
    Inactive

    Hi Renato, download poedit, then create a new catalog from buddydrive.pot and save it as buddydrive-xx_XX.po where xx_XX is the code for your language (https://codex.wordpress.org/WordPress_in_Your_Language#Portuguese_-_Portugu.C3.AAs) looks it’s pt_PT, then you can add a link here i’ll add it to WordPress repo.

    Thanks for your interest in this plugin.

    #161624
    primaryimage
    Participant

    Hi, I love the new BuddyPress 1.7 and the upgrade went smoothly with no issues at all. 🙂

    The Groups options screen in WP-Admin is a great feature and makes things so much easier to administer.

    I noticed, however, that my users with the “Editor” role can’t access it. The only way I’ve been able to allow them access is by using a role editor to enable “Manage Options” for them, however that gives them a bit too much power (i.e. they can also get into all the WordPress options).

    Is there anything you can suggest to allow other roles access to the new Groups screen, other than the Admin user?

    Mike

    #161604
    Paul Wong-Gibbs
    Keymaster

    No, restoring the database for this is like throwing the baby out with the bathwater.
    —

    Your theme looks to be dependant on BP-Default, which WordPress is looking for in wp-content/themes/ (BP-D should never be there).

    I am assuming that because BP-Default isn’t an available theme when BP is deactive (during an upgrade), it falls back to looking inside wp-content/themes/.

    —

    Go to wp-admin > Themes, pick TwentyTwelve. Then upgrade BuddyPress, then re-activate BuddyPress, then switch back to your original theme.

    Paul Wong-Gibbs
    Keymaster
    rabbitholeio
    Participant

    Hello.
    I got problem during test buddypress with my iPhone and iPad.
    All ‘buddypress menu has submenu’ in toolbar don’t work on iPhone and iPad. ‘User account menus( Edit My Profile, Log Out) work. but buddypress menus (Activity, Sites, Profiles, Forums…) don’t work. I expected to see 3rd level menu, but when I touch those links nothing happens. I tested with my site using wordpress 3.5.1 and buddypress 1.7. To be sure, I tested with this site (buddypress.org), and I got same result. When I Press those menu for a while and choose ‘open in a new tap’, It works. but if i choose just ‘open’, it doesn’t work. I searched this issue here and google, but I couldn’t find any article…. Is there anybody know about this?

    #161597
    AITpro
    Participant

    You will need to restore your database from a backup.

    I am not a BuddyPress support person or BP expert, but I am also experiencing the same issues/problems with BuddyPress upgrades. My general theory on this is that during the database update what is happening is that dependent files are not being installed/copied/added in time/i correct sequence for the database update to complete successfully. I could be totally wrong, but that is what it logically looks like at this point.

    Another part of the equation probably has to do with the fact that I have a standard single WordPress installation with BuddyPress and bbPress installed instead of Network/Mulitisite – just a gut instinct/logical guess.

    I am a plugin author and need to get a plugin update out for my plugin in regards to the new jQuery in WP 3.6 which is scheduled to be released in a couple of weeks. Once I get that plugin update out then I will get to the bottom of this and post my findings and a complete tutorial on what to do to successfully install a BuddyPress upgrade given all of particular website’s factors. Will post that back here. Thanks

    #161590
    valuser
    Participant
    #161589
    valuser
    Participant

    Check this out. It MAY be of some help to you. It certainlyy was useful to me. Works in wp 3.5.1 bp 1.6,or bp 1.7

    Please follow the discussion into the chat – It does work flawlessly – just at the time i was slow on the uptake!

    #161587
    danbpfr
    Participant

    hi @sarathbabu_k,

     

    there is a brand new plugin out. BuddyDrive is a user oriented file manager. Works on every BP install. Each user manage his docs from his profile.

    Give a doc description, upload it with drap’n’drop, copy the doc link and insert it where you need.

    Allowed files types and storage space are defined by the site admin. User can link to single files or folders to his need.

    https://wordpress.org/extend/plugins/buddydrive/

    #161583
    dynelight
    Participant

    Hello.
    I installed the BP Theme Pack, but I would like to customize it further to my needs.

    1.) Is it possible to install the theme pack directly to my theme, so it remains within my theme folder?

    2.) Is it possible (I’m not sure if this is a wordpress or buddypress question itself) to have an external process that runs and inputs data directly into the users database? I want the profile icon and some of the custom fields I created to be syncronized with a site. I know I can run a process daily to do this, but which table fields should I take a look at in order to do this?

    Thanks a lot!

    #161580
    sigizia
    Participant

    I need this too…

    sigizia
    Participant

    Hi,
    I need to add WPtoolbar Buddypress User menu in a WordPress Standard Menu.
    In WPTool bar have dynamic manu to user profile, message, etc.

    I want add this usermenu in a traditional WordPress Menu.

    How can I do this?
    Have plugin or shortcode menu?

    Please help me.
    Thanks.

    michaelvash7886
    Participant

    I am using the most up to date version of WordPress and 1.7 for buddypress. I was curious if there was a way via a plugin or setting to relate a group to a tag or category? I am running a video game site and it would be cool if I created a group for game x that if an article was posted about game x and tagged with the name that it would link the article in the groups activity stream. Or if for example that if there was a Nintendo group and Nintendo category that it would link every post about Nintendo to it.

    I see the group tags plugin but not sure this is quite what I’m looking for.

    jdurrant
    Participant

    I’ve created a plugin to detect the user’s language and modify my site’s interface accordingly. The code uses several methods to determine language. The main method is to look at meta data associated with each post. I’d like to expand this functionality to the buddypress interface as well, but I’m having a very hard time of it. Here’s some code to illustrate my problem:

    `
    add_action( ‘bp_include’, ‘language_plugin_init’ ); # only load the plugin once buddypress is online because it uses a buddypress-specific function

    function language_plugin_init() {add_action(‘wp’, ‘id_language’);} # if I hook earlier, I have trouble accessing the $post variable

    function id_language() {

    # get the page language from the post metadata. preferred method.
    $GLOBALS[‘CustomInfo’] = get_post_custom();
    if ($GLOBALS[‘Lang’] == ”) {$GLOBALS[‘Lang’] = $GLOBALS[‘CustomInfo’][‘Lang’][0];}

    # if that doesn’t work, try to get language information from buddypress userdata instead
    if ($GLOBALS[‘Lang’] == ”) {
    global $current_user;
    get_currentuserinfo();
    $user_id = $current_user->ID;
    $alang = xprofile_get_field_data(“Language”, $user_id); # “Language” is a custom buddypress field I created

    if ($alang == “English”) {$GLOBALS[‘Lang’] = ‘en-US’;}
    else if ($alang == “Português”) {$GLOBALS[‘Lang’] = ‘pt-BR’;}
    else if ($alang == “Español”) {$GLOBALS[‘Lang’] = ‘es-ES’;}
    }

    # now look to a cookie if the above failed
    if ($GLOBALS[‘Lang’] == ”) {if ($_COOKIE[‘Lang’] != ”) {$GLOBALS[‘Lang’] = $_COOKIE[‘Lang’];}}

    # now look at browser settings to try to discover the language
    if ($GLOBALS[‘Lang’] == ”) {
    $langid = substr($_SERVER[“HTTP_ACCEPT_LANGUAGE”],0,2);

    if ($langid == ‘en’) {$GLOBALS[‘Lang’] = ‘en-US’;}
    if ($langid == ‘es’) {$GLOBALS[‘Lang’] = ‘es-ES’;}
    if ($langid == ‘pt’) {$GLOBALS[‘Lang’] = ‘pt-BR’;}
    }

    # now update the locale according to the identified language
    function wpsx_redefine_locale($locale) {return str_replace(‘-‘,’_’,$GLOBALS[‘Lang’]);}
    add_filter(‘locale’,’wpsx_redefine_locale’,10);

    load_default_textdomain(); # now that the locale has been set, this correctly changes the language for all of wordpress (admin bar)

    #### HERE I WANT TO PUT CODE TO CHANGE THE BUDDYPRESS LANGUAGE ACCORDING TO THE VALUE OF $GLOBALS[‘Lang’] AS WELL!!!####

    }
    `

    Any help you could offer would be most appreciated. I’ve really bruised my brain trying to figure this out. Thanks.

    #161573
    rabbitholeio
    Participant

    Hello.
    I got problem during test buddypress with my iPhone and iPad.
    All ‘buddypress menu has submenu’ in toolbar don’t work on iPhone and iPad. ‘User account menus( Edit My Profile, Log Out) work. but buddypress menus (Activity, Sites, Profiles, Forums…) don’t work. I expected to see 3rd level menu, but when I touch those links nothing happens. I tested with my site using wordpress 3.5.1 and buddypress 1.7. To be sure, I tested with this site (buddypress.org), and I got same result. When I Press those menu for a while and choose ‘open in a new tap’, It works. but if i choose just ‘open’, it doesn’t work. I searched this issue here and google, but I couldn’t find any article….

    #161570
    angslycke
    Participant

    @modemlooper Revisiting this thread. I’m still looking to change the activation e-mail to go to the site admin instead, and even though this should be fairly easy I must be missing something. The code should be something like this, right?

    `
    function my_redirect_activation_email()
    {
    return get_site_option( ‘admin_email’ );
    }
    add_filter(‘bp_core_activation_signup_user_notification_to’, ‘my_redirect_activation_email’);
    `

    Added this to my custom-functions.php but can’t seem to get it to work, WordPress stills sends the e-mail with the activation link to the new user instead. Any ideas? Thanks!

Viewing 25 results - 14,376 through 14,400 (of 32,678 total)
Skip to toolbar