Search Results for 'wordpress'
-
AuthorSearch Results
-
October 4, 2009 at 10:32 pm #53816
Peter Kirn
ParticipantNow I feel bad that I ran out of time in late August / September and was unable to contribute to the test process, but that’s how it goes some of the time.
The reason I ultimately opted for a fresh install, even with existing groups, was that I discovered the option to *migrate* an existing install a) left bbpress as a separate install, which I didn’t want, and b) because we had opted to put bbpress’s tables in a database separate from the wordpress mu database.
So, the question is, how do we take these existing 25 groups and give them forums to connect to in the new bbpress-in-buddypress setup?
October 4, 2009 at 9:57 pm #53805In reply to: Plugin to show components to registered Users only
David Lewis
ParticipantI’m my case… I’ve simply decided in home.php to wrap the “first-section” widgets with logic that will show that widget section only to logged in users… otherwise it is replaced with a positioning statement + calls to action (i.e. Join! Donate! Learn!) and a wordpress loop. Pretty simple stuff:
<?php if (!is_user_logged_in()) { ?>
[static content & wordpress loop for the public]
<?php } else { ?>
<?php if(!function_exists('dynamic_sidebar')||!dynamic_sidebar('first-section'))
>
[widgets for members only (i.e. site activity) ]
<?php endif; } ?>October 4, 2009 at 7:17 pm #53795In reply to: FEATURES REQUEST Classifieds (Plugin)
stripedsquirrel
ParticipantLooks great, when will it be released for further testing?
When checking a classified detail, I getthe following error:
Warning: Division by zero in /home/benoitgr/public_html/dev/wordpress-mu/wp-content/plugins/bp-classifieds/bp-classifieds-templatetags.php on line 191
Cheers
October 4, 2009 at 3:38 pm #53781In reply to: Restricting group creation to admins
Simon Wheatley
ParticipantThe plugin is proof of concept code, you need to decide under what circumstances you want to allow group creation. At the moment, as you say, everyone is restricted… perhaps you want to base it on user capabilities? Have a look at the WordPress function current_user_can (support forum tag) and use this in rgc_validate_group_creation something like this (untested):
// Stop the creation of a group unless the current user can manage optionsfunction rgc_validate_creation( $allowed, $group_details ) {
// User is OK to continue if they can manage options
if ( current_user_can( 'manage_options' ) )
return true;
// Otherwise they can't
bp_core_add_message( 'Sorry, you are not allowed to create groups.', 'error' );
return false;
}
October 4, 2009 at 3:24 pm #53780In reply to: super-captcha issue
Michael J Challis
ParticipantWere you able to resolve the problem?
I have a similar plugin that is fully WPMU and BuddyPress compatible:
SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
October 4, 2009 at 12:08 am #53748In reply to: wp-sigup.php and /register
Graeme
ParticipantThe is a filter that needs to be added to wpmu to resolve this issue. There is already a ticket that discusses this:
https://trac.buddypress.org/ticket/1103
That buddypress ticket includes a link to this ticket in for wpmu:
October 4, 2009 at 12:00 am #53743baronvonlego
ParticipantI’ve just faced this same question in this thread: https://buddypress.org/forums/topic/buddypress-says-themes-are-missing-but-they-arent
The answer seems to be yes, but it feels like quite a convoluted process. I understand the ethos from a design standpoint as to why they want a Buddypress theme used as the primary theme on ones WordPress site, but I really feel that this is an inflexible approach for those who have well-established WordPress sites already active.
October 3, 2009 at 11:50 pm #53740In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantIf you use this on Buddypress be sure to update to the latest version of SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
== Changelog ==
= 2.0.4 =
– (03 Oct 2009) – Fixed session error on the members and groups pages on Buddypress versions.
October 3, 2009 at 11:48 pm #53737In reply to: Session_start() error with SI captcha enabled
Michael J Challis
ParticipantThanks for testing…
All fixed in the latest version
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
== Changelog ==
= 2.0.4 =
– (03 Oct 2009) – Fixed session error on Buddypress versions.
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
October 3, 2009 at 11:46 pm #53736In reply to: BuddyPress says themes are missing, but they aren't
Jeff Sayre
ParticipantThere’s a Codex article:
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
Scroll down to the section entitled “I’ve used a WordPress theme for my blog with the default BuddyPress member themeâ€.
October 3, 2009 at 10:31 pm #53730In reply to: BuddyPress says themes are missing, but they aren't
baronvonlego
ParticipantDoes this mean that the Default theme must now be used as the primary Theme on a site?
Previously, I was able to use a standard WordPress theme (vita) and link to my Community (Buddypress, using the 1.0.1 Default theme). From what I can see now though, if I want to use the Buddypress 1.1 Default theme, it needs to be activated as the primary theme. Is there any way around this? If not, this is a frustrating development indeed….
October 3, 2009 at 10:17 pm #53728In reply to: group slugs when i18n environment
takuya
ParticipantThis hack in the core would probably make buddypress global.
http://semlabs.co.uk/journal/enabling-chinese-arabic-and-other-high-unicode-in-wordpress-slugs
October 3, 2009 at 9:53 pm #53727In reply to: group slugs when i18n environment
takuya
ParticipantI’m bumping this, as this issue is critical for non English bp users around the world.
Or if anybody know any wordpress hack to make wordpress understand i18n slugs just as good as wikipedia, please let us know.
October 3, 2009 at 9:11 pm #53722In reply to: Joinless groups?
danbpfr
ParticipantThis plugin can do your job…
October 3, 2009 at 8:47 pm #53718In reply to: NEW Avenue K9 BP 1.1 Theme Released
Paul Wong-Gibbs
Keymaster@Tore, no, BP 1.1 themes go into /wp-content/themes/ like any other wordpress themes.
/wp-content/bp-themes/ is from the previous version of BP and is deprecated.
October 3, 2009 at 5:06 pm #53697In reply to: porting custom theme to 1.1
Matt Kern
ParticipantThanks Jeff I did see that. I jumped to the end ““I’ve built a completely custom WordPress theme and BuddyPress themeâ€
I was thinking mine was custom but maybe its just altered. I think I need to visit
““I’ve used the old default themes, but modified the layout/colors—
a little more in depth now that you point it out. thanks.
October 3, 2009 at 12:07 am #53653In reply to: mobile theme for buddypress?
modemlooper
ModeratorAfter I finish a site I’m working on I’m going to hack that wordpress iphone plugin to work with BP
October 2, 2009 at 8:27 pm #53634In reply to: Group forum subscription
Boone Gorges
KeymasterWow, I’m fast. New version of Group Forum Subscription that works with BP 1.1: https://wordpress.org/extend/plugins/group-forum-subscription-for-buddypress/installation/
October 2, 2009 at 8:19 pm #53633In reply to: BuddyPress v 1.1
alexduvot
Participanthere is what I got when I tried to activate Buddpress following your steps
Plugin could not be activated because it triggered a fatal error.
here is the homepage displaying a broken template of buddypress
http://followmearoundtown.com/
Theme BuddyPress Social Network Parent Theme with 7 Widgets
You are using WordPress MU 2.8.4.
I can provide you ftp details and there is nothing listed in the error logs
host is hostmonster
buddypress1.0 works fine, I am having the issue with buddypress1.1
Server info
cPanel Version 11.24.5-RELEASE
cPanel Build 37946
Theme hostmonster
Apache version 2.2.13 (Unix)
PHP version 5.2.9
MySQL version 5.0.81-community-
log
Architecture x86_64
Operating system Linux
Dedicated IP
October 2, 2009 at 3:27 pm #53596In reply to: How to requirie log in to access everything
danbpfr
Participanthttps://wordpress.org/extend/plugins/registered-users-only-2/
works well with wpmu 2.8.4a
October 2, 2009 at 2:57 pm #53595In reply to: How to requirie log in to access everything
bobin1983
ParticipantOctober 2, 2009 at 2:46 pm #53594In reply to: activate kills wordpress
Jeff Sayre
Participant@forestwander-
Your issue is not the same as the OP. I’ve replied to your issue on your other cross post.
October 2, 2009 at 12:32 pm #53579In reply to: activate kills wordpress
forestwander
ParticipantI also have tried activating 1.1 and am getting the same type error.
However, I am in fact using WPMU.
After several tries, sometimes I get 500 internal server error.
Installing from the plugins in the admin console simply won’t work.
I am using 1and1.
I cannot activate please help
October 2, 2009 at 10:57 am #53564In reply to: Sign up fatal error!
Paul Wong-Gibbs
KeymasterIf /wp-content/bpthemes/ exist, BP will try to use pre-version 1.1 themes.
If that folder doesn’t exist, it will load from /wp-content/themes/ as like normal WordPress. This is explained perfectly well in the upgrade documentation and throughout this forum.
October 2, 2009 at 10:55 am #53562In reply to: Need for Buddypress API
Paul Wong-Gibbs
KeymasterOf course there’s a BuddyPress “API”. How do you think we write plugins and themes that rely on BuddyPress? If you are specifically talking about stuff like how WordPress can use XML-RPC for remote blog posts, then, no, there’s nothing like that at the moment. You could use the AJAX functions for quite a lot of stuff, however.
I would imagine this is a very low priority feature suggestion and such a thing would more likely be driven by someone writing some kind of external app.
-
AuthorSearch Results