Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 31,926 through 31,950 (of 94,540 total)
  • Author
    Search Results
  • juanflores1288
    Participant

    I’m using WordPress 3.5.1 and Headway 3.4.11 with a child theme.
    Everything was working fine until I started to create templates in Headway to reuse for my page.
    Nothing from Buddypress shows up now. The rest of the site is ok, though. I used the Buddypress default theme that came with the plugin and it works okay, but when I go back to my Child theme, nothing shows up again. I turned off all plugins and sill nothing. I deleted the templates and still nothing. I recreated the pages and still nothing.
    I uninstalled Buddypress and I get these warnings:

    Warning: ksort() expects parameter 1 to be array, null given in /mysite.com/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 167

    Warning: reset() [function.reset]: Passed variable is not an array or object in /mysite.com/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 172

    Warning: current() [function.current]: Passed variable is not an array or object in /mysite.com/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 176

    Warning: next() [function.next]: Passed variable is not an array or object in /mysite.com/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 182

    Paul Wong-Gibbs
    Keymaster

    If you’ve found a case where theme compatibility breaks stuff, please submit a bug report onto https://buddypress.trac.wordpress.org

    #164793
    fatjay
    Participant

    well i really need help to fix my site in ie8 and ie9 .. then i actived Buddypress
    my site looks like this > http://puu.sh/311Qz.jpg instade of this http://puu.sh/311SU.jpg

    here is the test site i working on http://test.my-fish.org

    can someone please take a look and tell me whats the problem ?

    #164786
    Motion
    Participant

    Ok, the link function doesn’t work. Here’s a try without the link function.

    https://buddypress.trac.wordpress.org/ticket/4505

    #164785
    Motion
    Participant

    Sorry, here’s the link:

    #164784
    Motion
    Participant

    Hi. Suddenly my buddypress install redirects to mysite.com/members/blogs/create

    I have tried disabling all other plugins to no avail.

    I have no idea why it happens, but i found another thread about the same here, although it doesn’t offer any solution

    Any suggestion what to do?

    Aril

    #164782
    @mercime
    Participant

    I followed the instructions … Buddypress now works flawlessly. All three problems I had were solved.

    Music to my ears πŸ™‚ Thank you for following instructions.

    But the slider of the theme stopped working, as expected. .. To change somehow the version of the jquery that my theme uses isn’t an option?

    There are alternatives to your slider which should work with current WP standards. Check out the ones updated in 2013 -> https://wordpress.org/plugins/tags/slider

    You need to make sure that your theme is updated to the latest WordPress version including jQuery, otherwise you’d be stuck in an old WordPress version which could be buggy and/or a security risk. In addition plugins, like BuddyPress and bbPress, use the latest jQuery version included in current WordPress, so if you use older version, things could get very bumpy.

    To keep theme updated, install the Theme Check plugin and run it in Appearance > Theme Check with your theme. If you find any REQUIRED or WARNING results, you need to address that in your theme right away. RECOMMENDED results are just that, recommendations which you might want to address but not that important or necessary. Good luck.

    #164781

    In reply to: Buddypress phone app

    modemlooper
    Moderator
    #164777

    In reply to: How to install forum

    Patryk
    Participant

    @mercime
    I know that in the menu should be a forum but I do not have this ;/ in the settings BuddyPress also there is no.

    because I thought with the new version, we a different way to install a forum

    #164775
    Grubert
    Participant

    Hey guys, I’m looking remove the sidebar on a few pages of Buddypress and I’m having a difficult time. I’m currently using the “Catch-box” wordpress theme.

    For instance, say I wanted the specific member pages NOT to have a sidebar. What I’m currently doing is modifying the Catch-Box-Directory/buddypress/members/index.php and Catch-Box-Directory/buddypress/members/single/home.php files to exclude the “<?php get_sidebar( ‘buddypress’ ); ?>” code.

    While that does, in fact, get rid of the sidebar, it also dramatically messes with the page formatting. My question is, what am I missing? Is there an easier way to go about fixing this?

    I did a forum search and found that @mercime did a post (http://buddypress.org/support/topic/resolved-fixing-alignment-problems-on-pages-using-buddypress-catch-box-themecath/#post-140906) to make the catch-box theme compatible with BuddyPress. I believe the solution to my problem could lie within this post however I was wondering if I am reading this post right. From what it looks like I’m supposed to replace a couple of dots with another couple of dots..? Is that correct? Did the forum delete the code from the post or am I missing something?

    I any case I would truly appreciate any guidance or direction. I’m feeling a little crushed at the moment as I’ve spent probably 6+ hours trying to do a seemingly easy task. I just want a few select buddypress pages (like the register page and the member’s pages) to not have a sidebar.

    #164774
    joe35
    Participant

    I followed the instructions you gave me, the call to jquery was in the header. The Buddypress now works flawlessly. All three problems I had were solved. But the slider of the theme stopped working, as expected. The problem is that I don’t want to change the theme I use but I also need the Buddypress.

    To change somehow the version of the jquery that my theme uses isn’t an option? Can this be done?
    Thanks.

    chanchunghoi
    Participant

    404 error occur when i click:

    http://DOMAIN/members/YOURNAME/

    I had tired both iis and apache with mod_rewrite, with fast-cgi setup, default buddypress theme, using the latest version, and read the threads here. Anyone can help?

    #164772
    unknownterritory20
    Participant

    I have a similar issue. This is a great plugin but I don’t even know how to get it working. Installed, activated, and nothing comes up. What should I do?

    #164771
    caspergrimaldi
    Participant

    I’m using frisco for buddypress.
    Just tried the switch. Still no difference.
    Would it help you to have admin access? Or would it help for me to paste some php here?

    #164769
    WordBuddyPress
    Participant

    The error is in this script:

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
             <h2 id="page_title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
             <p id="author"><?php the_author(); ?></p>
             <div class="content">
                <?php the_content(); ?>
             </div>
          <?php endwhile; endif; ?>

    Because the title of the profile page (and create group page) is the whole link: <a href="url.com/profile/...">Settings</a>
    Maybe someone could tell me what I could change in this title script.

    #164768
    WordBuddyPress
    Participant

    @mercime Thank you for the hint. The twenty twelve theme displays it correctly, I will look at my them more closely. If I find the mistake I will post it in case someone else has this problem too.

    #164767
    P
    Participant

    @synaptic Will do asap, hopefully we’ll at least have Activity flooding control for Buddypress 1.8

    #164766
    Henry
    Member

    @chouf1

    How about accounting for usernames, first names, surnames across multiple components such as Activity, Profile…? Only a plugin will let you do that, unless you want to write some bulky custom code.

    #164762
    danbpfr
    Participant

    @hiboy,

    no need for a plugin to change that.

    “admin” is the username who’s added by BP for a profile. So if you want to read Admin Stream Directory, change the username from admin to Admin.

    You can also use the localisation file (buddypress.mo) to change the whole text, ie. Activity Stream to Overview or anything else.
    https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/

    That said, it’s not a good practice to use such username.
    Read here from Matt what he says about: http://ma.tt/2013/04/passwords-and-brute-force/

    #164761

    In reply to: Buddypress phone app

    Henry
    Member

    +1

    #164760
    Henry
    Member

    The SeoPress plugin will let you do that.

    hiboy
    Participant

    Hi

    My buddypress pages browser title look wierd, for example
    Activity page – “Activity Stream Directory”
    Single member – “admin Stream Directory”

    How to change it?

    #164754

    In reply to: [Resolved] RSS Error

    angelladesigns
    Participant

    Ran through http://validator.w3.org/feed/ with buddypress disabled and it was valid.
    Ran through with buddypress enabled and got this:

    Sorry

    This feed does not validate.

    line 1, column 1: Blank line before XML declaration

    If I knew where the white space was I would delete it, but I’m lost here. πŸ™

    #164744

    In reply to: How to install forum

    @mercime
    Participant
    #164743
    @mercime
    Participant

    @joe35 download a copy of your theme to your hard drive. Then revise the copy in server: remove the call to jquery 1.4.2 in either the header.php file or enqueued in the functions.php of the theme. Know that by doing this, some behaviors expected in the old theme might be affected, or they may not. Then test your theme with BuddyPress.

    If this doesn’t work, then you might have to look for another WP theme which is updated for current WP 3.5.1 at the very least https://wordpress.org/themes/

Viewing 25 results - 31,926 through 31,950 (of 94,540 total)
Skip to toolbar