Search Results for 'wordpress'
-
AuthorSearch Results
-
June 23, 2016 at 8:48 pm #255106
In reply to: BuddyPress and Lighttpd
ooooooooo
ParticipantMate!
It was so easy.
Thanks!For all lighttpd users!
You can delete all stuff I put into my lighttpd conf. Remove all that junk code and put only:
server.error-handler-404 = “/index.php”
thats all folks, you don’t need any special mod revirte rules!More info:
One more time thanx @danbp it was in codex page under point 1.2
Have great evening and happy friday!
Regards
KrangJune 23, 2016 at 5:19 pm #255093In reply to: Fatal error on a BuddyPress 2.6.0 upgrade
syborg
ParticipantI posted a topic on the Buddypress Cover Photo support forum, on wordpress.org. (Same authors as KLEO theme and support forum so easier to access). Bye !
June 23, 2016 at 4:25 pm #255087In reply to: bp_groups_get_group_types return empty array
r-a-y
KeymasterLooks like the code example doesn’t work in your theme’s
functions.phpunless you change the hook from'bp_groups_register_group_types'to'bp_init'.However, the code example from the codex works as-is if used in
wp-content/plugins/bp-custom.php.Going to file a bug report. Thanks for testing, @d8vjork!
Update: Here’s the ticket – https://buddypress.trac.wordpress.org/ticket/7138
June 23, 2016 at 4:03 pm #255081In reply to: Bussdypress title and SEO Yoast problem
Slava Abakumov
ModeratorConfirming, that @destac solution works ok.
First appeared in a Yoast/wordpress-seo repository open issue.June 23, 2016 at 2:48 pm #255065In reply to: Users cannot register since update 2.53
Earl_D
ParticipantWell not exactly sure about what happened but between the update to BP2.6 and tweaking my URL setting after reading this
My registration seems to be working again. I had SSL installed on the site after I setup my WP/BP install. Initially changed the site and WordPress URLs in the general settings to remove https from the URL and add www. Before domain. So now URLs looked like this.Http://wwww.mydomain.comSeveral test registrations worked as expected immediately after that was done. Since I want to try to keep site secure I went back to setting and put the https back in the URL and keep the www so now URLs look like thisHttps://www.mydomain.comAll test registrations still work. Will get a few more random tests in but it looks like the problem is solved. BTW I am using lets encryptJune 23, 2016 at 1:00 pm #255054In reply to: New Navigation API
danbp
ParticipantFor the moment, it will continue to work (more or less)
Have you read this on 2.6 About page?
https://buddypress.trac.wordpress.org/changeset/10745…& as example, check comments in this file:
https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/bp-core-buddybar.php?rev=10745June 23, 2016 at 12:17 pm #255045Kookidooki
ParticipantHello Paul,
I’m using theme Kleo, BP Group Hierarchy, some other plugins and installed new Buddypress with all plugins switched off.
I’ve checked this: https://buddypress.trac.wordpress.org/changeset/10745
and see you did a huge overhaul to the Group Navigators..June 23, 2016 at 10:14 am #255038Paul Wong-Gibbs
KeymasterI’ve created a bug report for this issue so we can improve it in future
June 23, 2016 at 9:46 am #255022June 23, 2016 at 9:30 am #255020In reply to: Problems with filtering the activity stream
IdleWanderer
ParticipantI am fairly certain I already answered this.. Weird..
Anyway, I managed to get in eventually. It seems the wrong password was saved in my browser. I got a new from WordPress and I finally got in. The ticket is in now, so let’s see if they do anything about it.
June 23, 2016 at 9:22 am #255018In reply to: BP2.6.0: localization regress
danbp
ParticipantДобрый день @valery-kondakoff,
no it’s not a regression ! Just a question of delay after BP’s update. Translations are made by volonteers, which are humans, not programmed machines. You have to wait that the translation is completed.
Or you can download the trunk version, which is already completed to 100%.
https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/ru/defaultAt the page bottom you have a download button and a file type selector. Select po and mo format and rename both files to buddypress-ru_RU
June 23, 2016 at 8:04 am #255014In reply to: Group publish only administrator and moderato
June 23, 2016 at 3:21 am #254998In reply to: Cannot create groups
r-a-y
KeymasterTurn off
WP_DEBUGinwp-config.phpand you should be able to continue using the “Re-order Group Tabs” plugin.As for BP Group Hierarchy, that probably requires an update to function properly.
BuddyPress 2.5.3 can be found here:
https://downloads.wordpress.org/plugin/buddypress.2.5.3.zipJune 22, 2016 at 10:22 pm #254988r-a-y
KeymasterTry switching your theme to a WordPress default theme.
If that doesn’t work, disable all unnecessary plugins. If that works, then re-enable your plugins one at a time to see which plugin is causing trouble.
June 22, 2016 at 10:17 pm #254987r-a-y
KeymasterSorry to hear you are experiencing trouble.
You could try adapting the friend count script:
https://buddypress.trac.wordpress.org/browser/tags/2.5.3/src/bp-core/admin/bp-core-admin-tools.php#L168Or, if you are familiar with wp-cli, you could convert that script into a wp-cli command:
http://wp-cli.org/docs/commands-cookbook/Then, you could run the script through wp-cli.
June 22, 2016 at 10:11 pm #254986In reply to: BuddyPress redirects to frontpage on registration
r-a-y
Keymaster@terpz – I think your problem is similar to this thread:
https://buddypress.org/support/topic/registration-and-edit-profile-issue/Try the recommendation listed here:
https://buddypress.org/support/topic/registration-and-edit-profile-issue/#post-254078I’ve listed this bug report here:
https://buddypress.trac.wordpress.org/ticket/7109June 22, 2016 at 8:31 pm #254983In reply to: how to shorten Buddypress activation key
Anonymous User
Inactive@djpaul that was to avoid breaking plugins playing with the user meta for regular WordPress install (non multisite).
You can skip it by using:
define( 'BP_SIGNUPS_SKIP_USER_CREATION', true );June 22, 2016 at 4:39 pm #254976In reply to: BuddyPress and Lighttpd
danbp
ParticipantSorry, i can’t help you for this, but i can advice you about this codex page containing some information about lighttpd. Don’t miss to read chapter 8. 😉
June 22, 2016 at 4:25 pm #254975In reply to: Buddy press for multilingual
danbp
ParticipantJune 22, 2016 at 11:34 am #254950danbp
ParticipantMany topics about this question are already on the forum. You can also read here to get an idea.
June 22, 2016 at 9:51 am #254938jowyds
ParticipantI believe it was not php error. Rather than the wordpress itself. The chunking still goes on and on. I checked the directory image was uploaded. But wordpress just give the error. Perhaps I need to reinstall and try again.
June 21, 2016 at 1:55 am #254892In reply to: Comments think it’s 2006
bryanbatcher
ParticipantI can’t see the date and time of the server, but the date and time in the WordPress settings page are correct.
June 20, 2016 at 11:17 pm #254888In reply to: Avatar URL
danbp
ParticipantSince WP 4.2, you can use
get_avatar_url. More on this discussion.Perhaps this may work too:
bp_loggedin_user_avatar( 'html=false' );June 20, 2016 at 7:46 pm #254886shanebp
ModeratorFor addresses, you may be able to use a single field.
BP xProfile Location – Get it from the WP Plugin Repo or on PhiloPressJune 20, 2016 at 11:58 am #254865In reply to: [Resolved] can’t find “Network Admin”
danbp
ParticipantHi @lemantico,
please use the correct publishing tool when you insert links to post. You can add a screenshot here, but it must be stored on a external site. For that, use<img>button and insert the URL of the picture.Also, don’t use Google’s search result URL witch is stripped, but the canonical one.
1) Installing a network locally is a bit more complex as a regular install. It depends first on how you setup your local server and the OS you use.
You tell about bbPress, are you sure of this ? It’s only a forum plugin and has nothing to do with network setup. And you’re here on the BuddyPress forum!
If the codex didn’t helped you, maybe this tutorial can.
Sorry to not help more, but it’s not possible to rewrite here what is already written on WordPress & BuddyPress codex.
-
AuthorSearch Results