Search Results for 'buddypress'
-
AuthorSearch Results
-
September 6, 2011 at 8:29 am #119653
matuh
ParticipantThank you @lightcapturer! Although the plugin didn’t do what I needed, it led me to another plugin that does: https://wordpress.org/extend/plugins/members/
Thanks!
September 6, 2011 at 6:47 am #119651Sofian J. Anom
ParticipantThis plugin might help. But frankly I’ve never used it: https://wordpress.org/extend/plugins/wordpress-access-control/
September 6, 2011 at 6:28 am #119650In reply to: removing group auto join
tommyhoang
Memberthanks for the help btw @ewebber
September 6, 2011 at 6:21 am #119648In reply to: Multisite compatibility
Paul Wong-Gibbs
KeymasterCan you not just activate BuddyPress on that one blog? e.g. do not activate site wide. Then turn off the site tracking component in BuddyPress.
September 6, 2011 at 4:50 am #119645In reply to: Querying User’s Activity Stream
dltaylor
MemberYes I have. Still can’t figure it out. I can figure out how to display all activity, or activity of the logged in user, but now a specific member. Sorry, I am new to Buddypress. Anyway to be more specific?
Thanks.
September 6, 2011 at 4:32 am #119643In reply to: removing group auto join
ewebber
Participant@tommyhoang you can remove that line from the relevant file in your child theme, probably something like groups> forum> single.php although you’ll need to check that file name
September 6, 2011 at 3:50 am #119641modemlooper
Moderator$id = $bp->groups->current_group->id
Thats how you get the id
September 5, 2011 at 10:25 pm #119630In reply to: Ajax not working in BP 1.5 with custom theme
archonic
ParticipantWorks! But I still used the old method of editing 13 files instead of using header-buddypress.php, sidebar-buddypress.php and footer-buddypress.php. It seemed the files weren’t used by buddypress at all and the page source for any buddypress page was empty. Anyone else experience that?
September 5, 2011 at 9:35 pm #119627In reply to: Group ID and Member ID outside of BuddyPress
sirspacey
MemberThis worked. The proper syntax for group id: $team_id = bp_get_group_id();
September 5, 2011 at 9:11 pm #119625sirspacey
MemberDid you find any answers on how to get the group id?
September 5, 2011 at 8:26 pm #119621In reply to: Different background image for bp components
Quint
Participant@linick, why is the default theme that comes with BP 1.5 (in beta) not sufficient? It’s probably the highest quality Buddypress theme out there. Have you found a gap in features/functionality in the old vs new or vice versa?
September 5, 2011 at 8:08 pm #119620In reply to: removing group auto join
tommyhoang
Member@mercime, thanks for the help. although when i post as a test user, i don’t automatically join the group. BUT the phrase “You will auto join this group when you reply to this topic.” still appears.
any tips on getting rid of that?
September 5, 2011 at 7:47 pm #119619In reply to: Different background image for bp components
linick
Memberthanks mercime !
@djpaul where can I get the old Default theme of BP. Can I use it for the new version of BP too?
September 5, 2011 at 6:48 pm #119617jonnyauk
ParticipantThanks @boonebgorges – that’s perfect!
Just in-case anyone else comes across this, here is the complete final function for removing the various navigation items from the group menu in BP1.5:
`function ja_remove_navigation_tabs() {
bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘send-invites’ );
bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘members’ );
bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘admin’ );
}
add_action( ‘bp_setup_nav’, ‘ja_remove_navigation_tabs’, 15 );`September 5, 2011 at 6:18 pm #119616In reply to: Getting started with BuddyPress in multisite
dosch
MemberI have a multi-site with 6 sites. One of those should be the social-site. And I’d like to try to get buddypress on there. But it doesn’t want to install beta3.
I first get this error:
"The plugin does not have a valid header."
But that is because I have to get the ‘1.5-beta-3’-folder out of the ‘tags’ folder.But after I have done that and want to activate the plugin, I get this error:
Plugin could not be activated because it triggered a fatal error.Warning: require(/domains/nul.nu/DEFAULT/wp-content/plugins/buddypress/bp-core/bp-core-wpabstraction.php) [function.require]: failed to open stream: No such file or directory in /domains/nul.nu/DEFAULT/wp-content/plugins/1.5-beta-3/bp-loader.php on line 68
Oh well, maybe I should hang in there just a few more days to wait for the final release…
September 5, 2011 at 6:01 pm #119615Boone Gorges
KeymasterIn BuddyPress 1.5, the parent slug for an individual group is not ‘groups’ or $bp->groups->slug. Instead, it is the single item slug (ie the group slug). Try this:
`bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘send-invites’ );`September 5, 2011 at 5:27 pm #119613@mercime
Participant== could this file that causes the problem?because i didnt see anything that is weird here..==
You’re right. Your .htaccess file is fine.== before i build that site on the server right now which is (ladykashandkrissy.com), i have built the first version on the server jaws.my first.==
You’re missing some steps required in moving your install from jaws.my to ladykashandkrissy.com as evidenced in remaining redirects to your old server.
http://yoast.com/move-wordpress-blog-domain-10-steps/
https://codex.wordpress.org/Moving_WordPress
https://codex.wordpress.org/Changing_The_Site_URLSeptember 5, 2011 at 5:05 pm #119612In reply to: Getting started with BuddyPress in multisite
@mercime
Participant@dosch what exactly are you trying to do? Go multisite or install BuddyPress in multisite installation?
September 5, 2011 at 5:03 pm #119611In reply to: Buddypress Notifications Manager : My first plugin
kelly
MemberShort of finding a way to change the default settings, Iād like to at least manually change them for my users before they have the chance to get annoyed with so many emails. http://www.linkkei.com
September 5, 2011 at 5:02 pm #119610In reply to: How to change the avatar in the photo?
@mercime
ParticipantSomething’s getting lost in translation. Avatars are the images representing the members of the BuddyPress installation. Albums are photo galleries. What exactly are you asking about? WordPress has forums in different languages, perhaps there is one in your language.
September 5, 2011 at 4:59 pm #119608In reply to: Adding SolveMedia to buddypress signup form.
kelly
MemberI am also having problems
September 5, 2011 at 3:36 pm #119607matuh
ParticipantWill someone make a plugin for that if I pay for it?
September 5, 2011 at 2:26 pm #119606In reply to: BuddyPress theme with bbPress templates
HansRuedi
Participant@johnjamesjacoby I’ve installed BP Beta 3 with the bbpress 2.0 plugin – everything works fine (Thanks!)…
…only one thing is missing: where are the bbpress favorites in the BP profile page? Thanks for help.September 5, 2011 at 1:55 pm #119603In reply to: Getting started with BuddyPress in multisite
dosch
MemberI try to do this with 1.5 beta 3 but it doesn’t seem to work.
any tips?September 5, 2011 at 12:04 pm #119601ryzalyusoff
Memberem sorry…
i mean that is my mistake before..actually before i build that site on the server right now which is (ladykashandkrissy.com), i have built the first version on the server jaws.my first.and only after that, i move the first version of the site which is on the “jaws.my” server into the “ladykashandkrissy.com” server.and thats why you getting this link :
http://jaws.my/demo/kashnkrissy2/members/admin/so, basically i not trying to do/run the multisite here..
and about the .htcaccess file that you mentioned, yeah at first i also thought that it might be the problem, but then when i look back at the .htaccess file on the site, there is only this that is written :
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
could this file that causes the problem?because i didnt see anything that is weird here..
-
AuthorSearch Results