Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 51,101 through 51,125 (of 94,540 total)
  • Author
    Search Results
  • Hi there-

    I was wondering if there was a way or a plugin to sync the comments on blog entries if they are submitted in buddypress groups or forums. So the wordpress blog entry page has all the comments made in the forums, groups and updates that represent it.

    Make sense?

    In Facebook when you post an image, no matter where that page/link is posted, all the comments appear underneath it. So that’s what I thought would be nice to have.

    #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;
    }`

    #25780
    blewinski
    Member

    Hello –
    I am a newbie to WordPress and Buddypress and I am stuck on changing the width of the site. I have created a child theme form the bp_default theme and I want to set the header and footer widths to 100% and have the sites contents set to a smaller width say 60%. How can I do this? Everything I have tried in the css always narrows the header as well as the body. I can’t seem to figure out how to keep the header at 100 and get the contents to 60.

    Thanks in advance!

    #124626

    In reply to: Forum not working ..

    @mercime
    Participant
    Websheen
    Member

    Hi,

    My site is run on WordPress > Salutation theme > Buddypress > S2member.

    My dilemma is that I want to restrict level 0 members to only send messages to level 0 members. Level 1 members have access to message level 0 & 1, and finally level 2 members have access to message all members in the community.

    Once contacted by a higher member, the lower members will then have access to respond back to the higher members.

    I don’t know PHP, but you’d probably want to start by unhooking functions in ‘bp-messages-actions.php’, and then rehooking, in its place, a clone of the function that does some of the specialized logic above.

    Any takers?

    Many thanks,
    Karmel.

    #25775
    smc170
    Member

    I have been browsing the web recently to try to solve a problem i’ve been having with BBPress sitewide forums. When i go to my dashbord, i go to the Buddypress tab, click on forums, and select sitewide forums and activate it etc. But when i click uninstall group forums, it just re-initiates itself. I just cant seem to get sitewide forums working? Any help would be greatly appreciated.

    -smc170

    #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 !

    #25774
    enderpal444
    Participant

    Is it possible to copy the ajax style loading for activity streams for use of a regular loop? I have this loop http://pastebin.com/ZdQDMGxp that I need it for and would like to know how I could integrate it for that. I know this is kind of off topic but I was reading about ajax and it says it works differently when buddypress is installed.

    devlinfox
    Member

    Okay, you’ll have to forgive me, but is there really no search bar on these forums? How the heck am I supposed to browse for my issue if I can’t even search????

    Anyways, I want to add a profile link to a sidebar, problem is I can’t just add the link because it will differ for each user logged in. Is this possible?

    #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.

    #124600
    Sandra l***
    Participant

    @mercime That fixed my problem. Thank you so much!

    chr313
    Member

    Thank you @johnjamesjacoby @DJPaul for the replys, it’s a clean install with only the style.css customized in a child theme. 1.5.1 bp, 3.2.1 wp. No plugins installed besides bp and bbpress which I installed using the site wide forums selection within forums settings in buddypress. Forum updates or new forum posts do not show in activity stream at all.

    Mentions and favorites for the forum are not showing on a user profile or activity stream as well, other wise mentions and favorites work with update posts. So mentions and favorites function just not within forums. This makes me believe it has to do with bbpress. Otherwise buddypress is working as it should.

    What type of database update would I need to preform on bp if that’s the case? Any other solutions?

    Thank you for your help all,

    #124596

    I, too, would appreciate such a feature.

    @hnla, @mercime, How do I add a tag a forum post? I’d like to tage this one, but I don’t see how. Also, I’d like to “follow” or “subscribe” to this forum post, but I don’t see how. Will you please show me the way? (I am posting this “me too” reply in hopes that it will trigger a “follow” or “subscribe” function.)

    Thanks!

    P.S. I believe bug 1949 [1] relates to this issue; if I am mistaken, please let me know. Thank you!

    [1] https://buddypress.trac.wordpress.org/ticket/1949

    #25766
    ossendryver
    Participant

    Hi
    When ever I post an update on buddypress once i press post it says this underneath it.
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /hermes/bosweb26d/b1249/ipg.krugersightingscom/wp-content/themes/custom-community/_inc/ajax.php:169) in /hermes/bosweb26d/b1249/ipg.krugersightingscom/wp-content/plugins/zingiri-forum/forum.php on line 849

    What should i do to fix it.
    I can’t disable the forum because i might loose everything.
    Please help.
    Thanks

    http://www.krugersightings.com
    Thanks

    #124593
    Boone Gorges
    Keymaster

    I’m afraid I don’t know how Google selects which RSS feed to display. It probably just picks the first one it finds. Make sure there is a line like the one that @modemlooper suggests, and make sure it appears high in header.php – immediately after the `` tag.

    Paul Wong-Gibbs
    Keymaster

    I believe the best way is to not update BPDefault in 1.7, keep it bundled with core (for now), and ship an all-new theme. BPDefault is pretty old now.

    #124589
    pcwriter
    Participant

    @joemd

    If your theme does not have a custom css area, you’ll need to edit your theme’s style.css file. Add the following to that file and adjust the color to suit:

    `div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
    color:#212121;
    }`

Viewing 25 results - 51,101 through 51,125 (of 94,540 total)
Skip to toolbar