Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 51,026 through 51,050 (of 94,540 total)
  • Author
    Search Results
  • #124750
    meg@info
    Participant

    hi!
    Install the last version of firefox, if buddypress work then it ok

    else

    1, which version of buddypress you used ?

    2, if you use the default buddypress theme, check if javascript is enabled,
    if you use anther theme, use the default theme , if work then the prolem is in the theme

    3. try to clear the cache of your browser, and disable all plugins installed if exist

    #124745
    Paul Wong-Gibbs
    Keymaster

    I’ve not seen any.

    iRambo
    Member

    How to Hide widget in Activity, forums, members, registration n activation page? i want that all buddypress page is full page, without widget area, how to remove them?

    #25820
    Reboot
    Member

    I have a few questions about taking my sites to the next level by enabling multisite and networking them.
    Right now I have a large buddypress community and I have almost completed my second for opening. I am wondering if I should create a new site that is the portal to these two sites and acts as the master site for the network. Is that a good approach? or should each of these sites be their own master of the network?

    Does this approach make my members already registered for the new site? Do they have to login only once? Can they change their name or profile details on one site to be different than the other?
    When I enable blogs on multisite, does everyones blog updates post on the site and then when you click on them it takes them to their own wordpress themed blog?

    Is there any video’s or examples people know about to visualize this better?

    Any help would be greatly appreciated! just trying to wrap my head around it all as I think it is the next huge leap for my sites.

    #124742
    dude
    Member

    I’ve just come across this about creating a functions.php for my child theme taken from here –> https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    ” You must make sure you give your child theme functions a unique name, otherwise they will clash with the parent.”

    Is this correct..?

    #25819
    puffnstuff
    Member

    I am using the buddypress template pack and I need to add some links to the end of the account nave. Checked in firebug and I see id= object-nav but I have no clue what file that is in.

    Can someone point me in the right direction?

    Quint
    Participant

    Here’s the lowdown: The header height for my theme takes up about 300px and the Buddypress container height is about 900px. Needless to say, to see the full Buddypress container, the user has to scroll to fit it in the viewable area (which it fits in nicely).

    What will be an annoyance for the user it when they start moving from tab to tab (for example from activity to profile to sites, messages, etc), the page location resets back to the top of the window each time a new tab is selected. Is there a way to stop this reset? Thanks!

    #25817
    bastien31
    Member

    Hi everybody,

    I am a new user of Buddypress which corresponds exactly to what I was looking for my website.

    I m looking for a plugin which allow a registered user to create a poll and publish it to, for example, a private group. This poll could be related to an event.

    Does anyone konw such a plugin ?

    thanks !
    Bastien

    #124738
    iblbuilder
    Member

    Hi – thanks – ticket submitted #3759

    #124737
    igotmore
    Member

    I tried your method, mercime, but I can’t get it to work, I only got the code on the top of my site :D

    #124736

    In reply to: Hide Admin

    igotmore
    Member

    I put the code in my Theme functions (functions.php)
    should i put it in buddypress/bp-activity/bp-activity-functions.php or ?
    I’m noob in codes & coding, but I really need this, so I hope someone will help me get it done :)

    #124733
    Boone Gorges
    Keymaster

    The original issue has been resolved: https://buddypress.trac.wordpress.org/ticket/3755#comment:8

    @iblbuilder Your issue sounds distinct. Can you post a bug ticket at http://trac.buddypress.org, with specific steps to reproduce? (Including BP and WP versions)

    #25812
    mattios550
    Participant

    Hi,

    I am using buddypress, and when a user clicks in the text box on the activity page, the Post button dosn’t appear. Can anyone help? Is there a hotkey for posting that users can use? I tried installing in another directory and it still dosn’t work.

    Thanks in advance.

    #124732
    iblbuilder
    Member

    Actually Im going to update here as I cant even get to page two of the forum, the numbered links to pages don’t work!

    M problem is now even worse:

    1. New members signs up and adds blog at sign-up – it tells them in their profile they have 2 sites, it shows two sites in the My Sites dropdown and it lists two sites in their profile with clickable links, see pic here:

    http://6sided.net/images/doublesites.png

    So the site lists their own blog, but it also lists them as being a blogger on the main site as well, which is not the case because they don’t have dashboard access.

    2. If a new member signs-up and does NOT create a blog on signup, they cannot create on later because the “My Sites” dropdown does not apper to them.

    So, two pretty fundamental issues.

    Heres my original thread, I cant access it in my browser, it times out.

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/new-users-do-not-have-a-my-sites-tab-on-their-admin-bar/

    #124731
    iblbuilder
    Member

    I am also experiencing similar issues, have updated my own post on it.

    #124724
    @mercime
    Participant

    Disclaimer: Not quite sure if this will work out. The good thing is that if it doesn’t, you only have to delete the header-buddypress.php and sidebar-buddypress.php that you created and revised from your Artisteer theme folder.

    1. Open up your Artisteer theme’s header.php with text editor and Save As header-buddypress.php in your Artisteer theme folder.

    2. Open up header-buddypress.php
    2.a. Replace `<body >`
    with “
    2.b. and at the very end of the file (below other code) add this:
    `

    `

    3. Save file

    4. If you don’t have sidebar.php in your theme’s folder, create a blank sidebar-buddypress.php file and save it in your theme’s folder.

    5. Open up the blank sidebar-buddypress.php and paste this at the very top
    `

    `

    6. Save file.

    7. Open up your theme’s style.css file and add the following to the very end of the file to center your background image:
    `/* Body Background */
    body { background: #000000 url(“images/page_t.jpg”) top center no-repeat; }’

    Then add the style found at middle of this page https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ below the Body Background style you placed above.

    Adjust style to taste.

    #124723

    In reply to: Pages not working

    aces
    Participant

    Because it was working before doesn’t mean that it isn’t a memory issue!

    To check for that I would use https://wordpress.org/extend/plugins/wp-system-health/ and run the check memory allocation limit test.

    By the looks of some of those errors the problem may be the zingiri forum wordpress plugin.

    Are you sure it’s compatible with buddypress? Googling parts of the error messages show other’s are having problems with it. ( Including https://wordpress.org/support/topic/error-22-and-503-on-new-installation – also see: Paul Gibbs’ post here )

    If you need to keep it then I suggest you ask on http://forums.zingiri.com/

    note and note

    #124722

    In reply to: Help on setup?

    @mercime
    Participant

    mod_rewrite for pretty permalinks must be enabled in your server: https://codex.buddypress.org/getting-started/before-installing/#system-server

    Installation

    #25808

    Topic: Help on setup?

    in group forum Installing BuddyPress
    karlobrien
    Member

    Im trying to set up buddypress but when i go to any “social” page, eg.activity, members , it dosent display properly, and also , my categories show up as a 404 error, any ideas

    thanks so so much

    #25807
    Rob Sbaglia
    Participant

    Hello,
    I am running a wordpress network with Buddypress on top for a school. To ensure I see all private messages etc between students, I have issued the users email address that I have access to (and they don’t). I want to prevent users from changing their email addresses once they are registered with the ‘school’ email address.
    I’ve managed to prevent this from the ‘dashboard’ side of things, but users can still change their email addresses through the profile edit part of buddypress.
    Any help would be highly valued.
    Cheers,
    Rob.

    #124721
    ryans213
    Member

    What is it about Profile Edit questions that get treated like they are the plague around here? I came across a lot of Profile Edit questions while searching for my question that ended exactly like this post is going. Complete silence from all in the forum. Is not talking about editing the Profile the second rule of BuddyPress?

    #124720
    broniors
    Member

    I think I am losing my mind. I logged this into the bug ticket list yesterday and I can’t find it there. Not even in closed tickets. Will add again but this time I will keep the ticket number

    #124713
    modemlooper
    Moderator

    Sub forums are coming to BuddyPress 1.6

    4ella
    Participant

    Thank you for your respond @r-a-y , tomorrow I will study it thoroughly , I am not a programmer , so I hope I will understand a little bit how it should be done

    elanbailey
    Member

    Hi,

    I have both group and site-wide forums working on my WordPress 3.2.1 Multisite with Buddypress 1.5.
    I am using the default Buddypress theme.
    I have renamed my pages and slugs to avoid conflicts.
    I am trying to create sub-forums at the sitewide level.
    I created a parent forum and then two sub-forums. I set the sub-forums by choosing a forum parent in the forum creation screen.
    When I view the forum directory, I can see my parent and the two sub-forums nested underneath it.
    When I try to click on any of the sub-forums I get a page not found error.

    Any ideas?

    elan

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