Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,926 through 17,950 (of 32,678 total)
  • Author
    Search Results
  • @mercime
    Participant

    @ed161718 I will address your question at the link you posted above so we have one forum topic about easel woes.

    ed161718
    Participant

    I have a problem using the theme “easel” in wordpress when trying to add buddypress. My Header and sidebars are okay, but my main post/content area between the side bars is not aligned properly in the pages that buddypress adds. In the “Activity Profile Messages Friends Groups Settings” that is shown at the top of all buddypress pages, my alignment causes the”Settings” part to be cutoff halfway by my right side bar. Is there a way to correct this? If so, can anyone please explain the solution as in detail as possible and include any code required as I am an amateur with html and ftp and am trying to correct my site’s problem by researching others. Any answers would help a lot. Thank you.

    Header and Sidebar issues were addressed here: http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/easel-theme-buddypress-alignment-problem/?#post-130964

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

    Subway1968
    Member

    Wordpress: 3.3.1
    bbPress : 2.0.2
    BuddyPress: 1.5.4

    I went through all the CODEX to install WP, bbPress and BP and the wizard and everything seems to run just fine except for this…

    I have a message that says “The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums. Repair” I know that this is because in the BuddyPress > Pages screen under Directories I have the Discussion Forums set to “- None -“. When I have that set to “Forums” I get an error that says “The forums component has not been set up yet.”

    I’ve read several posts that simply redirect me to the same CODEX and and wizard steps. If anyone has any other ideas I’d appreciate it.

    FYI: using Site wide forums and all defaults and the buddypress default theme.

    #29912

    Hi there,
    At first sorry fo the bad english language.
    I have a site for blood donation promotions based on Buddypress. I changed the header picture. My problem is that the header picture is not changed in every page. When I open a post the header picture is changing with something blue (probably the default color).
    Here are the examples:
    http://www.kravodaritel.com/ – the header is OK.
    http://www.kravodaritel.com/kravodaritelska-akciya-na-sdrujenie-samaryani/ – the header of the post is not the same.

    I am using WordPress 3.4 with BuddyPress Default theme. The problem was available and with the older versions of WordPress.

    Please help! Thanks.

    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.

    #135778
    danbpfr
    Participant

    hello,

    this is a WP question. That said you can tag more into your post.
    Read here: https://codex.wordpress.org/Customizing_the_Read_More

    Also you can use some plugins, this one for example: https://wordpress.org/extend/plugins/more-fields/

    #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!..:-(…).

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

    jamesewelch
    Member

    Wordpress version 3.3.2
    BuddyPress 1.5.6
    bbPress 2.0.3

    I was using BuddyPress 1.5.5 (whatever the last stable release was). I downloaded and installed the 1.5.6 version today and went through the ‘update wizard’ of clicking save and continue.

    On the last step (4), I get this error:
    You do not have sufficient permissions to access this page.
    Internal Server Error

    url: admin.php?page=bp-general-settings

    Also, now my forums menu link has disappeared from my site’s navigation menu and I can’t navigate directly to the /forums page either. The final step has a checkmark next to Database Update and Finish , then when I click the ‘save and continue’ button, I get the error message.

    When returning to my admin pages and clicking on BuddyPress in the sidebar admin menu, it takes me to the last step again which only allows me to click the save button which continues to generate the error.

    The previous version was working fine.

    1. Which version of WordPress are you running?
    3.3.2

    2. Did you install WordPress as a directory or subdomain install?
    directory

    3. If a directory install, is it in root or in a subdirectory?
    subdirectory

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    no. i haven’t upgraded to 3.3.4 yet.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    yes

    6. Which version of BP are you running?
    1.5.6

    7. Did you upgraded from a previous version of BP? If so, from which version?
    1.5.5

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    several

    9. Are you using the standard BuddyPress themes or customized themes?
    standard

    10. Have you modified the core files in any way?
    no

    11. Do you have any custom functions in bp-custom.php?
    yes, disable admin bar

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.0.3

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting?
    fatcow.com

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    unsure

    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!

    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

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

    #29893
    greenmeanie
    Participant

    I use different links for my pages because of other add ons I use and in the Back End BuddyPress keeps warning me to fix the page links. Is there a way to stop the warning from showing?

    “The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums, Activate, Register. “

    #135751
    #29884
    Mike3853
    Member

    Hi guys!, I was wondering if anyone knows of a text editor that works in the buddypress forums and throughout the rest of the site? I have tried a few like “Rich Text Editor For Comments” and “CKEditor for WordPress” but neither work in both places……I have spent hours trying to find a text editor……I mainly want my users to be able to post images by clicking the image button in most text editors.

    Thanks!

    loribella
    Member

    Hi, I’m new to BuddyPress. On my new WordPress Site, under theme options (in the Business theme by WPMU Dev), I chose to upload a custom large header image. It doesn’t tell me what size to make it. So I made it at about the size it looked to be. I uploaded it and it appears to be about the right size but for some reason it did not center my header image in the space provided. Instead, it put it over to the right, hanging off the page about an inch with a about an inch margin on the left. And now you have scroll over an inch to see all of it. I have no idea how to fix that or why it did it that way. Can anyone tell me how to fix that? The url to view the page is http://whub25.webhostinghub.com/~united66/

    Greetings! I have an active buddypress powered community of about 600 (love it!) but for sometime now I’ve been unable to track down why email alerts when you are subscribed to a forum do not parse special quotes and apostrophes. They come through like this:

    http://i.imgur.com/LWTwE.jpg

    Any help in resolving this matter would be greatly appreciated!



    1. Which version of WordPress are you running?
    3.3.2

    2. Did you install WordPress as a directory or subdomain install?
    directory

    3. If a directory install, is it in root or in a subdirectory?
    root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    Nope

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes

    6. Which version of BP are you running?
    1.5.5

    7. Did you upgraded from a previous version of BP? If so, from which version?
    no

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    -BuddyPress Activity Plus
    -BuddyPress Group Email Subscription
    -BuddyPress Pending Activations

    Are my buddypress related addons/plugins. The Group Email subscription being installed or not doesn’t have any effect on my problem.

    9. Are you using the standard BuddyPress themes or customized themes?
    Custom (Paraellus – Salutation)

    10. Have you modified the core files in any way?
    No

    11. Do you have any custom functions in bp-custom.php?
    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.0.2

    13. Please provide a list of any errors in your server’s log files.
    None

    14. Which company provides your hosting?
    Hostgator

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    LAMP

    @mercime
    Participant

    Please make sure that your WP installation has been set up properly – pretty-permalinks included – before installing BuddyPress. In this vein, please post your mod_rewrite issue at the proper forum https://wordpress.org/support/forum/localhost-installs

    We have a Buddypress site with over 18,000 registered users (in less than a month) and is still growing. During peak times, the SELECT queries go out of control and render the site unusable for minutes on end, unless we stop Apache and let the DB and PHP “catch up”. When I’ve tried to enable HyperDB, I get an immediate 404 on the home page.

    What are the plans for allowing Buddypress to scale up to a usable social network? I have bug opened up on the Buddypress Trac: http://buddypress.trac.wordpress.org/ticket/4251

    Are there other ways of distributing the DB load that is compatible with Buddypress? We already have the web/app and DB on separate servers, but either the queries/table structure for Buddypress need to be optimized or there needs to allow for multiple dedicated RO/RW servers.

    rmmorley
    Member

    I’m seeing this on occasion, but not consistently, on both group and member activity streams.

    The bp_activity_action() function will output something like “abc wrote on xyz’s wall:” when in fact it wasn’t the user “abc” and it isn’t “xyz’s” wall either. The entry itself seems to be linked to the correct user, and shows up on the correct wall, as the avatar displayed is the correct one etc. It’s just the output of bp_activity_action() that is wrong.

    WordPress Multisite 3.3.2
    BuddyPress 1.5.5
    BuddyBoss theme 2.0.3

    #135718
    @mercime
    Participant

    Nick, you should read Justin Tadlocks excellent tutorial on navigation menus at http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus and also read https://codex.wordpress.org/Navigation_Menus

    #29860
    Patricia BT
    Participant

    Hi

    I have last versions of all..
    WordPress mutlisite, with buddypress and many other plugins,
    one important plugin for me is WPMUdev’s Multi-domains
    it allow my (future) users to register a subsite to other domains than main.
    the other domains all work and point to the main site

    I could create a subsite with another domain from dashboard, but not from the user front “create” page, even if another domain is shown in the dropdown, the subsite will register under the main domain. This behavious appears only when buddypress is installed.

    I posted support question in the WPMUdev’s forum, and the developer VeBailovity suggested in the meantime to comment out :
    `if ( is_subdomain_install() )
    $domain = $blogname . ‘.’ . preg_replace( ‘|^www.|’, ”, $current_site->domain );`

    lines 556-557 in /wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php

    my questions are :
    – why buddypress needs to force on main domain?
    – if I comment out, it gives another behaviour: it tells me WordPress is already installed and does not complete the subsite creation (no admin user created)

    if necessary and for reference :
    – plugin : http://premium.wpmudev.org/project/multi-domains/
    – in the support topic http://premium.wpmudev.org/forums/topic/multi-domain-private-and-single-sign-on-features?replies=40#post-231355

    @mercime
    Participant
Viewing 25 results - 17,926 through 17,950 (of 32,678 total)
Skip to toolbar