-
Emmanuel replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago
Excuse this the permalinks
/index.php/%year%/%monthnum%/%day%/%postname%/ -
Emmanuel replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago
yes, i use a custom layout:
i choose this permalinks:
http://localhost/monsite/index.php/%year%/%monthnum%/%day%/%postname%/ -
Hugo Ashmore replied to the topic How to output user ID? in the forum How-to & Troubleshooting 9 years, 6 months ago
and if you need a code example of how you might do this look at danbp’s reply here:
-
Hugo Ashmore replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago
have you changed permalink settings?
-
Emmanuel replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago
yes. i have done everythings.
I did all the associations and I even get to preview the different pages in the Page tab.
But the problem remains.
I am blocked -
Emmanuel started the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago
Hello
I’m doing a local site. I installed the plugin buddypress following the installation guide. I have set the different options in the administration panel. (Component tab, Pages tab and Option tab)
But when I try to create a new group, this is the message that appears: The requested URL / mysite / groups / create / was not found on this…[Read more] -
Emmanuel replied to the topic [Resolved] Can't Create Groups in the forum How-to & Troubleshooting 9 years, 6 months ago
Hello
please i have the same problem.
When i seek to create group in my admin panel or throught user profil (front end), it is impossible.
the send me this message : The requested URL /example.com/groups/create/ was not found on this server.
But in the buddypress config allthings seem to be good (components, pages, options)
Iām working with WP 4…[Read more] -
Emmanuel's profile was updated 9 years, 6 months ago
-
razman started the topic [Resolved] Display user id in the forum How-to & Troubleshooting 9 years, 6 months ago
Hi, I’m trying to display user id number in the frontend, at both profile page and members list page. I’ve been searching the forum, the only answer I found was
bp_displayed_user_id()without further explanation. Can anyone guide me on how to achieve this with detail explanation? I tried putting<?php bp_displayed_user_id(); ?>in…[Read more] -
Paul Wong-Gibbs replied to the topic Password change blocks user in the forum How-to & Troubleshooting 9 years, 6 months ago
I agree those all relate to running out of memory š
No W3TC, so I’ve no immediate idea why you would be seeing problems with password change.
-
Hugo Ashmore replied to the topic How to output user ID? in the forum How-to & Troubleshooting 9 years, 6 months ago
bp_displayed_user_id();will display the user id on BP screens/loops – but yes user ID’s are WP user ID’sThe codex though does list basic template tags functions so always check through that first to see if what you need is available.
-
Hugo Ashmore replied to the topic BuddyPress Style Modules – Members Display in the forum How-to & Troubleshooting 9 years, 6 months ago
@venutius I’ve just updated the repo files, updating the example enqueueing functions as they needed improvement( although I consider that snippet as being a temp provision) and also updated the styles to add min-height and spacing improvements, not sure if that helps your situation but you can further modify those style if needed (just edit the…[Read more]
-
Jonas replied to the topic Scalability in the forum Installing BuddyPress 9 years, 6 months ago
Right now you have 62 external Javascript scripts and 35 external stylesheets, thats quite excessive. You can see how it impacts your website by making a test through gtmetrix ( https://gtmetrix.com/reports/isociali.com/LjIWHWX5 click on waterfall )
There are loads of ways to speed your site up, its all in minimizing the transactions from…[Read more]
-
Paul Wong-Gibbs replied to the topic Scalability in the forum Installing BuddyPress 9 years, 6 months ago
@johnykoch Well, it’s gated — I’m not getting past the homepage (registration) without creating an account, which I’m not going to do just to see the site. That said, it does feel slow.
Are you using any kind of caching? Page caching? Object caching? If you could list your plugins, that’d be helpful to help you if you don’t know.
Your homepage…[Read more]
-
Paul Wong-Gibbs replied to the topic Password change blocks user in the forum How-to & Troubleshooting 9 years, 6 months ago
If you have fatal errors, then that’s pretty much a problem that’s going to cause other problems, so you need to get this resolved, though I think you realise this. š
You need to let us know what plugins you are using.
Specifically, are you using W3TC? With its Object Caching feature enabled? If so, there’s a bug in W3TC (we believe) that…[Read more]
-
vinniblr's profile was updated 9 years, 6 months ago
-
Paul Wong-Gibbs replied to the topic Call to undefined function bp_blogs_get_subdomain_base in the forum How-to & Troubleshooting 9 years, 6 months ago
It’s not quite as bad as I thought. It’s referring to a BP 2.1 deprecated function, at first read I thought it was something in 2.7. Going to look into it more.
-
Paul Wong-Gibbs replied to the topic Call to undefined function bp_blogs_get_subdomain_base in the forum How-to & Troubleshooting 9 years, 6 months ago
Whoops. That’s embarrassing. Two unrelated changes caused this. Sorry.
We’ll get it fix ASAP.
-
Paul Wong-Gibbs replied to the topic MySQL version required for BuddyPress? in the forum Installing BuddyPress 9 years, 6 months ago
Yep, like @hnla said. BuddyPress’ DB requirements are the same as WordPress’.
-
Hugo Ashmore replied to the topic BuddyPress Style Modules – Members Display in the forum How-to & Troubleshooting 9 years, 6 months ago
@venutius Thanks for the write up, hopefully in time the idea may gain traction, as for a handler for loading those snippets I did have one in use locally but code was rough and ready, so may consider re-doing and making available on github, originally the idea was to add a loader for the snippets to the core buddypress-functions.php file where…[Read more]
- Load More