Search Results for 'wordpress'
-
AuthorSearch Results
-
December 17, 2012 at 2:35 pm #147636
In reply to: Cannot log into wordpress
Hugo Ashmore
ParticipantNo 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.
December 17, 2012 at 12:58 pm #147631In reply to: Suggestion for BuddyPress "Account Creation Page"
danbpfr
ParticipantHi,
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. 😉
December 17, 2012 at 11:51 am #147628In reply to: Unable to allocate memory for pool.
Rolf Allard van Hagen
Participant@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 😉
December 17, 2012 at 9:32 am #147621Paul Wong-Gibbs
KeymasterI 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
December 17, 2012 at 9:29 am #147620In reply to: Getting data for nav and subnav links for messages
Paul Wong-Gibbs
Keymasterhttps://buddypress.trac.wordpress.org/ticket/4629 might be of interest, too!
December 17, 2012 at 9:28 am #147619In reply to: Getting data for nav and subnav links for messages
Paul Wong-Gibbs
KeymasterI’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.
December 17, 2012 at 9:18 am #147616In reply to: [Resolved] Link "Howdy" to Wall
Paul Wong-Gibbs
KeymasterYou’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/
December 17, 2012 at 7:08 am #147609modemlooper
Moderator@djpaul https://buddypress.trac.wordpress.org/ticket/4566
It’s still broken
December 17, 2012 at 6:58 am #147608In reply to: user activity share plugin for wordpress buddypress?
modemlooper
ModeratorBP reshare plugin
https://github.com/imath/bp-reshareDecember 17, 2012 at 6:04 am #147603In reply to: single page for all links and tabs
@mercime
ParticipantWhat 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/
December 17, 2012 at 5:54 am #147602In reply to: How to create a business directory in BP?
prabhat1205
ParticipantHi 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 BhatiDecember 17, 2012 at 5:49 am #147601In reply to: buddypress for non-bloggers, take 2?
prabhat1205
ParticipantHi Tina,
Would you like to have some help from me?
I’m a professional WordPress developer & BuddyPress is my personal favorite. 🙂
regards,
Prabhat Bhati
December 17, 2012 at 5:22 am #147599In reply to: user activity share plugin for wordpress buddypress?
Kiran@Caret
ParticipantHi @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.
December 17, 2012 at 3:30 am #147591In reply to: Suggestion for BuddyPress "Account Creation Page"
@ChrisClayton
ParticipantThen 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');
December 16, 2012 at 6:04 pm #147556In reply to: Performance – very slow site…
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.
December 16, 2012 at 3:29 pm #147551In reply to: [Resolved] Need activation key???
johnjf
ParticipantI 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
December 16, 2012 at 2:29 pm #147547In reply to: [Resolved] Need activation key???
johnjf
ParticipantCould 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.
December 16, 2012 at 2:05 pm #147543In reply to: [Resolved] threaded comments won't work after update
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 🙂
December 16, 2012 at 10:08 am #147534In reply to: [Resolved] threaded comments won't work after update
inkblot
ParticipantWe 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…
December 16, 2012 at 5:19 am #147524@mercime
ParticipantHaven’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?
December 16, 2012 at 2:51 am #147521StarlitNirvana
ParticipantI 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.
December 15, 2012 at 9:58 am #147467In reply to: Redirect issue – bp-core-catchuri.php
@ChrisClayton
ParticipantThere 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.
December 15, 2012 at 6:26 am #147463In reply to: Battling an ugly Buddypress theme foisted upon users
foxly
ParticipantSite could be considered NSFW.
…depends where you work… 😉
Compared to some help requests I’ve answered, this site’s rather tame.
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^
December 15, 2012 at 1:35 am #147444In reply to: Avatar cropping errors
Toby Cryns (@themightymo)
ParticipantWhich 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
December 14, 2012 at 9:10 pm #147428In reply to: custmizing Login page
@mercime
ParticipantYou 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/
-
AuthorSearch Results