Search Results for 'buddypress'
-
AuthorSearch Results
-
August 24, 2010 at 9:17 pm #90233
In reply to: BuddyPress Spam
Mark
Participant@rogercoathup no I didn’t change the slug or the default text. I’m not a developer and wasn’t 100% sure how to change the slug. I looked at the wp-config.php but it looks a lot different than Andy’s example on BP org I read. Would I change it under wp-config still? Andy’s posting is from 09. I will go ahead and change the default text. I’ll do anything to keep those bot ******* away. lol. So far Ive been good with the two plugins even though it looks like overkill to my visitors.
Side note. I’m having a problem with viewing status on my activity feed. When someone joins the site or posts a notification and I go to click on view next to the notification, the page it takes my to has issues with the theme. I assume it has to do with my themes template file?. here’s the snipit of code View Any thoughts on how to fix it? Thanks.August 24, 2010 at 8:57 pm #90230In reply to: Why is it a bad idea to copy “bp-default” theme?
Boone Gorges
KeymasterWhen BuddyPress is updated, changes are often made to bp-default, either to fix bugs, make styling tweaks, or support new features. If you are not inheriting the version of bp-default that is bundled with BuddyPress (in other words, if you copy the entire theme into wp-content/themes and use that instead), then you either won’t get these updates, or you’ll have to manually apply them.
Using a child theme is great in this way. If you use a child theme, you are only supplying the files that you plan on changing, while the rest of the necessary template files are automatically inherited from the parent (in this case, bp-default). This is an especially good idea if you’re only going to make small, CSS-ish changes to bp-default.
August 24, 2010 at 8:25 pm #90226In reply to: Users can’t register through BuddyPress home page
mzuvella
MemberYou need to make sure “Anyone Can Register” is checked off under Membership in the General WordPress Settings
August 24, 2010 at 7:54 pm #63009In reply to: Blogs on my BPsite
Roger Coathup
ParticipantAugust 24, 2010 at 7:43 pm #63008In reply to: Blogs on my BPsite
Boniu
ParticipantOk, ill try to reinstall it tomorrow, cause it was just test installation

