Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 30,051 through 30,075 (of 68,918 total)
  • Author
    Search Results
  • @mercime
    Participant

    @floridabeautiesinhd do start a new topic for your issue and I’ll help you there.

    Hot Cars Hot Curves
    Participant

    @mercime, along these same lines, I’m at Step 3 with the BP Template Pack plugin on my website. I’m terribly lost at this point. Do you do custom work? I’m looking for someone to get me past this point so I can get back to working on my website. :-)

    Thanks,

    Eddie
    http://www.buffalosportsnation.com

    aces
    Participant

    You don’t say what your add action is hooked to ( or what the line number refers to ). Do you have a `’walled_garden’` hook in your template?

    I would suggest trying the following (I use something similiar but allow access to groups and forums):
    `

    function sh_walled_garden()
    {
    global $bp;

    if( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! bp_is_blog_page() && ! is_user_logged_in() )
    bp_core_redirect( bp_get_signup_page() );
    }

    add_action( ‘bp_init’, ‘sh_walled_garden’ );
    `
    I also substitute `add_action( ‘wp_loaded’, ‘sh_walled_garden’ );` on a different site….
    `bp_init` and `wp_loaded` are “native” to buddypress/wordpress so you don’t need to create your own template hook….

    This is in a bp-custom-php file – using buddypress v1.5.5 as I haven’t upgraded to 1.5.6 yet….

    aces
    Participant

    see https://codex.buddypress.org/troubleshooting/frequently-asked-questions/

    section: BuddyPress isn’t sending out emails (eg. activation emails, email notifications)

    #135788
    Sabrin_N
    Participant

    Hi,

    I have i think a similar problem….. I’m trying to get TinyMCE in my buddypress edit.php ( so when you are editing your profile page and there is a textarea, it shows a tiny mce..

    The only thing that is working is the strong function…. I have downloaded tinymce from the site: http://www.tinymce.com/wiki.php/Installation

    andrea.ressell
    Participant

    Thanks for the help, but unfortunately that didn’t do the trick. Any other recommendations?

    #135784
    ed161718
    Participant

    @mercime,

    I have a similar problem using the theme “easel” as well. Following your instructions to @owen_a ‘s problem I was able to correct the header and sidebar alignment problems, but I am still left with one problem in the main posts area of the webpages. The Buddypress bar that displays “Activity Profile Messages Friends Groups Settings” gets cutoff half way through the ‘Settings’ by my site’s right sidebar. Is there a way to correct this using a similar approach as you did earlier here? If so, can you please explain as well as possible and include the code required as I am an amateur with html and ftp and am trying to correct my site’s problem by researching others. An answer would be GREATLY appreciated. Thank you.

    #135783
    Richard
    Member

    I’m running:
    bbpress
    bbpress Q
    Buddypress
    Buddypress Human
    Buddypress Like
    Buddypress Share
    Simple Facebook Connect
    Custom Login
    Quick Chat
    WP-FileManager

    #135782
    b1gft
    Participant

    If its not showing for logged out users but showing for you when you login, go to buddypress > settings> and make sure its clicked to no where it ask’s Hide admin bar for logged out users?

    shanebp
    Moderator

    Have you looked at this?
    https://buddypress.trac.wordpress.org/ticket/4060

    >2. Right now we only have the following tables set to use MyISAM, the rest being InnoDB:

    Yup, it’s a compromise – but for us the benefit of row-locking in InnoDB outweighed the fulltext issue.
    We don’t generally allow text searches.

    And thanks for sharing your setup info.
    Now that BP is being used for sites with larger and more active memberships, more devs are having these problems.
    I think collecting info re tuning, caching, etc. approaches on a page somewhere in buddypress.org would be very useful and would generate some helpful ( and confusing ) discussion by us non-DBAs.

    @mercime
    Participant

    You don’t have BuddyPress activated in your installation. If you activate it again, you need BP Template Pack plugin activated to make your theme compatible with BuddyPress.

    #135775
    richardpd
    Member

    Hi-thanks modernlooper for your reply
    (I have now updated to latest BuddyPress & bbPress plugins-my site runs both plugins!).

    Thankfully I have fixed the problem now but it was a bit tricky..
    I now think the problem was an issue with x2 specific plugins-Wp Article Fetch & Tweet this.
    On deactivating both of these from Network Admin (my site is running WP multisite) my blog (running WordPress & BuddyPress) is back to normal.
    The Tweet this plugin is somewhat old & not updated so there could be some code issue with it. As for the WP Article fetch plugin I haven’t used it much so disabling it is no great issue!
    (I will look for a new ‘Tweet this’ plugin as Twitter plugins are quite useful)

    I still though need to get BuddyPress forums working properly on my site (I have posted several times for help with this on the support forum here but still BuddyPress forums are not running well on my site! If I wasn’t so stubborn to try & get BP forums working I would have deleted it ages ago & used an alternative eg Vanilla plugin or other-so if anyone can help me I would be grateful-but I don’t really expect any response as sadly I have had such limited response in the past from here to help me with this! I think BuddyPress is a misnomer; it could be better called somethingelse but I won’t type it now!..:-(…).

    #135773
    jamesewelch
    Member

    @mercime

    deactived both
    upgraded wp to 3.4
    activated both

    still stuck on step 4, still see same error message
    still can’t access /forums

    Now, I’m running 3.4, but all of the problems are just the same.

    #135772
    @mercime
    Participant

    == @jamesewelch => WordPress version 3.3.2 ==

    Deactivate BuddyPress and bbPress. Upgrade to WP 3.4 first. Then activate and upgrade BuddyPress and bbPress to latest versions.

    Thanks for the reply shanebp.

    1. I’m using Batcache, https://wordpress.org/extend/plugins/batcache/ and Memcached Object Cache https://wordpress.org/extend/plugins/memcached/ both of these use memcached for caching. We’ve used W3TC in the past on our WP-only sites, but it got be a little to unstable for our tastes… So far these seem to be working good, though we have to remember to bounce memcached in addition to PHP-FPM when we make a code change.
    2. Right now we only have the following tables set to use MyISAM, the rest being InnoDB:
    bp_groups
    bp_groups_groupmeta
    bp_groups_members
    usermeta
    users
    We tried having them all to InnoDB, but due to its poor text searching performance compared to MyISAM, we switch back those 5.
    3. TMPFS is worth its weight in gold. :-)

    Wow, 30K, very impressive! I’m hoping that there is a lot of performance that can be squeeze out of our DB server, which will be looked at soon by actual DBAs (I do not in anyway claim to be one…). If not, I’m looking forward to BP 1.6 for some of those performance enhancements found from bug #4045!

    #135766

    In reply to: Buddypress Teams?

    vienem
    Member

    I downloaded that plugin a while back but was starting to assume it was used to extend groups, what I have done is use Group Hierarchy and limited subgroup creation to top level groups only. Not ideal but should work for what I need so far, I will do what you have suggested though as I think it will be better in the long run to build it from the ground up. Cheers bro :)

    #135764
    xxx
    Participant

    I tested the search_terms the last hours on a local server with 1.5.5 and 1.6 and on an web server with 1.5.5 and 1.6.. The bug won’t go away… But one thing I found out: The Plugin BuddyPress Hashtags make it work… but I is also using `search_terms=`… What is the trick?

    #135763
    modemlooper
    Moderator

    You didn’t say if you updated BuddyPress. New version out to fix 3.4 issues

    Paul Wong-Gibbs
    Keymaster

    I doubt very much upgrading phpMyAdmin would interfere with BuddyPress. Something else must have changed.

    If you’ve figured out the error is from line 71, what is the actual error message that you get?

    cyclonunited
    Member

    Hello, there is a simply solution, few Extension as Buddypress shows messages errors with PHP 5.4, we could hide them.

    Bonjour, la solution ci dessous en attendant que Budypress et d’autres extensions ( a vérifier au cas par cas) ne provoque pas d’erreur avec le php 5.4.

    We must hide the messages errors / Nous devons cacher les erreurs PHP :

    In /wp-includes/class-wp-error.php
    /***************************Add after the first < php *************************************/
    > after php to close it, don’t appear in this message, don’t lost it to close php
    > after php n’apparaît pas dans ce message, ne pas l’oublier pour refermer la balise.
    /***************************Ajouter après la première balise< php *************************************/
    error_reporting(0);
    @ini_set(‘display_errors’, 0);

    Or simply directly to wp-config in the root.
    Ou simplement dans le fichier wp-config à la racine.

    PLus d’info dans / Most info in : http://www.wordimpressed.com/wordpress/php-turn-on-or-off-error-reporting/

    With each update of WordPress, we must using this solution
    A chaque mise à jour de WordPress, il faut refaire la manipulation si besoin.

    Cordially / A bientôt.

    CyclonUnited

    Bonjour, je suis aussi hébergé chez Legtux, je confirme le problème vient bien de la version de PHPmyAdmin, j’ai installer WordPress en local avec:
    Wamp + PHPMyAdmin 5.4.3= buddypress ne fonctionnait pas
    Wamp + PHPMyAdmin 5.3.3=buddypress fonctionne
    Avez vous reussit à faire fonctionner Buddypress ? Sinon je propose de faire un message à l’administrateur Legtux pour voir si il ne peut pas downgrader phpmyadmin vers la version 5.3

    #135758
    yconoart
    Member

    Hi, I just tried to open next page of your plugins list, but only the first page content shows up, even the url change to any page number.

    #135754

    In reply to: Buddypress Teams?

    @ChrisClayton
    Participant

    @vienem to do what your trying to do (essentially cloning the groups functionality and giving it a different usage) is quite complex (I’ve done it for another site of mine, and it wasn’t quick. Can’t share the code at this time though as It needs to be polished with some personal stuff removed).

    If you want to do it – I suggest doing it properly (I’ve seen sites trying to take shortcuts and to be honest, it never works) Look through the code in the bp-groups folder to see how the core developers have built the groups component, and using the Skeleton plugin (https://wordpress.org/extend/plugins/buddypress-skeleton-component/) to build it.

    Just my suggestions.

    @mercime
    Participant

    Deactivate BuddyPress via FTP/cpanel/etc by renaming buddypress plugin folder in wp-content/plugins and you will gain access to admin. Did you upgrade to WP 3.4 before upgrading BuddyPress?

    So was it a white screen or other kind of error which you could check in error logs?

    #135752
    Dangitdang
    Member

    I can see the content of Buddypress, however it’s all squished to the left of the screen like so http://imgur.com/TQZfb

Viewing 25 results - 30,051 through 30,075 (of 68,918 total)
Skip to toolbar