Search Results for 'buddypress'
-
AuthorSearch Results
-
December 17, 2010 at 5:41 pm #100804
Boone Gorges
KeymasterAre you talking about the Home, About, Blog, Community, Extend, and Support tabs on buddypress.org? Those are WP Pages. In BP 1.3, there will be better support for having a setup like this that is totally customizable, but even now bp-default does something almost exactly like this.
The way that individual user navigation (profile, activity, groups, etc) is laid out on this site is just like it is in bp-default.
Or am I missing something?
December 17, 2010 at 5:18 pm #100803In reply to: KosherHomemaker.com
Shifra
ParticipantThank you! The slider is the Buddypress Sliding Login Panel plugin. https://buddypress.org/community/groups/buddypress-sliding-login-panel/ Once they sign in it’s sort of a “dashboard” for the members.
December 17, 2010 at 5:16 pm #100802Tekuan Coleman
MemberAs it appears “here” on the buddypress.org home page
December 17, 2010 at 5:13 pm #100801In reply to: WTF? Disable Blog creation during registration
Lily
Participant@jwack
– Yep– Yes, it’s not the most accessible-friendly way to prevent splogging but we do require people use the code in order to register at all, instead of a captcha. And we haven’t had a single spammer since. But for the few who don’t know it, we also provide the link where they can easily find out what it is, especially if they feel too lazy to look it up (I would be, heh).
Since our targets are mostly local people or former residents, they tend to know what the zip code is. If you have a genre-specific site, perhaps a similar technique could be applied? Or maybe a developer here could help you to modify the code so it applies only to the blog registration? I’m more of a front-end user/designer so altering other dev’s code is way out of my league >_<;
December 17, 2010 at 4:58 pm #100800In reply to: WTF? Disable Blog creation during registration
jwack
Participant@lilyo
Thanks for the response.
– I already changed the reg. slug in wp-config.php (this would do the same thing correct?
-That plugin would be awesome if it only allows blog creation with a special password, I want anyone to be able to register. You actually limit people to register on your site if they have a password?December 17, 2010 at 4:31 pm #100795In reply to: WTF? Disable Blog creation during registration
Lily
Participanthi, I had similar issues… even after removing the blog signup at registration, spammers would sign up, activate their accounts, and then create a new splog. to help cut down, I tried these steps:
– changed my registration slug in bp-custom.php:
define ( ‘BP_REGISTER_SLUG’, ‘join’ );– also added a redirect of wp-signup.php inside bp-custom.php:
function register_redirect() {
if (strpos($_SERVER, ‘wp-signup.php’) !== false ) {
$url = ‘http://www.mysite.com/join’;
wp_redirect($url);
exit;
}
}
add_action(‘init’, ‘register’);those two helped but didn’t completely remove the issue, this plugin really nailed it for us though:
– installed this plugin: https://wordpress.org/extend/plugins/invitation-code-checker/ (since we have a local comm site, we just used a zip code as the invite code)
Not sure how your site is set up but perhaps you can find a way to use it too, may even allow you to re-enable blog sign up at registration. It says Tested up to: WordPress MU 2.8.4 but I have WP 3.0.3 with network enabled and BP 1.2.6 and still seems to be working just fine.Most of these suggestions were pulled from helpful posts on BP, hopefully they help you out a bit
December 17, 2010 at 5:31 am #100776In reply to: Move dashboard widget tab to buddypress front page
loveme
ParticipantHas any body try this before?
December 17, 2010 at 5:00 am #100775chestnut_jp
MemberThanks for your reply, @andrea_r
If so, why re-activating buddypress plugin makes a blog that the user belongs to show up in his/her “My Blogs” and listed in his/her “Blog Directory”?
I do not remember when, but the old (previous) buddypress immediately showed the site blog in “My Blogs” of the user who is a member of that blog.It is weird that the user can post in the blog that is not shown in “My Blogs” nor not listed in “Blog Directory”, isn’t it?
December 17, 2010 at 4:45 am #100774In reply to: Is moving Buddypress easier/possible??
kateM82
MemberAndrea you are a life saver, that worked perfectly and only took 2 seconds to do! Thank you & Merry Christmas !
December 17, 2010 at 4:43 am #100773chestnut_jp
MemberDecember 17, 2010 at 1:54 am #100768In reply to: BP multi site
@mercime
Participanthttps://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Set which blog ID BuddyPress will run on – in your wp-config.php file add this`define ( ‘BP_ROOT_BLOG’, $blog_id );`
where $blog_id is replaced with Site Admin’s blog ID #
December 17, 2010 at 1:27 am #100766In reply to: BP multi site
dallen49
MemberPaul, I would like to know how to force my WordPress installation to run BuddyPress on only the Super Admin site, and not the member blogs. Could you guide me through the process. Thanks.
December 16, 2010 at 11:07 pm #100765Dolphus
MemberPaul,
I disable all plugins, revert to bp-default theme, and enable plugin buddypress, and new install bbpress, i try internal and the external….
not working… still link broken…. error below…
“PHP Warning: fopen(E:homenetworkservicemarketWebturmadoesporte/bb-config.php) [function.fopen]: failed to open stream: Permission denied in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 238
PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 245
PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 245
…
…
PHP Warning: file_get_contents(E:homenetworkservicemarketWebturmadoesporte/bb-config.php) [function.file-get-contents]: failed to open stream: No such file or directory in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 150
PHP Warning: fopen(E:homenetworkservicemarketWebturmadoesporte/bb-config.php) [function.fopen]: failed to open stream: Permission denied in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 177
PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 178
PHP Warning: fclose(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 179″December 16, 2010 at 10:27 pm #100761In reply to: KosherHomemaker.com
jamierowe
MemberI think the site looks great! Is that a plug in that allows the registration drop down or did you code it out? I’m less than 24 hours into buddypress so I know nada!
jamie
December 16, 2010 at 10:03 pm #100759In reply to: Move dashboard widget tab to buddypress front page
Toby Cryns (@themightymo)
ParticipantI have never seen this done, although I suppose it might be possible.
You might be able to write a custom script to do this, but it would be rather complex.
December 16, 2010 at 9:51 pm #100758In reply to: Automatically join groups
twodeuces
ParticipantI have updated the BuddyPress Auto Group Join plugin to work with WordPress 3.0. I haven’t looked at r-a-y’s Welcome Pack, but I’m sure it does a wonderful job too!
December 16, 2010 at 9:05 pm #100753In reply to: Member Blogs localization
December 16, 2010 at 8:51 pm #100751In reply to: bbpress plugins – is it possible ?
r-a-y
KeymasterJust to give a quick summary:
– current standalone bbPress plugins are possible to use with BuddyPress, but they need to be ported over to WordPress/BuddyPress. Check out Rich’s BP Forum Extras plugin, which combines a few of them:
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/– forum editor tutorial:
http://etivite.com/groups/buddypress/forum/topic/quick-tip-adding-markitup-to-group-forum-textareas/or:
https://wordpress.org/extend/plugins/bp-tinymce/– lastly, like Paul mentioned, bbPress is getting a major rewrite from an external script to a WordPress plugin. This will directly impact BuddyPress in version 1.3/1.4. Don’t worry too much about it now. Just use the BuddyPress’ forum setup as-is. Everything will sort itself out!
December 16, 2010 at 8:45 pm #100749r-a-y
KeymasterYeah, I’ve seen this issue before.
Revert your hacks and try this fix:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/faq-how-to-code-snippets-and-solutions/?topic_page=2&num=15#post-44366December 16, 2010 at 8:43 pm #100748In reply to: bp-messages Compose Message autocomplete issue
r-a-y
KeymasterThanks for the fix, @herostrat.
I’ve posted a patch for issue on the BP Trac:
https://trac.buddypress.org/ticket/2556Thanks again!
December 16, 2010 at 8:34 pm #100746Paul Wong-Gibbs
KeymasterDo you need an external bbPress installation? If you don’t know why you need external instead of an internal install, you need to use internal — go to the wp-admin panel > BuddyPress > Forums Setup > “new installation”
However, I don’t think this would break the URLs. You have a lot of plugins. Please can you disable them all AND revert to bp-default, and see if it is still broken? If it works, re-enable plugins one at a time and test until it stops working.
December 16, 2010 at 8:27 pm #100744Paul Wong-Gibbs
Keymaster@ninamorena Wow, I’m not sure. That’s not a good thing to change. I assume you have a good reason for not installing WordPress at http://example.net/?
@mercime I think so, I’ve not come across this before.
December 16, 2010 at 8:07 pm #100740In reply to: Question: WordPress User Roles and BuddyPress
Paul Wong-Gibbs
KeymasterJust checking in; haven’t had time to look, but haven’t forgotten.
December 16, 2010 at 7:25 pm #100733Josh McKenney
Participantwondering if there has been any forward movement on this. searching for some other posts…
December 16, 2010 at 7:06 pm #100732In reply to: How Much Memory to set for PHP with VPS
Mark
Participant@hnla, Understood, but I did look through the forums already and had no luck, I also posted about this issue a few weeks ago and thought it got resolved but it didn’t so instead of re-posting the same problem over I replied in my original post to try not to make any duplicate postings. As for this particular thread I probably should of just sent a message to mike to see if he found an answer.
-
AuthorSearch Results