@Roger Coathup , yes, i was laughin a lot
August 24, 2010 at 7:34 pm #90225In reply to: BuddyPress Spam
Roger Coathup
ParticipantAugust 24, 2010 at 7:30 pm #90224In reply to: BuddyPress Spam
Mark
ParticipantFYI, I deleted the register.php file in bbpress last night and I had another 7 spam accounts in the morning so that didn’t work for me. I then installed humanity this morning and I’m using it with the si captcha plugin and the two combined seem to be ok so far. I’ll keep you guys posted.
August 24, 2010 at 7:24 pm #90222In reply to: Problems overriding default templates
Roger Coathup
Participant@lordsnake – At the risk of sounding patronising: –
1. are you sure it’s the single.php template that is being used to render your page? Give it a little tweak in the bp-default theme (you can change it back afterwards) and let us know if it’s being picked up.
2. are you sure your new single.php (child theme) has been published to your server?
3. what happens if you try to override your index.php, does that get picked up?
Failing that: post your folder structure, header from your style.css, and your single.php file for us to check.
Oh, and which version of WP and BP
August 24, 2010 at 6:36 pm #90220In reply to: Problems overriding default templates
@mercime
Participant@lordsnake it might be same glitch that happened to me once using FF even after clearing cache, I opened up Chrome, safari and IE where I saw my revisions. Looking into it further, I decided to uninstall WP Super Cache, and my FF showed the revisions as well. Installed WP Super Cache back and it has not happened again since.
Or, it might be the new code you added is not rendering as you expected – but if you’re not seeing the surrounding divs that you might might have added in source like you say, then it could just be a browser thing.
August 24, 2010 at 6:14 pm #90218In reply to: send mass email
jeremyltn
Participant@rossagrant glad it works for you now, my pleasure.
August 24, 2010 at 6:04 pm #90217In reply to: Introducing JobBoardr
Anonymous User 96400
Inactive@rossagrant
CVs can be generated by user input. The data then gets stored in the database and is being presented on a page that is only accessible by group admins the user is a member of. By applying for a job a user automatically joins a group. In addition to all that a CV can be downloaded as a PDF file, that is generated on the fly.@djpaul
Cheers! But as it is with self-imposed deadlines… Something came up and I’m a bit (read: like a month) behind my schedule, but I’ll post here once it’s been released.August 24, 2010 at 5:32 pm #90214In reply to: More Core Committers?
paulhastings0
ParticipantSpeaking of… we’re getting off-track from the thread title here.
I agree with @djpaul that it’s great that BuddyPress is getting more attention at WordCamps and such. In fact the proposed “BuddyCamp” has really caught my eye (I might even go to that).
Exactly what is the risk of promoting a couple of the guys here ( @hnla, @jeffsayre, @boonebgorges, @djpaul, and @r-a-y) to core committers? I mean, besides the risk of them committing bad code? I mean, I’ll accept what yall decide in the end and be happy with that, but I just want to know the reasoning behind it.
August 24, 2010 at 5:22 pm #90213In reply to: More Core Committers?
Roger Coathup
Participant@r-a-y – yes, it was
There’s a bit of follow up on my profile about it. I’m worried about the effect it has on the OP.August 24, 2010 at 5:18 pm #90212In reply to: W3 Total Cache on www.testbp.org
Paul Wong-Gibbs
KeymasterEverything’s enabled, including page caching which I would personally not recommend because a lot of BuddyPress pages need to be dynamic. The workaround for this employed on testbp is for a very short page expiration cache (5 minutes, IIRC).
August 24, 2010 at 5:18 pm #90211govpatel
ParticipantYou install the buddypress plugin from with in wordpress admin as buddypress needs wordpress 3.0 to work and add other buddypress plugins the same way.
August 24, 2010 at 5:17 pm #90210In reply to: User profile field allows ‘, how do I sanitize?
Paul Wong-Gibbs
KeymasterIn what situations do you need to remove ‘ characters? They should be safe throughout BuddyPress, otherwise it’s a bug.
August 24, 2010 at 4:53 pm #90207Paul Wong-Gibbs
KeymasterAh hah, nicework @tryggvib! Depending on how (well-) written the WordPress plugin is, sometimes you can get conflicts when things load in areas of BuddyPress where they don’t need to, and conflicts happen. I run into this quite often with plugins that load Javascript.
August 24, 2010 at 4:47 pm #90204In reply to: Categories and Tags dropdown shortcodes
Paul Wong-Gibbs
KeymasterBuddyPress categories and tags? Are you referring to a feature provided by a plugin or are you referring to the categories and tags that come with regular WordPress?
August 24, 2010 at 4:44 pm #90203In reply to: Blogs on my BPsite
Paul Wong-Gibbs
KeymasterThe admin says “cheatin, uh?”, I believe, when you try to submit a form or follow a link with a nonce belonging to another user.
@Boniu Make sure you have a fully working multisite before you install BuddyPress. i.e. permalinks, comments, and so on. To try to resurrect your site, remove the /plugins/ folder then visit /wp-admin/ again.
August 24, 2010 at 4:43 pm #90202In reply to: Hide certain blogs
August 24, 2010 at 4:42 pm #90201Paul Wong-Gibbs
KeymasterYup. As per https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
Assuming the ID of the site running BuddyPress is “2”, put this in your wp-config.php near the other configuration settings:
define ( ‘BP_ROOT_BLOG’, 2 );
August 24, 2010 at 4:42 pm #90200r-a-y
KeymasterTry the code in this thread to make the forums tab the default group tab:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults#post-55449Removing the group home tab will probably need some additional code.
Or you can use some CSS to hide it.August 24, 2010 at 4:20 pm #90197In reply to: Spam, Flag, Mark, Notify admin
DS
Participantwell. I meant a little of both

On buddypress.org I can;t find one, and for my own site the plugin mentioned above states: “This plugin is still not released and it’s part of my Google Summer of Code 2010 project. Follow the plugin group on buddypress.org for updates on development.”August 24, 2010 at 4:12 pm #90195In reply to: BuddyPress Spam
intimez
ParticipantSo other two register.php not be deleted? Want to make sure.
August 24, 2010 at 3:54 pm #90194In reply to: BuddyPress Spam
Roger Coathup
Participanteveryone wants a plugin to solve this. Remove that register.php in the bbPress folder… go on, trust me, it really helps!

-
AuthorSearch Results