-
bp-help replied to the topic How to add ads? is there a footer.php for buddypress? in the forum How-to & Troubleshooting 11 years, 6 months ago
@hiboy
Doesn’t your theme contain a footer.php? If it does and it is not widgetized then you will have to manually widgetize it. Do a google search, there is lots of instructional info about widgetizing areas in themes. -
bp-help updated the Installing BuddyPress Plugins page, on the BuddyPress Codex 11 years, 6 months ago
Plugins which extend BuddyPress are available at:
https://wordpress.org/extend/plugins/tags/buddypress
https://buddypress.org/extend/plugins/Make sure that the plugin tagged as “buddypress” is compatible with […]
-
bp-help replied to the topic How to add ads? is there a footer.php for buddypress? in the forum How-to & Troubleshooting 11 years, 6 months ago
@hiboy
Hi there, If your using bp-default theme then the footer is widgetized in four areas so you should be able to ad adsense code there. If your using a different theme then you will have to check if the footer area is widgetized. If it is not then it is still possible with some coding. -
bp-help replied to the topic Registration not working hen BuddyPress activated in the forum How-to & Troubleshooting 11 years, 6 months ago
@ubernaut
LOL! GOT TROLL? Sounds like someone has watched one two many Conspiracy Theories featuring Jesse Ventura including the reptilian elite! LOL! -
bp-help replied to the topic I want buddypress to prove it in the forum Installing BuddyPress 11 years, 6 months ago
@asnakea3
Furthermore BP is not a “broken or sold script” if you have paid for this software then you have been had by unscrupulous people. BP has bugs as any software including premium software has and the Development team does their best to resolve these bugs. Have you even searched the open trac tickets, or opened a new trac ticket if you have…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 6 months ago
@ljmac
When you say selectively can you be more specific? Do you mean having a dashboard setting for switching between the options that you as the admin choose for your users, or do you mean having two different types of activity streams that a user can click on: Link 1.) Shows sitewide activity stream
Link 2.) Shows only you and your friends…[Read more] -
bp-help replied to the topic I want buddypress to prove it in the forum Installing BuddyPress 11 years, 6 months ago
I don’t have to prove anything to you I am trying to assist you. I am not the one complaining because your not using the advice given. I have had many BuddyPress sites ranging from BP 1.2 through 1.7.2 and it works great. The problem is when you have a fresh install of WP and BP then every time you install and activate a new plugin then test it…[Read more]
-
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 6 months ago
@ljmac
Supply me with a link to the bp follow plugin and I will look at it and see how it implements the new scope via a plugin and I will see what I can do. You really need to look at that plugins add_actions or add_filters as it should supply the hook followed by the function to execute. If someone more experienced comes along and helps you out…[Read more] -
bp-help replied to the topic I want buddypress to prove it in the forum Installing BuddyPress 11 years, 6 months ago
@asnakea3
Have you considered it is a theme or plugin other than BuddyPress causing the issue? I have had this happen to me before and I had to narrow it down by using a process of elimination by reverting to the bp-default theme or twenty twelve and deactivating each plugin one by one and testing registration against it every time until I found…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 6 months ago
@ljmac
Give it time, maybe an expert will give you the insight you need to get it rolling. I am still fairly inexperienced, I am a jack of all trades and a master of nothing when it comes to BuddyPress! Have you tried writing a function, and hooking it to a do_action? Alternatively you could write a function in a child theme’s functions.php or…[Read more] -
bp-help replied to the topic I want buddypress to prove it in the forum Installing BuddyPress 11 years, 6 months ago
I failed to mention BuddyPress is dependent on WordPress. You can’t use BuddyPress without having an installation of WordPress. BuddyPress is a social networking/niche community plugin for WordPress. 🙂
-
bp-help replied to the topic I want buddypress to prove it in the forum Installing BuddyPress 11 years, 6 months ago
@asnakea3
Wow, that is pretty harsh! BuddyPress is no scam, it is free software built by an amazing development team and they also give free support. If your upset because you cant figure out something then ask the community. The community is made of volunteers that are not compensated so please keep that in mind. You can’t come on here and demand…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 6 months ago
@ljmac
All I did was change lines 27 and 51 in the plugins activity-privacy-component.php Rich’s code used is_site_admin() I changed it to is_super_admin() to reflect depreciated code, and I changed line 40 to return true instead of false. I think most of Rich’s code is still intact other than that. I also just added the loader.php and a check for…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 6 months ago
Have you actually tried the plugin in the link I supplied because there is variations all over the net. On my tests it only shows yours and friends activity until you reach the end of all activities. The admin see’s sitewide activity but subscribers only see there friends activities. Either way, feel free to take over development for it and see if…[Read more]
-
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 6 months ago
@ljmac
You can try this:
https://github.com/bphelp/activity-privacy-component
It gives you an activity stream that includes yours and your friends activities only. It was only tested up to WP 3.5.1 and BP 1.7.1 and I decided not to add any further development since @megainfo ‘s BuddyPress Activity Privacy plugin release, because for my purposes it…[Read more] -
bp-help replied to the topic Anti-spam techniques… in the forum How-to & Troubleshooting 11 years, 6 months ago
@aitpro
Yeah spam is no good and can get out of control real quick. JFYI on my test server when I pull up the source I can see where the plugin creates the hidden field but like I said I honestly don’t know how effective this method would really be at preventing spam registrations. I just through it together as a plugin merely out of boredom. 🙂 -
bp-help replied to the topic Anti-spam techniques… in the forum How-to & Troubleshooting 11 years, 6 months ago
@aitpro
Are you using the plugin on github?
https://github.com/bphelp/bp-spam-killer
Or Are you using the code on pastebin which I could not get valid users registered either.
http://pastebin.com/kzxCqSb8
On my test server the github plugin allows registration for valid users but I am not really sure how effective this method would be at…[Read more] -
bp-help replied to the topic Where can I translate "Log out" on sidebar in the forum Miscellaneous 11 years, 6 months ago
@davep1
What theme are you using? Have you considered that the Log Out button may be a image? If that is the case then translation would not effect the image but of course this is pure speculation. -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 6 months ago
@ljmac
What exactly do you mean by “Facebook-style wall?” Do you mean showing only yours and your friends activity in the activity stream? -
bp-help replied to the topic BuddyPress and Register Plus Redux in the forum Installing BuddyPress 11 years, 6 months ago
@jcollier
You could try @r-a-y ‘s solution for disabling BP registration and using WP’s instead.
https://gist.github.com/r-a-y/5578432 - Load More
@bphelp
Active 9 years, 1 month ago