Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 10,601 through 10,625 (of 22,644 total)
  • Author
    Search Results
  • #147636
    Hugo Ashmore
    Participant

    No limit.  Take your install right back to basic WP only i.e NO plugins activated – rename the plugin folders to force deactivate them; then see if you can log in, if you can login with plain WP start re-activating plugins one by one.

    #147631
    danbpfr
    Participant

    Hi,

    don’t try to prevent spammers. They already know how WP is working. 😀

    So you have many unconfirmed subscriber anyway. In such case, you could resend the activation email or delete the unconfirmed account. A small plugin do this very easely:

    https://wordpress.org/extend/plugins/unconfirmed/

    I use it regularly on my 1.6.2 network without problems. 😉

    #147628

    @Paul is there any general rule of thumb for minimum server configuration size?

    @all here is some info about my experience for others that would like to know more about size issues in advance:

    I’m using the smallest VPS on http://www.kimsufi.com/fr/vks/index.xml (512MB) with 64bit Debian. With hindsight I should probably have chosen a 32bit install because that is said to consume less memory but still it is enough for one WordPress Multi-site and some of the bigger plugins like Jetpack with not too many sites and average traffic on the network. Installed Nginx/PHP5-FPM instead of Apache and for caching I added APC and WP Super Cache (in PHP mode) which did help a lot in getting the max out of the little machine. Pretty high speeds I must say, but loading BuddyPress on top of that and the thing started squeaking.

    I have removed BuddyPress and cleared the completely fragmented opcode cache (had to restart PHP service because it refused to be cleared through the manager) and all is well again.

    Maybe it would be possible to run a single site WP installation with BuddyPress on such a small server… or even multi-site but without any other memory-hungry plugins… or maybe some more tweaking of the APC settings (cache size and ttl) might make it pass… but I’m not going to try that on a live install 😉

    Paul Wong-Gibbs
    Keymaster

    I thought we fixed this in a previous release, but maybe not fully. Please submit a bug report on https://buddypress.trac.wordpress.org, and you can use your name/password from this site. Thanks

    #147620
    Paul Wong-Gibbs
    Keymaster
    #147619
    Paul Wong-Gibbs
    Keymaster

    I’ve happened to done some work on this for BuddyPress 1.7. See the commits and discussion on https://buddypress.trac.wordpress.org/ticket/4661

    You’ll have to wait for 1.7 for this to work. I can’t guarantee that making those changes on a 1.6 install will work or be safe: YMMV.

    #147616
    Paul Wong-Gibbs
    Keymaster

    You’re going to have to write some code: something like this should point you in the right direction http://www.wpbeginner.com/wp-tutorials/how-to-change-the-howdy-text-in-wordpress-3-3-admin-bar/

    modemlooper
    Moderator
    #147608
    modemlooper
    Moderator
    #147603
    @mercime
    Participant

    What exactly do you mean “get a page in my menu”? Do you mean links in your menu instead? If you mean the latter, then check out https://wordpress.org/extend/plugins/buddypress-custom-profile-menu/

    #147602
    prabhat1205
    Participant

    Hi Tina,
    Prabhat here again, Would you like to have some help from me?
    I’m a professional WordPress developer & BuddyPress is my personal favorite. 
    regards,
    Prabhat Bhati

    #147601
    prabhat1205
    Participant

    Hi Tina,

    Would you like to have some help from me?

    I’m a professional WordPress developer & BuddyPress is my personal favorite. 🙂

    regards,

    Prabhat Bhati

    #147599
    Kiran@Caret
    Participant

    Hi @modemlooper thanks for the reply, bp-bookmarklet does not meet my need, how can we share my friend activity inside my buddypress as similiar to facebook share inside facebook activity.I dont want to share from external or i dont want share activity outside my buddypress. Please let me know how it can be done, any pointer for this will be helpful.Thanks in advance.

    #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');

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

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

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

    #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

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

Viewing 25 results - 10,601 through 10,625 (of 22,644 total)
Skip to toolbar