https://wordpress.org/extend/plugins/fw-quick-langswitch/, it’s working I didn’t renamed the image file correctly. Does anyone use it ? I would like to know if your navigation bar is translated on the others blogs.
For me, the plugin only translate the navigation bar on buddypress.myblogs.com. The other blogs are still having the navigation bar in English.
I spent some time yesterday to try to stop the constant flow of spam users and blogs being created on my site. Here is what I did…
1- deleted extra registration.php in bbpress folder
2- changed reg. slug
3- installed humanity
4- installed Si Captcha
5- added code from above to htaccess
I am still get about 20-30 per day.
Is there a way to tell if these are humans or bots creating these accounts and blogs?
I don’t know what else to do, any ideas? ( I really don’t want to disable blog creation during registration)
Feature Request: So far plugin runs good on my site but I wold like a option to turn off the share button on my posts. I only want it for the buddypress side as I already have some form of sharing incorporated on my posts and this does not mesh well with my theme. Thanks
The users email is not displayed in the profile page. Only in members/user/settings/. In my installation i really want to have the email in the profile page also. How can this be done?
I tried fetching it from the database table using $bp->displayed_user->id integer av passing it as a argument to get_userdata and then echo it out someware in profiles-loop.php. But i cant get this to work. When i try to echo the ID out to test then nothing displays.
Im quite new at php so please be gentle with me
Links:
http://codex.buddypress.org/developer-docs/the-bp-global/
http://codex.wordpress.org/Function_Reference/get_userdata
Thanks @nit3watch
Will test it out tonight. Did you ever release a plugin where you can add more profile fields to groups such as address, website, etc?
Re: new members – did you create them in the admin system or through the BuddyPress registration pages?
To confirm: you can use custom permalinks without problem in the default wp install.. Changing them as suggested to /%category%/%postname% ?
If that’s the case, try installing BuddyPress plugin again using the automatic install, switch to the bp-default theme, and let us know the outcome
@skolbloggense: BP-Slick uses the same BuddyPress translation strings so the theme should just work fine with your Translation. The only thing that is not yet translated is the menu navigation. But that can all be found in one file, which is organized and very easy to edit. I think it will take you about 10 mins to translate it!
I will add po/mo files to the theme pretty soon (to make upgrading easier, so you won’t lose changes) but right now it’s yet added
The Theme is now for sale btw.. It can be purchased with 20% discount until the end of the week: http://bp-tricks.com/purchase-bp-slick/.
Here’s the sales page with it’s features: http://bp-tricks.com/pre-order-bp-slick/. And a short video on how to get it running: http://www.youtube.com/watch?v=gMb7tXXV6Rw&feature=player_embedded
@antonrsa here’s the working plug-in code. Let me know if it works on your side.
http://pastebin.com/1q454VPb
There is another thread here describing almost the same issue with an other answer, maybe that can help you. Gökhan solution worked for me with the specification I got in my first post in this thread. Look here: https://buddypress.org/community/groups/installing-buddypress/forum/topic/help-1-2-2-5-upgrade-problem-i-get-an-error-message-then-not-able-to-login-to-admin/
@antonrsa Ill release it once it resembles something decent and I clean up the code a bit.
I am getting the error 404 for every link I click on in BuddyPress. I tried switching the permalinks from default but that didn’t work. I got lost with the apache web server stuff. Can anyone make it a little bit simpler for this newbie? Thanks!
If you deactivate buddypress..can you create and use custom permalinks in your WordPress install? Try something like /%category%/%postname%/
Do they work, can you go to page, post and category pages with custom permalinks turned on?
You need to get this working on your base WordPress before installing BuddyPress
Any help would be appreciated!
I’ve installed wordpress into my / folder. All runs well, themes and plugns load and install ok.
I then installed buddypress.
I had to add a .htaccess file with.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Menus and all seems to work ok except
Now I get “Oops! This link appears to be broken” when I try to create groups.
And when I create a new member they only show in wp-admin members, but do not appear in buddypress? And I can’t login using them?
@arxpoetica –
I don’t know if you found any code in the meantime, but in case you haven’t:
The basic function to insert a new profile field is: xprofile_insert_field()
And, to populate a field use: xprofile_set_field_data()
They are defined in bp-xprofile.php
@slashnata – no entiendo tu pregunta exactamente
no solution? @hnla / @r-a-y ???
Hey, nevermind, I just found the answer here: https://buddypress.org/community/groups/creating-extending/forum/topic/bp_has_activities-not-showing-the-latest-updated-status/#post-67600
For those of you who get stuck trying to add multiple parameters/filters when calling the bp_has_activities function do it like this, using the & sign:
“
Hey @nuprn1,
I have a new question though. I was able to pull the post from the forum but is it possible to get the permalink to it? I can see the permalink whenever I include this portion of code:
`
`
but it adds more than I want.
Thanks again
Hey @nuprn1,
im just trying to filter some items in the bp_has_activities() function and cant seem to get it to work whenever I add more than one filter/parameter.
this works:
“
this doesnt work:
“
or
“
I think my syntax is wrong, or Im trying to mix the filters and parameters in the same place. Anyways, I dont know hot to work with this. Im referencing the following page:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
Any help will be much appreciated,
thanks
I’m using:
– Buddypress Humanity
– WPMU-Block-Spam-By-Math
– SI CAPTCHA Anti-Spam
and
.htaccess
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .register*
RewriteCond %{HTTP_REFERER} !.*yourhomedomain.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATION
Did you have buddypress cubepoints activate? Bowob plugin makes conflict with cubepoints if is network activate. I don´t know why.