Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,676 through 5,700 (of 32,678 total)
  • Author
    Search Results
  • #259299
    danbp
    Participant

    Hi,

    you are on the BuddyPress support.
    bbpress questions should be asked on bbpress support.
    And as you use Loco Translate plugin, and apparently have an issue with it, you have to ask on the LT plugin support.

    To get more about chinese translation, help and much more, please read the Polyglots blog.

    #259298
    danbp
    Participant

    Hi,

    all you have to do is to use a custom translation for BuddyPress !
    This can be done with help of this plugin.

    Actually, WP uploads automatically all available translation for itself and any of his dependencies: themes and plugins(when exist) accordingly to the site language. Ie. brazilian portugue (pt_BR.mo)

    In your case, while using the plugin, WP will remain in portuguese and as you will use buddypress-en_US.mo or buddypress_en_GB.mo as custom translation, anything related to BP will be in english.

    Of course, this behave will always be used even AFTER an update of WP or BP and both updated to portuguese.

    The avantage of the plugin is that you haven’t to struggle with complicated domain settings and hacks, because he does it for you by using a different path for any custom translation (in your case, BP’s english version). The file is stored in /uploads/wpt-custom-mo-file/buddypress-what_EVER.mo

    You simply need to remember to download manually the english BP version.
    Translation files can be downloaded here.

    Hope to be clear. 😉

    #259297

    In reply to: Who’s Online Widget

    danbp
    Participant

    Hi,
    never heard of this kind of functionnality for BP. Do you mean a way to show WHERE the actual user is on the site ?
    Sounds like tracking or user history. But such information is mostly used by site admins only and is handled on back-end, not on front-end.
    Anyway, if you want more details about the few plugins doing that, here’s an overview. It may exist other resource about this. Google is your friend !

    Bruno Bezerra
    Participant

    Hi there. Let me explain my issue.

    I run an EFL (English as a Foreign Language) school in Brazil. Our native language is Portuguese and my website in WordPress is in Portuguese (since it’s being made for possible clients/students here in Brazil – I can’t have things on the website like “Search”). I use WPLMS, which uses BuddyPress as part of its Learning Management System. Since the LMS is for students that are learning English, I need BuddyPress to be in English, however I couldn’t find anywhere how to change BuddyPress language.
    I need my WordPress website to be in Portuguese and BuddyPress to be in English.

    Help?

    bunse2011
    Participant

    I just took those steps to translate bbpress, but encouter internal server error(only with bbpress)

    1. download the chinese translation file from buddypress: https://translate.wordpress.org/projects/wp-plugins/buddypress (.mp /.po)

    2. add those two file into wp-content/language/plugin and rename it

    3. the translation works fine

    4. but when I use loco translation plugin to edit some text in translation plugin, sync and save , it shows ” Internal Server Error</span>” shows again.

    here is the php log: [29-Sep-2016 07:48:55 UTC] PHP Fatal error: Method Loco_gettext_Data::__toString() must not throw an exception, caught Exception: Truncation error in vhosts/bpteach_dev/wp-admin/includes/class-wp-filesystem-direct.php on line 0
    <p class=”p1″>[29-Sep-2016 07:51:56 UTC] PHP Fatal error: Method Loco_gettext_Data::__toString() must not throw an exception, caught Exception: Truncation error in vhosts/bpteach_dev/wp-admin/includes/class-wp-filesystem-direct.php on line 0</p>

    #259285
    danbp
    Participant

    As it is working, you can’t expect a fix. 😉 (see #6112) If you think you have found a bug, open a ticket and give any details to recreate the issue: theme name, used plugins, php version.

    Have you tried to create an error ? When you’re sure that a notice should appear, and you don’t see it, check first the source of the page (right clik – page source). Sometimes you’ll find it in the code but something avoid it to appear on the screen.

    #259280
    melodies
    Participant

    Is there a fix to get bp-template-notice to work properly with WordPress version: 4.6.1?

    theacademicperson
    Participant

    I am using WordPress 4.6.1 and BuddyPress 2.6.2 for a week. To create a new discussion forum with functionalities of community websites (e.g. private message, member friendship etc.) for the members I installed bbPress 2.5.10 plugin today and was reading the BuddyPress documentations to use bbPress within BuddyPress. In this article the authors suggested to migrate the forum within BuddyPress to bbPress and in the (3) paragraph they suggested to go to settings > BuddyPress > Pages > Discusssion forums.

    I followed the path but couldn’t find “discussion forums” option within “page” or any other tabs in BuddyPress settings.

    My question may seem silly, but still I request for your help as I have just started using BuddyPress and haven’t published my website yet…I don’t have much knowledge about this plugins.

    one of the reasons that I think can be possible is that I haven’t created a forum yet using BuddyPress. Please guide me in this matter and if you know suggest any resources where I can find the step-by-step process to include bbPress forum within BuddyPress.

    #259269
    danbp
    Participant

    Hi,

    the wall plugin wasn’t updated since over 2 years. But try first to ask on it’s support or to contact his author and ask for update.

    Accordingly to this topic, there was a button problem beacause of an outdated JS code. Poster gives some hints to resolve it. But to go through you need to code and know what you do.

    #259255

    Topic: WordPress 4.6.1

    in group forum Installing BuddyPress
    jmonroe
    Participant

    I notice that BP last stable was in August and shows in Dashboard as being untested with latest version of wordpress. Can anyone verify that there are no issues running BP with latest WP? Thanks

    #259239
    Henry Wright
    Moderator

    You should be able to log in to the WordPress admin area > Users > Profile Fields and then drag the Account Profile fields to the Account Details group.

    jbboro3
    Participant

    I have non wordpress installed in sub-domain..The main domain is wordpress with bp installed.. They are sharing the same database with login users and other credentials.. Now what I want is to show some of the values of xprofile fields of main wp domain in to the sub domain (non wp) site..Like for example ‘about’ field..

    I could have done through ‘SELECT’ in the database query using $_session but I see there are no values of xprofile fields are stored in the db.. Am i missing something that it stores value in db? If they are not stored in db, is there any other alternative to achieve my goal..?

    Thanks

    #259213
    danbp
    Participant

    @renix,

    the first solution would be to use a group blog, but it may be a heavy project. So, IMHO, best way would be to create a plugin and using Group Extension API.

    You can also check for an eventual existing plugin who fit to or narrow your goal and customize it.

    #259212
    danbp
    Participant

    Hi,

    color scheme’s are usually defined by the theme. Positioning elements needs some ID’s or class correctly defined and a medium knowledge for HTML & CSS handling.

    if you create a child theme, you can change a lot of things related to BuddyPress, including CSS.

    Read through the theme guidelines on BP Codex to get a general overview and check also the documentation of your theme.

    Unfortunately, you use a premium theme and, as we have no access to his code, we can’t assist you more for it. Any questions related to it should be asked on your theme support.

    But don’t hesitate to search the BuddyPress forum using keywords like css, template and so on…

    #259205
    liammacmillan
    Participant

    First of all, I’m on BuddyPress 2.6.2 and WordPress 4.6.1.

    My BuddyPress pages styles are clearly off, and I’m wondering why. Obviously the colour scheme doesn’t quite work, I’ll fix that, but the issue is the positioning of elements.

    The site I’m working on: http://pvp.world/pvpworld/members/

    Is my only answer to create a custom members page, or is there something wrong here?

    Thanks in advance,
    Liam

    gastronimo
    Participant

    WP 4.6.1
    BP 2.6.2
    BP Multi Network 0.1.1

    Does anyone know how to force all BP pages to a secondary site/subdomain within each BP network?? like in:

    Multiple BuddyPress Social Networks

    Supposedly, I have to define the desired BP $site_id for each network_id within a mu-plugin.

    So far, I got this from https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
    But, I know its incomplete, so what is missing here?:

    <?php
    /* Set which site ID BuddyPress will run on in each network:  
     * https://make.wordpress.org/core/tag/4-6+dev-notes/page/2/
    */
    
    function pl_bp_network_site_filter
          global $wpdb;
    	
        	if ( $wpdb->siteid = 1 || define ( 'BP_ROOT_BLOG', $site_id ) );
    	// Define this function for sharing BP throughout/across the sites of this network
    	//define ( ‘BP_ENABLE_MULTIBLOG’, true );
    	
    	if ( $wpdb->siteid = 2 || define ( 'BP_ROOT_BLOG', $site_id );
    	// Define this function for sharing BP throughout/across the sites of this network
    	//define ( ‘BP_ENABLE_MULTIBLOG’, true );
    	
    	if ( $wpdb->siteid = 3 || define ( 'BP_ROOT_BLOG', $site_id );
            // Define this function for sharing BP throughout/across the sites of this network
    	//define ( ‘BP_ENABLE_MULTIBLOG’, true );
    
    add_filter( 'bp_get_root_site_id', 'filter_root_site_id' ); // return site ID integer
    
    	}
    }
    
    /**
     * Call when the plugin is activated
     */
    register_activation_hook(__FILE__, 'define-BP-root');

    Anyone else looking for the same solution?

    #259197
    TheZorro
    Participant

    Dear all

    I am running a buddypress community within a wordpress multisite network since about a year. The activity stream is for the users to get an overview about new blog posts or events. Besides one plugin (WPML) everything is currently up-to-date.

    Everything worked fine until recently: The “featured image” of blog posts of other blogs then the one buddypress is connected to is no longer appearing in the activity stream but there is the image of a broken image:

    Broken Activity Stream Images

    In the past, when a user clicked on the image, he was forwarded to the related article. Now, one gets this message:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at newsletter@polis180.org to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”

    Was there an update or change I missed?

    #259195
    melodies
    Participant

    I upgraded from BuddyPress 2.6.1.1 and WordPress 4.5.3.

    #259190
    danbp
    Participant

    Hi @donsauce,

    there is no such setting in BuddyPress, but it exist a plugin !
    See:
    https://wordpress.org/plugins/buddypress-profile-views/

    #259183
    melodies
    Participant

    Hello,

    After upgrading to the latest version of WordPress (4.6.1) and BuddyPress (2.6.2), the bp-template-notice functionality stopped working.

    BuddyPress’s “bp-template-notice” that is supposed to show success (green bar) and error (red bar) notifications (such as “Message successfully sent” with a green background) in the header are no longer showing up when a message is sent.

    This issue is happening regardless of which theme is activated. Please, how can this be fixed?

    Wordpress version: 4.6.1
    BuddyPress Version: 2.6.2

    #259182
    danbp
    Participant

    Hummm, now it’s me who doesn’t understand !

    You asked first
    is there any way we can add the existing buddypress favorites to the blog posts

    and now you say
    I wish to have it in blogs – so […] I can press Favorite

    Sorry if i misunderstand your request, english is not my mother language… Do you want to add a [favorite] button to each blog post ? Or do you want to remove some filters from activity favorites ?

    Activity → Favorites

    #259174
    danbp
    Participant

    Please note that you don’t need to add your site url in each of your topic. It’s useless and considered as a bad practice when nobody asked specifically for it.

    About privacy, read here

    Making a WordPress & BuddyPress Site Private, the Right Way

    #259155
    danbp
    Participant

    Hi,

    no need to triple post. One topic is enought. (i deleted the 2 others).

    You have trouble with a plugin, and this plugin has is own support. You have to ask there and give more details about your install (WP/BP version, used theme name, plugin list).

    #259140
    #259137
    GeekGal
    Participant

    I just installed the latest buddypress on a clean wordpress install. I tried twice and the Register and Activate pages did not create. Following some instructions here I ticked off Anyone can Register in Settings and manually created a blank Register and blank Activate page. They then populated in the Buddypress pages section, but they are both just Hello World pages (actually the home page) – see screenshots below. Is that correct? How does one register and then get activated? Is this wrong? I’ll trash the lot of it and start all over if necessary. Thanks.
    http://screencast.com/t/FZZU3zNSV
    http://screencast.com/t/hs2Ickgi

Viewing 25 results - 5,676 through 5,700 (of 32,678 total)
Skip to toolbar