Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 35,026 through 35,050 (of 69,104 total)
  • Author
    Search Results
  • #124660
    @mercime
    Participant

    @junglejinge If group forums == support and sitewide forums == discuss, then:

    Installing Group and Sitewide Forums

    #124659

    In reply to: Multi-language edition

    Quint
    Participant

    Native translation based on the local language setting would be sweet. So, Geneveve in France posts her comment/post in French, and when it pops in the activity stream anywhere, that French post is automatically translated to the native language. THEN to take it to the next level, let’s say someone is tutoring the language. The tutor should have the ability to enclose the text he/she doesn’t want translated per the language tutoring exercise; thus, only the text that requires translation is automatically translated. If you’re gonna dream, dream big! ;-)

    Buddypress enables so many possibilities…

    #124657
    Paul Wong-Gibbs
    Keymaster

    Read the error message:

    There is early output (headers) started at /hermes/bosweb26d/b1249/ipg.krugersightingscom/wp-content/themes/custom-community/_inc/ajax.php.
    And then the “zingiri-forum” plugin tries to send some page headers at /hermes/bosweb26d/b1249/ipg.krugersightingscom/wp-content/plugins/zingiri-forum/forum.php on line 849, but it can’t, because BP-Default’s javascript already has.

    One of these things is happening in the wrong order, or in the wrong place.

    #124655
    anaisvt
    Participant

    @davidpayne did you get it resolved?

    @mercime
    Participant

    You could ask developer of Wishlist Membersite software to make it compatible with BuddyPress.

    #124649
    @mercime
    Participant

    == I can’t disable the forum because i might loose everything. ==
    Change to bp-default theme and see if issue is corrected.

    #124648
    @mercime
    Participant

    @elsarto better ask at http://buddydev.com/buddypress/limit-groups-per-user-plugin-for-buddypress/ and check out the comments where certain solutions were posted

    #124647
    @mercime
    Participant

    @prasanth-p do clarify if you made a WP theme or a bp-default child theme. Solution would be different depending on scenario.

    @JackVD do be more specific. BP/WP versions? Using bp-default child theme or a WP theme with BP template pack plugin? New install? Check out System and Server Requirements as well as WordPress configuration https://codex.buddypress.org/getting-started/before-installing/#system-server

    #124646
    @mercime
    Participant

    You’re welcome.

    Which version of IE are you using? The bbPress (Forums), Members, and Groups Pages are full width and aligned in IE 8/9. You just might want to remove the negative left and right margins for div#item-list-tabs, div#subnav, and div.pagination as well as add top and bottom paddings to #forums tr. Check out modifications made in this tutorial for some more styling tips/corrections.

    It’s your site’s Activity Pages that are not rendering properly. I suggest you open up activity/index.php and change
    `

    `
    back to
    `

    `
    as that center alignment breaks down layout of activity stream.
    #124643

    In reply to: How to activate

    @mercime
    Participant

    The only bundled theme that comes with BuddyPress is the bp-default theme.

    To activate a theme, go to Appearance > Themes > choose Canvas – and activate. For more information about your theme, please contact theme author/s.

    #124642
    chr313
    Member

    @nahummadrid This is something that I would want as well. I’m going to try to develop this, I’ll post something if I get something working.

    Thanks,

    Philipp
    Participant

    Some more ideas?!

    #124635
    broniors
    Member

    Hi. I have found a similar thing. I have migrated a multisite to a new buddypress multisite installation.

    Wordpress 3.2.1
    Buddypress 1.5.1

    I imported a site from my old multisite (without buddypress). I found that when I allowed wordpress to create the users from the xml export data (ie import posts and it gives you the option to create the users) that all of the users could not see my sites in the admin bar and also all of their sites where not visible under my account sites.

    I have found that if you create the users first (like a new user) and then assign the posts to the new users … they can operate normally (can see sites in admin bar and all sites are visible under my account).

    #124630

    In reply to: Changing Widths

    pcwriter
    Participant

    @blewinski

    First, set the entire shebang to fill the screen with a maximum width of 100% like so:
    `body {
    max-width:100%;
    }`

    Then, set the page container div element (it sits inside the body element) to the smaller width you want and set the margins to auto so the content gets centered on-screen like so:
    `div#container {
    width:60%;
    margin:auto;
    }`

    EDIT: you may want to set the container div to a fixed width instead, for example:
    `div#container {
    width:900px;
    margin:auto;
    }`

    #124626

    In reply to: Forum not working ..

    @mercime
    Participant
    #124619
    aces
    Participant

    If your child theme hasn’t got a functions.php file then create your own in a simple text editor such as notepad++.

    The first line should be just “ with nothing after it. ( The same php tags as the bp-custom.php file )

    Then place something like the above nav menu function and action in between the tags….

    For more info check the codex link above or http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus

    #124617
    dude
    Member

    oh right so this is the way to add my own secondary menu !! great

    sorry to be a pain aces, is there any particular place to nest this..? or am I deleting / replacing existing code..?

    I haven’t copied a functions.php file to my child theme yet..I guess I should do this first and make the edits in there right !

    #124614
    ryans213
    Member

    if people need more information to give feedback, I am using WPMU 3.2.1., BuddyPress default theme, with s2member.

    #124613

    In reply to: Multi-language edition

    Eddie
    Participant

    It would really be great to let our users chose which language they’d like to see our website on. It’s a pitty that such a great software as BuddyPress lacks this option that many others consider as basic. :(

    There’s always numerous Google translate implementations, but that just isn’t what we need.

    I’m guessing some hack could be made with an XProfile field called “language” and a hook to WordPress profile language settings. Unfortunately, I’m not able to code it by myself.

    iblbuilder
    Member

    Hi Andrea

    Yes, I have an existing 3.2.1 multisite network. I added buddypress a week ago and am still tweaking the changes. I received support tickets from members who had signed up to just to get a username for commenting, how they could add a blog. I realised that the “my sites” menu in buddypress toolbar does not show for members without a blog.

    So I cannot see a way to allow existing members without a blog to add one, which seems really odd.

    #124610
    junglejinge
    Member
    #124609
    aces
    Participant

    bp-custom.php goes into the plugins folder immediately under /wp-content/plugins/ not in a theme folder/directory….

    #124607
    aces
    Participant

    ( https://codex.wordpress.org/Navigation_Menus )

    In your child theme’s functions.php file:
    `function register_my_menus() {
    register_nav_menus( array(
    ‘primary’ => __( ‘Header Navigation’ ),
    ‘secondary-menu’ => __( ‘Alternative Menu’ ),
    ‘another-menu’ => __( ‘Another Menu’ )
    ) );
    }
    add_action( ‘init’, ‘register_my_menus’ );
    `

    #124606
    dude
    Member

    Thanks for that!

    I just deleted the bp-mobile plugin due to technical problems and I’m back with just a single menu now..? (primary) seems like bp-mobile creates a secondary theme location. I guess I could just use the plugin to create the secondary location / menu and choose my custom logged-out menu from the drop down right?

    #124603
    allwest
    Member

    I deleted buddypress all togehter and reinstalled with the standard theme and receive the same message.

Viewing 25 results - 35,026 through 35,050 (of 69,104 total)
Skip to toolbar