Search Results for 'buddypress'
-
AuthorSearch Results
-
August 26, 2010 at 3:21 pm #90472
In reply to: Profile Updates as List
Hugo Ashmore
ParticipantYou’ll probably want to create a custom loop then in whatever page, have a look at this page of the codex:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/August 26, 2010 at 3:20 pm #90471In reply to: BuddyPress Spam
thelandman
Participant@pcwriter. That is quality. Thanks for the tips!
August 26, 2010 at 2:55 pm #90468In reply to: Can somebody test this share button in IE?
modemlooper
Moderator@bowromir thanks, I’ve noticed most plugins being developed are more component like (albums, achievements, jobboardr) than enhancements to UX. Figured i’d create some simple intuitive things.
August 26, 2010 at 2:41 pm #90466In reply to: BuddyPress Spam
pcwriter
ParticipantI was having 5 or 6 sploggers sign up daily no matter what I did until about 2 weeks ago when I revamped my tactics. Since then, I have had 0 spam signups… not one. Fingers crossed
Here’s what I’ve done:– Removed references to WP/BP in footer text
– Changed the register slug to something unrecognizable that has no bearing whatsoever to the concept of signing up (so even those grossly underpaid 3rd-world human spammers can’t figure it out)
– Installed WPMU Super Captcha to let the nice humans through: https://wordpress.org/extend/plugins/super-capcha/
– Installed WP-Ban to block the not-so-nice ones: https://wordpress.org/extend/plugins/wp-ban/
– Installed Buddypress Humanity as a double-check: https://buddypress.org/community/groups/buddypress-humanity/
– Blocked lists of bad bots in .htaccess as suggested in this post: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/?topic_page=2&num=15#post-60177
– Added “deny from all” in .htaccess for wp-config.php
– If someone does manage to access the register page through a direct url (without visiting any other page first), they are bumped to a GOAWAY page with the following in .htaccess. .# BEGIN ANTISPAMBLOG REGISTRATION
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-signup.php*
RewriteCond %{HTTP_REFERER} !.examplesite.com. [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://examplesite.com/goaway.html [R=301,L]So far, so good. As I mentioned, not a single splogger has managed to get through in about 2 weeks. If they do, there are 2 ingredients in the above recipe that can be adjusted:
– the captcha image is fully customizable to render bot algorithms redundant (hopefully)
– the register slug can be changed as often as you change socksOn a final note, there are also some interesting tweaks to be found here: http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/
August 26, 2010 at 1:42 pm #90459In reply to: Group Documents: Any hack to work with BP 1.2.5.2?
Bowe
ParticipantIt should be working fine! I’m using it on WP 3.0.1 and latest BuddyPress without any problems (so far).
August 26, 2010 at 1:32 pm #90458Roger Coathup
Participant@davidniyat – you can’t just cut and paste sections from the default theme if they rely on functions that are defined elsewhere in the theme. It’s designed to be use a parent theme.
The bp_dtheme functionality is embedded / used in various places in the theme. In particular, you need to take a look at the functions.php file where those functions are defined.
August 26, 2010 at 1:14 pm #90456In reply to: BuddyPress Spam
Ted Mann
ParticipantI’m using a custom child theme, so the footer copy has been changed. At the risk of inviting more spam, here’s my signup page: http://injersey.com/join-injersey
I’ve got si-captcha, Humanity, alternate slug, htaccess tweak, and 2 required profile fields. At this point it’s just getting kind of absurd. There must be some kind of backdoor that’s letting them in. Like Matt ( @footybible ), every single one of these spam signups is registering for a sub-blog. Unlike Matt, I offer the ability to register for a town via the Group Registration Options plugin ( https://buddypress.org/community/groups/bp-registration-options/ ) developed by @Messenlehner. Worked pretty well until 2 weeks ago, when we started getting slammed every day at about 2am with spam signups and posts.August 26, 2010 at 11:42 am #90450In reply to: Group Documents: Any hack to work with BP 1.2.5.2?
Paul Wong-Gibbs
Keymaster@peteranselmo ping
August 26, 2010 at 10:16 am #90442In reply to: Can somebody test this share button in IE?
@mercime
ParticipantHi @modemlooper tested http://tempsg.com/activity/ in IE6 as well and the dropdown works well and the pop-ups show up quarter of the browser on top left of screen. The share button is styled in activity but there is no visible styling for share button in forum topic in IE6. Otherwise, looking good.
August 26, 2010 at 9:33 am #90440In reply to: WordPress 3.0 – Run Buddypress on Secondary Blog
John
ParticipantI’m having the same issue, did anyone find a solution ?
August 26, 2010 at 9:25 am #90439In reply to: Remove “Visit” from the admin bar
pcwriter
ParticipantThere’s also a newer, beta version of my plugin available for download with many more configuration options right in the admin panel. See this post for more:
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/forum/topic/testers-needed-for-version-2-1beta/#post-69288August 26, 2010 at 9:04 am #90436In reply to: Router for root components
Anointed
ParticipantI would absolutely love to hear how you solved this problem and built the multisite recipe component with global searching. I’m trying to do something similar where each site has a custom post-type ‘testimonials’. I want to pull them all into a ‘root page’ as well where they can also be searched.
I was going to use the sitewide tags plugin, but it does not seem to work at all with custom post-types yet. Not to mention it would be overkill for my needs.
Would you care to share a few code snippets?
thanks for your time
August 26, 2010 at 8:50 am #90435In reply to: Remove “Visit” from the admin bar
mvvspr
Participant@pcwriter ‘s Add All Nav Links to BP Adminbar plugin has an option to do this with just click of a button.
There are many more configuration options to customise your admin bar.
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/August 26, 2010 at 8:27 am #90432In reply to: Can’t Install BP on New Site. Complete shutdown.
@mercime
ParticipantHere are some possible solutions
August 26, 2010 at 8:25 am #90431In reply to: Buddypress not on themainblog ?
John
ParticipantAugust 26, 2010 at 8:23 am #90430In reply to: How do I change the name of the “Forum” tab
afritech
ParticipantThis may help with slugs
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
August 26, 2010 at 7:31 am #90429In reply to: BuddyPress Spam
footybible
Participant@tedmann when I had the rogue bbpress register file and I was getting spammers sign up I could identify them because under ‘users’ they were listed only as users of their subsites rather than my main site – (which I dont believe is possible through legitimate registration?)
However, last night I had another such registration. Granted, its only one, but I dont understand how they can sign up for a sub-blog without being added to the main site. Which makes me also worry there is another ‘backdoor’ somewhere….
August 26, 2010 at 6:38 am #90427In reply to: Buddypress not on themainblog ?
John
ParticipantI’ve tried to change the permalinks, I always end up on the members directory.
August 26, 2010 at 6:25 am #90426paulhastings0
ParticipantYeah, we know. @jeffsayre‘s been working on a plugin to address this critical hole in BP. During the developer chat today Jeff guestimated that after 1.2.6 makes it out the door the BP Privacy will make it’s appearance about a week later.
So in short, there’s no fast fix. Personally I’d recommend either warning people to use the site at their own risk or to take it offline. I know what it’s like, my community has been stalled for the last few months waiting for a Privacy plugin before we go on a recruiting push.
August 26, 2010 at 3:34 am #90418In reply to: Router for root components
jgwebdevelopment
Member@smurkas Nevermind I have figured it out. I wasn’t naming things correctly.
August 26, 2010 at 3:09 am #90417imjscn
Participant@paulhastings0, I see your solution will add an Activity page, that’d be great if want BP fully functional on other themes. But I want less than that. The final result I wish to achive is 2 tabs in root blog’s sidebar showing “Recent Activities” and “Lastest Topics”. When visitor click activity or topics in this tabs, it goes to the activity/topic in the 2nd blog which is BP themed. How?
August 26, 2010 at 2:17 am #90415August 26, 2010 at 1:54 am #90413paulhastings0
ParticipantProbably in index.php if your Dashboard >> Settings >> Reading option is set to “Your Latest Posts”. Now keep in mind that if you add in the activity stream loop that it’ll either display above all of your blog posts or below them. Either way it’ll be really annoying.
So personally I would recommend creating a brand new page template called “Activity” that has the activity loop inside it instead of the normal post loop and then creating an empty page with the new “Activity” page template. Then back inside Dashboard >> Settings >> Reading set “Front Page” to whatever you titled your new page that uses the “Activity” page template that you created.
August 26, 2010 at 1:07 am #90411August 25, 2010 at 11:43 pm #90405In reply to: GivingSports.com
techguy
Participant@bowromir
I’ve built a bunch of custom elements to track the payments. It’s really one of the keys to the product. I track who contributed, which organization they contributed to and which person referred them to the site to contribute. Plus, I created the tools (with more on the way) for them to send out links with all the codes that will give that person credit for the referral.It is all collected in one merchant account (well 1 per site) and then I pay the organization monthly. Right now this is manual since it’s new, but I’m sure I’ll automate this in the future.
-
AuthorSearch Results