@modemlooper thanks for the advice, where should I place this ? (functions.php ?)
Hey guys, I am looking to remove the admin bar on buddypress 1.6.4. I tried quite a few solutions I found on this forum and others but none seems to work with the latest buddypress version.
So is there a way to disable to admin bar in 1.6.4 or is it not possible?
I still would appreciate some help on this! Thanks everyone! 🙂
.. and sipping a cup of tea, yes 😀
First, thanks for the speedy reply!
I do have group forums so I guess that limits my choices a bit. Guess I’ll have to sit tight and wait for Buddypress 1.7 and BBPress forums 2.3…
hi @notpoppy,
no it’s not possible. WP post comments are not forum discussions.
And the BP included bbPress forum as no settings for such.
If you use BP 1.6.x with the bbPress 2.2.4 plugin for a standalone forum, you can plug bbPress, but this cannot be done if you have group forums.
If you use BP 1.7 and bbP 2.3, every thing becames possible, but you have to wait a little, both are still in beta…
That said, each WP comes with Askimet, the theoretical nec plus ultra of comments anti-spam, whitch protect the comments, the activity stream, etc
Search on this forum, you’ll find many discussions about spam and what to do/use….
Even if no definetly solution exist.
the thing to understand with PHP is to never use a function name twice on a same action. A function name is and must be unique.
In the WP ecosystem, you can act on templates throught the child theme. Generally you only change HTML and CSS and use the existing php filters from the original template.
If you need to modify an existing function, you copy the original to the child theme functions.php file and do your changes on this copy. Once done, you change the name of the function and the new hook name
unhook first the action or the filter
remove_action or remove_filter, than the new function
function my name
add_action or add_filter (‘the_action_to_hook’, ‘my_name’)
Because this is registered in the theme functions file, and because WP is calling a evantually exiting child theme first when he loads, the child becames priority of any other existing theme. And that’s why it works !
Don’t be affraid, the only one who can broke things in a child theme is you, never an update.
The only limit is when you use a so called buddypress ready theme, in fact a third party theme. This works generally out of the box, but if you want to change something in such a theme, you must first create a child for it. Simply because that original “child” is updatetable. And the whole world knows that you want’t loose your changes.
That said it’s not forbidden to work on a local copy, and to save systematically any file you modify on the prod site.
Reading the Codex on rainy days is also a good thing you can do. 🙂
Hi
There are already several tools to restrict access based on user roles, for example Members, Advanced Access Manager, Restrict Content, Page Security, Maven Member, User Access Manager, WordPress Access Control, Role Scoper, Press Permit, … However, none of them allows to restrict access of users not logged as WordPress users but with OpenID.
Grr. Me too!
Was working okay.
Have been trying out BuddyStream, BuddyBlog and BP Simple Front End Post.
Now no blog posts are appearing in Activity feeds.
I’ve deactivated all those plugins. Now the only plugins I’m running are BackWPup, BuddyPress itself and Remove Admin Bar – but still, new blog posts are not appearing in the Activity feeds!
How frustrating 🙂 Looks like I’ll need to wipe the slate clean and start again?
Haylp!
BP 1.7b2
WP 3.5.1
Wordpress 3.4.2
Buddypress : 1.6.2
Hello all,
I need to custom the email sent when an admin creates a new user account in the dashboard.
For the moment it only sends an email with :
Username : wwwwwwwww
Password : wwwwwwwwww
and a link to login.php
____________________________
I would like to have one with :
Dear Firstname Lastname,
Please find below your account details
Username
Password
You need to click on the following link to get connected.
I know it is managed in the bp-core-filters but i don’t really know how to deal with it.
Thanks for your answers !
Zad
Hi,
I am toying with starting a site that would essentially be a blogging platform, partly using BuddyPress.
- A core of several dozen users should be able to author posts.
- There would probably just be one blog (I would output “blog” sections by category/tag homepage).
- Site users should be able to register to follow, interact with the few dozen authors, though not blog themselves.
For the few dozen primary authors…
- Each should belong to some organisation/company entity. ie. There should be some group-type entities that can house these authors, ie. Company A, Company B.
- Those companies should also be expressed in their own right, with a page that lists their member authors and their content etc.
- See how, on GitHub, a member’s page is brilliant (https://github.com/chrisbarnes), and a member belongs to an organisation which has its own components (https://github.com/320press?tab=members).
I’m unsure whether what I want to accomplish can be achieved out of the box or requires plugins and, in either case, whether I should be achieving this through BuddyPress functionality or WordPress functionality.
Please can you advise?
BP 1.7b2
WP 3.5.1
@chouf1 I think i detect the problem. The conflict was, because i added the following code to my style.css to float a link(wstest.tk) on extreme right of the buddypress bar. `#wpadminbar li {
float: right;
}`
When i remove the code from style.css this works.
Is there any code, by applying i could float a link to right instead of applying the above code, which floats all the links from left to right?
Here is the link of my test website http://wstest.tk/
Username: test
password: test
@chouf1 Please have a look into and tell whether you could help me? plz..
I am at a lost. Help me, your my final hope.
As an admin, I can create a new group, post in forums, post updates and everything in between. However, as a [subscriber] user (this is a test site), I am being logged out whenever I perform a task. I have tried removing Buddypress and re-installing it (I dumped the data tables). I tried changing my theme. I tried disabling all of my plugins and re-enabled one at a time. I cleared my cache. Nothing. I can’t figure it out. I’ve tried other browsers. My theme’s creator doesn’t think it’s an issue with his theme. I don’t know what else to do.
Luckily this is a test site. Please advise. Here is temporary access to my test site.
qa.gardenfly.com/wp-admin
username: bptestuser
password: buddypresTest123
Versions:
Wordpress: 3.5.1
Buddypress: 1.6.4
Theme is Razor: 1.1.2
Since your site was compromised, and you are the resident expert with your configuration, we rely on you to fill in any gaps that you can.
If you get to the point where you’ve identified a clear and repeatable security issue with WordPress, BuddyPress, bbPress, or any other plugin, let is know by checking out the following page:
https://codex.wordpress.org/FAQ_Security
Thanks, and good luck.
Is there a way I can make it so that in order to join a group you need a password? I am making a buddypress site for my school and I don’t want people to be able to post inside of groups they don’t have a password to. I don’t want to make it so that a teacher has to accept and send a invitation every time as some have around 300 students. Any ideas how to do this?
Thanks for the replies… having used WordPress several times before to build client sites, I do feel pretty comfortable with it and understand what it is. I’ve just never used it for a community site solution like my vBulletin site business. I guess I’m just trying to feel comfortable with the idea of using a script that wasn’t originally designed to be a community script as the basis for a community site.
One of the drawbacks of it not being a community script out of the box is that you have to load it up with a ton of plugins and then worry about compatibility and quality of code (something I’ve also encountered with vB, Drupal, and Joomla). The more plugins the more headache come upgrade time usually. Hopefully that won’t be a big issue like it is with vB.
I think I feel good enough to start installing a test site to build it up and see how close we can get to our project vision using available plugins and themes.
@praisehim Sorry to butt in but the simplest answer is to just not use that theme and use the default buddypress theme. The moderators here are well versed in the default theme and some other ones. Anytime you use themes or plugins that are not included with BP then you have to rely on that theme or plugins author for support. Don’t get me wrong their will be people that will try to help but it seems to go a lot smoother when they know the theme and these moderators know their stuff on here really well. Their good people!
hi @number_6,
Number 2: – Why did you resign ? 😀
sticky is a WP setting. This can be done/undone when you publish a post.
The only sticky or featured related code i found is in the child theme index.php
Give a try by removing this:27
<?php if ( is_sticky() ) : ?>
<span class=”activity sticky-post”><?php _ex( ‘Featured’, ‘Sticky post’, ‘buddypress’ ); ?></span>
<?php endif; ?>
or ask the author @modemlooper directly
<?php if ( bp_has_activities( 'user_id=1895624') ) : ?>
https://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/
buddypress/bp-activity/bp-activity-classes.php
Site in dev mode-
Mulitsite install with sub directory
Wordpress 3.5
Buddypress-1.6.4
bbPress – 2.2.4
Buddy Press was originally not network activated – but is now after reading some threads of issues..
Can see and access most of the forum data once a member except when clicking on the the thread – it throws this error
Fatal error: Call to undefined function bb_get_id_from_slug() in /home/content/g/l/c/glca1/html/cagwp/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php on line 178
Ideas or help?
Thanks
On a member’s home page `http://mybuddypress/members/username/` the activity stream is divided into the following tabs:
- Personal
- Mentions
- Favorites
- Friends
- Groups
I’m looking to setup a unified activity stream. Titled “All” it would show all activity from all tabs. The other tabs (Personal, Mentions, etc.) would still be available.
I realize the solution may be complex. So to start with – how do I query all activity for a user in BuddyPress? Is there a class similar to `WP_Query` for activities?
Using:
Wordpress 3.5
Buddypress 1.6.1
As Boone told you already, there are no known security issues with BuddyPress.
Hey guys, i was following some of your tracs on jcrop issues and missing the right and bottom sides of the cropper. Well i had that issue but fixed with a deregister and enqueue in my functions.php of jcrop. However I’m still having an issue where the change avatar page is intercepting my FlaGallery banners img src’s and causing them to error out. My relative links are changed.
http://www.arterynyc.com:
GET http://www.arterynyc.com/wp-content/uploads/avatars/1242/2012/06/4f2051db18d12ringling.jpg 404 (Not Found) http://www.arterynyc.com:422
GET http://www.arterynyc.com/wp-content/uploads/avatars/1242/2012/06/4f2051e94bdbarma-banner.jpg 404 (Not Found) http://www.arterynyc.com:421
GET http://www.arterynyc.com/wp-content/uploads/avatars/1242/2012/06/4f2044e8bcfe3LACMA.jpg 404 (Not Found) http://www.arterynyc.com:424
GET http://www.arterynyc.com/wp-content/uploads/avatars/1242/2012/06/4f205138a575fphilamuseum.jpg 404 (Not Found) http://www.arterynyc.com:406
This happens for all the banner images in any banner i’m using on the site that’s present in the change avatar page.
Wordpress 3.5.1 and Buddypress 1.6.4
Any ideas on why this is happening?
Thanks
Chris
Thanks, I can use that also, but what I ment was the link and text belove my hole site, in the bottom, where it says:
http://www.bornholmeren.net er lavet i WordPress og BuddyPress.
It is not easy to read with the color it has know.
Is it possible to apply the Discussion Settings I have set up for commenting on my WordPress site to what people can post in the Buddypress forum?
I have a list of spam-related and abusive words in the Comment Moderation for the Discussion Settings which helps keep unwanted comments out of the blog. I would like to apply these to the Buddypress forum but it seems you can’t.
Is there a plugin for this? Is this something that could be considered for a future version of Buddypress?