Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 15,776 through 15,800 (of 32,678 total)
  • Author
    Search Results
  • #147591
    @ChrisClayton
    Participant

    Then easiest way to show a message on the registration page is to edit the template in your theme and replace the default message. https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/registration/register.

    If you want an alternative way, there is numerous action hooks within the file, so you can add the message via a plugin.


    function cc_registration_notice() {
    echo 'You will get a link in email to activate your account after registration';
    }
    add_action( 'bp_before_registration_submit_buttons', 'cc_registration_notice');

    dprundle
    Participant

    After updating to the newest wordpress, bbpress, and buddypress I can no longer view my member’s profiles.

    For example: I can not visit http://www.mysite.com/members// – This site simply doesn’t show anything except for what you would expect if you went to your browser and typed in “www.anywebsitethatdoesn’texist.com”

    Previously my member profiles worked flawlessly. Does anyone have an idea about this problem?

    #147556
    Ben Hansen
    Participant

    (shared hosting)

    I’m thinking of moving to a good VPS (4 cores, 1.5GB RAM).

    i think that’s a really good idea. buddypress has a lot of stuff going on under the hood compared to an ordinary wordpress site (which in turn also has a lot of stuff going on under the hood compared to an old school static site). i would certainly defer to anything modemlooper says because you could make a similar analogy in comparing our respective knowledge level regarding WP/BP. But suffice to say a BP site with as many plugins (and # of elements on the linked pages) you have running on shared hosting, to me, is a recipe for slow site and under 5 seconds is actually not too shabby.

    you have to remember these shared hosting servers tend to run hundred or thousands of sites per machine and with a WP/BP probably does as much compute as about a hundred or thousand static sites would normally do to serve content to a visitor. when your site gets to certain level of popularity even a “decent vps” will probably not be enough. we have just infact moved from a “decent vps” to a specialty wordpress host having done that i would recommend considering that option.

    #147551
    johnjf
    Participant

    I figured it out! I went through the list of plugins I had again. I ended up forgetting to deactivate the WordPress SEO by Yoast plugin. It turns out that’s the culprit for not letting anyone activate there account. You think you can figure out why this plugin is causing the problem and how to fix it?

    Thank you

    #147547
    johnjf
    Participant

    Could it be from one of the plugins or functions I have? I had a function which I used so it can change to use my email instead of wordpress@mysite.com so I deleted that function but I was still getting the same problem. I also has a login attempt plugin thinking that might be it so I deactivated it but still didn’t fix the problem.

    I can list all the plugins I have if you’d like? in the meantime I’ll re-activate bbpress and go down the list and deactivate plugins and try registering with a test user account.

    #147543
    wpte
    Participant

    @mercime I’m talking about the activity stream yes. Forgot to mention that 🙂
    I know the plugin is old, I have to admit I did do some bug fixing here and there and applied recommendations of the theme-check plugin. Nothing big however, just moving from deprecated things to the new versions etc.

    I’ve applied the patch @inkblot suggested and that seems to work perfectly after doing a full page refresh. Thanks 🙂

    #147541
    needhelp101
    Participant

    Hello All
    I need to make my forum page content neat by having a border around the content on the forum pages. Please help me with the codes for that. Using newest (wordpress and buddypress)

    #147534
    inkblot
    Participant

    We ran into, what I assume here, is the exact same problem that you’re having, but with the BP-Default theme running WordPress 3.5 and BuddyPress 1.6.2, so we tracked down the problem and just implemented the changes from this BuddyPress trac ticket (https://buddypress.trac.wordpress.org/ticket/4510) that is set to fixed/closed and will drop soon here with the release of BuddyPress 1.7, and all is well again with threaded comments and replies, as well as fixing a few other quirky problems that we were having.

    I’m actually a bit surprised that more folks aren’t posting on the support forums here about these same issues directly related to this. I would have to imagine that it’s happening within a lot of other installs, especially considering that it’s definitely occurring within the BP-Default framework.

    I hope that this lead helps you out…

    @mercime
    Participant

    Haven’t seen Labzip’s video guide but this is the first time I’ve read that activating bbPress with BP has caused those issues. More likely cause of issues would be theme or plugin conflict. If you change to bp-default theme, can you see your friends and/or invite someone to the group?

    StarlitNirvana
    Participant

    I am also having this exact same issue since upgrading. I have also tried a fresh install, deactivating plugins, used BP default theme and still have the same problem as the original poster. I am using WordPress 3.5 and BuddyPress 1.6.2 as well.

    #147511
    needhelp101
    Participant

    Please let me know How do I remove the IP address from freinds/ activity user profile.
    Using latest buddypress and wordpress versions

    wpte
    Participant

    Hello,

    I’ve recently upgraded to the new wordpress (3.5) and buddypress 1.6.2
    Since the update I noticed that it’s no longer possible to make threaded comments.
    I didn’t change the theme, which is a slightly modified (colors only) unplugged theme.

    For some reason the old comments still do show up threaded so I suppose it’s the way how they’re posted. Maybe it’s a bug introduced in the new update?

    Anyone an idea how to fix this or where to start looking?
    Thanks 🙂

    needhelp101
    Participant

    Hello All, I installed buddypress and later bbpress following “Labzips” video guide bbpress is up and running but I have lost my friends and invites ability. I contacted the labzip guys and was suggested that I seek help here. Basically what I did was to create a forum in bbpress that handles the buddypress sitewide forums, then uploaded that it seems to be working fine but my buddypress is now messed up.

    neodoxa
    Participant

    Hello,

    So I previously used the BP Template pack plugin for a previous theme, and now that I’ve changed themes, I need to use it again. The problem I’m getting is that it won’t go back to Step 1. It starts off at Stage 3 for me every time. How can I get rid of all previous files and fragments from my previous Buddypress and BP Template Pack plugin in my database?

    Basically, I am trying to do a completely 100% fresh install of Buddypress with a new theme. The theme is made to work with Buddypress, but only with the BP Template Pack plugin. I can’t get that plugin to start from the beginning. I tried to delete everything from the database, but I must have missed something because it isn’t letting me start a fresh buddypress or template pack install. I also deleted both plugins from WordPress, of course.

    TL;DR: I need to get rid of all previous Buddypress and Template Pack files from the database and WordPress so that I can start all over again with Buddypress on a new theme.

    Website is http://www.critterhub.com

    Thanks.

    Pin
    Participant

    Anyone got this problem after the latest updates on WordPress and BuddyPress?
    When I add a new comment to any activity, it will just reload the page showing a blank page with the number 0. Deactivated all the plugings, changed to default BP theme, same issue.
    I also downloaded WP and BP and did a fresh install, using the default BP theme, same issue.

    When I reload the page the comment is there with a notice “Reply Posted!” but clearly this is not the normal behavior for commenting.

    Of course, WP 3.5 and BP 1.6.2

    #147467
    @ChrisClayton
    Participant

    There is filter hooks in the function which you should use instead of modifying core, but assuming you’re just modifying core for temporary testing purposes only, you will need to modify the $mode variable as it defines mode 2 (login via wp) by default (https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-catchuri.php#L463)

    For production purposes, there is a $redirect url arg (which can be filtered with ‘bp_core_no_access’) that you should use to set your custom login.

    #147465
    RaphaelJeger
    Participant

    Hi

    first let me thank all of the developers of WP, BP – it’s a great system and I have great use out of it. However, the performance of our site is pretty low. Here are the URLs:
    -http://www.slople.com/ (this is the core of the site which is NOT wordpress or buddypress but my own code)
    -http://www.slople.com/community/activity/ (this is the BP activity stream)
    -http://www.slople.com/forum/ (this is the bbPress sitewide forums, we don’t use group forums)
    -http://www.slople.com/community/ (this is the Blog)

    First, to the numbers:
    WP 3.4.2
    BP 1.6.1
    bbPress 2.2.2
    PHP 5.3.18
    DB mySql 5.5.25 on localhost via UNIX-socket
    php memory-limit 128MB (shared hosting)
    APC shm_size 32MB

    Usage data:
    -557 registered users
    -10’000 unique visitors per month

    Installed plugins:
    -bbPress
    -bbPress string swap
    -BP labs
    -BP Members Avatar Map
    -BP Xtra signup
    -Buddypress
    -Buddypress Activity Plus
    -Buddypress Mass Messaging
    -BuddyPress Usernames Only
    -GD bbPress Tools
    -Invite Anyone
    -Login with Ajax
    -mLanguage
    -qTranslate extension
    -root Cookie
    -Theme My Login
    -Unconfirmed
    -W3 Total Cache (*)
    -Wanguard
    -WP-Mail-SMTP
    -WP Widget Cache

    *Yes we use W3TC, but we were not able to active all the functions. Currently we use the following settings:
    -Page cache: disabled (several problems on the BP-side with not updated activity streams, still showing you are logged in while you logged out etc.)
    -Minify: disabled (Problems with layout, possibly our own CSS problem)
    -Database cache: enabled (APC) (Maximum lifetime of cache objects: 60s, GC interval: 180s)
    -Object cache: disabled (again several problem with BP, not refreshing statuses even after TTL for logged-out-users)
    -Browser cache: enabled (enabled are: Cache control header, ETags, gZip Compression, Prevent caching of objects after settings change)
    -CDN: no
    -Varnish: no
    -Cloudflare: no

    So far, so good (or maybe not?).

    As you can see when you click on any of the links above, the performance of the site is just plain horrible:

    -Calling http://www.slople.com/community/activity/ gives me the following numbers, using the network tool in firebug:

    URL: GET activity http://www.slople.com/community/activity/
    Status: 301 moved permanently
    Size: 0
    Timeline: 1.48s (why is it taking so long just to tell the browser a 301???)

    then

    URL: GET activity http://www.slople.com/community/activity/ (again???)
    Status: 200 OK
    Size: 62.9kB
    Timeline: 5.55s (hmmm…?)

    After that, page rendering starts and while being far from perfect, the rest of the resources load fairly fast.

    Another example:

    URL: GET /community/forum/slople http://www.slople.com/community/forum/slople/
    Status: 200 OK
    Size: 63.4kB
    Timeline: 5.15s

    Even calling the sames links again shortly after the first rendering completed, the performance remains the same. DB caching doesn’t seem to kick in at all.

    This site is growing and people are interested in using it. However, with that performance, it’s not much fun. ATM, I’m thinking of moving to a good VPS (4 cores, 1.5GB RAM).

    But maybe some experts here see a major flaw in our configuration.

    Thank you very much for your replys!!
    Raphael

    #147463
    foxly
    Participant

    Site could be considered NSFW.

    …depends where you work…  😉

    Compared to some help requests I’ve answered, this site’s rather tame.

    @jidanni

    CSS design is a very complicated subject. The base BP theme’s CSS file is almost 2,500 lines long and has a vast and intricate style tree. Answering a RFC (request for comments) on a given set of changes to it  is many hours of work, and is beyond what can be handled on these forums.

    If you have a specific problem, eg: “When I set style X to Y, the level 2 menus explode” or “How can I invert the color scheme”, the users here will be happy to help you.

    Also, be aware there are sweeping changes in the works for BuddyPress’ template system. The core development team is currently re-designing the entire template system to use page-fragment injection. In theory, this will allow BuddyPress to use almost any WordPress template set – not just ones designed specifically for BuddyPress.

    I’d estimate they’re about 6 months away from release on this.

    ^F^

     

     

    #147444

    In reply to: Avatar cropping errors

    Which version of PHP are you using on the server? It looks like others have experienced similar issues with php 5.4: https://buddypress.trac.wordpress.org/ticket/4191

    #147440
    castresana
    Participant

    I had a 2002 PHP Nuke that after a lot of conversions, the forums, users and news were migrated to WordPress and the forums to bbpress.
    I turned on buddypress and everything is going great except one thing: permalinks.

    New users are okay, and users that go to their profile and edit something or they jus press “update information” without editing anything also are okay.
    Their url is http://website.com/users/THEIRUSERNAME

    But when I go to an user’s profile that has not updated their profile and I click on their name anywhere in the website (bbpress forum or users list from buddypress for example) it goes straight to http://website.com/users

    I’ve been checking for everything and couldn’t find the answer. I’m quite lost right now. All users have rights to post in the forum and navigate through the members area of website.

    Any ideas? Thanks!

    #147428

    In reply to: custmizing Login page

    @mercime
    Participant

    You do not need to change your theme in the tutorial at all. If you just need a login redirect plugin, https://wordpress.org/extend/plugins/buddypress-login-redirect/

    #147420

    In reply to: custmizing Login page

    hindicell
    Participant

    Thanxx for the reply but i do not want to change my theme this is my site http://papatata.host56.com/ I do not want my users to redirect to wordpress login page https://buddypress.org/wp-login.php.I have created login form in my homepage. is there any way to let them login through my welcome page then redirect them to their profile.what changes should i need to change?How can i connect wp-login.php through my login form?
    Thanxx

    @mercime,  thanks so much . I just test it and it worked but the only setback is we dont have control over the size of width and height anymore as it assign the same size to width and height.

     

    regards

    @mercime
    Participant

    @naijaping add the following at the top of your theme’s functions.php file
    /**
    * Sets up the content width value based on the theme’s design and stylesheet.
    */
    if ( ! isset( $content_width ) )
    $content_width = 625;

    change 625 to theme content width. See how it’s done with twenty twelve theme https://themes.svn.wordpress.org/twentytwelve/1.1.1/functions.php

    Embed size setting is gone from media setting after buddypress and wordpress update.  is it a bug or am i missing something.

    All my embeded video are way too big after update and there is no section in media setting to set my own size anymore.

Viewing 25 results - 15,776 through 15,800 (of 32,678 total)
Skip to toolbar