Search Results for 'buddypress'
-
AuthorSearch Results
-
February 25, 2010 at 2:52 pm #65529
In reply to: External and Group use of bbPress
rich! @ etiviti
ParticipantBTW, yes, I understand the principles of customing skinning and css but what I am asking is that it surely must be a fairly simple implant or template linking.
you’ll need to create a new theme for bbpress, as i don’t believe a bbpress look-like buddypress is available
February 25, 2010 at 2:25 pm #65528In reply to: BuddyPress Maps
schwooba
ParticipantOn the backend, whenever I go to “edit profile” to set a marker and I click search, it sends me to the top of the page and does nothing. Any ideas for me? I’m running WPMU 2.9.1 and BP 1.2.1.
February 25, 2010 at 2:10 pm #65525In reply to: External and Group use of bbPress
still giving
ParticipantIf you use the standalone BBpress option, how can you make it use the same template as the integrated Buddypress/BBpress installation?
Thanks
BTW, yes, I understand the principles of customing skinning and css but what I am asking is that it surely must be a fairly simple implant or template linking.
I am trying to make a general forum any member can access without having to join a group or being limited to only that group or groups.
February 25, 2010 at 2:07 pm #65524In reply to: small problem!
abcde666
Participantyou are right, this seems to be a bug:
1)
– I have created a Private-Group at testbp.org
when I am logged-in, then I am going to the “Group-Forums-Directory”, it is currently not possible to select this “Private-Group” from the drop-down-box in order to make a post into the Forum of this “Private-Group”.
It is currently only possible to make a Forum-post into this “Private-Group” by going to the “Group-Tab”, then search for that Group and make the post directly within the Group-Forum. But it is not possible to make a Forum-post from the “Group-Forums-Directory”.
2)
also when posting a Forum-post into a “Private-Group”, my own post is actually not visible for myself within the Tab “My Topics” at the “Group-Forums-Directory”.
Well, I would actually want to see MY OWN post, even if it is in a “Private-Group”.
It is also not possible for myself to see MY OWN Forum-post within the Tab “All Topics” at the “Group-Forums-Directory”.
3)
Note: this issue is showing when being logged-in.
4)
February 25, 2010 at 2:00 pm #65523Windhamdavid
Participantnice analysis ~ I’m also duplicating those errors with the core_redirect pointed to wp-login.php I’d bet Jeff has a good handle on this and I sent a request to help him test the upcoming release. I don’t have a copy of his old release to adapt or modify (if anyone could point me to, or send me the old copy, that might help).. but the hack i put up previously has worked like a charm for me making some pages private while leaving others public without having to expand this into a full on plugin with user options. I simply call that custom header for any pages I want to keep private.
February 25, 2010 at 1:43 pm #65520In reply to: Convert a WordPress Theme to a BuddyPress Theme
Andrea Rennick
ParticipantWhat theme was it? Some themes are pretty straightforward, some are a nightmare. (I’m working on a pile of them in my “spare time”)
February 25, 2010 at 1:17 pm #65511In reply to: External and Group use of bbPress
Xevo
ParticipantI don’t really believe Buddypress will support this (at least not untill Buddypress 1.4, and even then only if lots of users demand it), their might be a plugin of some sort that allows it though. Shouldn’t be that hard to copy the data to the buddypress version if that happens.
February 25, 2010 at 1:11 pm #65509In reply to: External and Group use of bbPress
Ashish Kumar (Ashfame)
ParticipantMy point was what if BuddyPress supports this at a later date which in my opinion it will. He should have scope for importing that in the BuddyPress then. no?
February 25, 2010 at 12:45 pm #65501In reply to: My irrelevant site
Xevo
ParticipantLooks pretty cool, kind of a weird way to use buddypress though.
February 25, 2010 at 12:42 pm #65500In reply to: External and Group use of bbPress
Xevo
ParticipantJust install buddypress with group forums and install bbpress seperate, with intergration offcourse.
There’s nothing wrong with that.
xspringe
Participant@Andy But from a usability point of view this is very confusing. Some activity streams do allow you to post into them and some don’t. One method of posting into a user activity stream is allowed (replies) but another (leaving a direct comment) isn’t. From a developer point of view this might feel logical due to the underlying structure, but from a user point of view it’s very confusing. A user is forced to jump through all sorts of hoops just to be able to interact with a friend.
I don’t think it would be confusing for the user at all to allow their friends to post into their activity stream. They are, after all, already able to do this by replying to an activity. Allowing users to directly post into their friends activity stream would merely add consistency to the user interaction. It’s precisely how Facebook works and they seem to get along just fine.
On the other hand, the fact that in order to see a comment on your own profile you have to browse to someone else’s profile does feel very confusing, because it all of a sudden injects twitter style functionality into a specific subset of the buddypress user interaction which otherwise is more consistent with how the majority of other social networking sites work.
February 25, 2010 at 12:27 pm #65497In reply to: External and Group use of bbPress
Ashish Kumar (Ashfame)
ParticipantYou can certainly have a standalone install of bbPress along with BuddyPress and then integrate it with the site to give user table sharing and login sync.
But I would suggest to check how BuddyPress is going to handle this issue at a later date so that if you want to import it back to single system then you can because BuddyPress might support it then.
February 25, 2010 at 12:26 pm #65496Windhamdavid
Participant<?php if(!is_user_logged_in()){nocache_headers();
header("HTTP/1.1 302 Moved Temporarily");
header('Location: ' . get_settings('siteurl') . '/wp-signup.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']));
header("Status: 302 Moved Temporarily");
exit();
} ?>
this quick hack (in the top of header.php) will only registered and logged in users can view. As for using it with version 1.2 default theme ~ I would suggest making a custom header for any of the buddypress elements you want to keep private and keep the rest public. At least until privacy functions are available as a plugin or in core.
February 25, 2010 at 12:14 pm #65493andrew_s1
Participantwp2.9.2 here too. Very strange. I tried disabling all other plugins apart from buddypress and bp-lockdown, with the same result.
February 25, 2010 at 12:00 pm #65487In reply to: Directories and activity just for login users
Andy Peatling
KeymasterFebruary 25, 2010 at 11:40 am #65482In reply to: Upgrading from 1.2 to 1.2.1
Hugo Ashmore
ParticipantYou keep bp-custom.php within your BuddyPress plugin directory? I have mine in the root of /wp-content/plugins/
February 25, 2010 at 11:30 am #65478In reply to: siteurl vs. home – getting the blog domain
ousep
ParticipantThis is a problem with regular WP, though. (WP 2.9.2 + BP 1.2.1)
On shifting my WP files from the parent directory (example.com) to a separate WP directory (example.com/wp/), Buddypress URLs contain a /wp/ in them, by default.
For instance, the admin profile url is example.com/wp/members/admin. Manually typing in example.com/members/admin will get you to the same page, without any errors, but all inks generated by BP contain /wp in them.
February 25, 2010 at 11:18 am #65474In reply to: Convert a WordPress Theme to a BuddyPress Theme
bnt76
ParticipantI actually found this quite difficult and still cannot convert a theme! Damn by technical capabilities.
February 25, 2010 at 11:12 am #65473kespers
MemberIts a bug reported at : https://trac.buddypress.org/ticket/2046
February 25, 2010 at 10:49 am #65472In reply to: Easy change of activity-design
Andy Peatling
KeymasterI love these posts. So random. Build a child theme and change it to whatever your heart desires:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
February 25, 2010 at 10:38 am #65468Andy Peatling
KeymasterI would say privacy is probably the most complex feature to implement – as far away from simple as you can get.
If you want to just close off your site to users who are not logged in, then there are plenty of plugins you can use. Or you can just use the following code in your plugins directory, smartypants:
<?php
/*
Plugin Name: BuddyPress Lockdown
Plugin URI: https://buddypress.org/
Description: Lock down your BuddyPress site if a user is not logged in.
Author: Andy Peatling
Version: 1.0
Author URI: https://buddypress.org/
Site Wide Only: true
*/
function bp_lockdown() {
global $bp;
if ( BP_REGISTER_SLUG != $bp->current_component && 'wp-login.php' != $bp->current_component && !is_user_logged_in() )
bp_core_redirect( site_url( 'wp-login.php' ) );
}
add_action( 'bp_init', 'bp_lockdown' );
?>February 25, 2010 at 9:37 am #65463In reply to: Convert a WordPress Theme to a BuddyPress Theme
andrew_s1
ParticipantUpdate again: the full answer is now here – https://wordpress.org/extend/plugins/bp-template-pack/
February 25, 2010 at 9:35 am #65462andrew_s1
ParticipantYou could always just use htpasswd to compel http authentication too. It’s a bit of a pain for users to have to log in to both the directory, and into buddypress, but it will give you the protection you need. Or you could just stick something into the theme to say that if the user isn’t logged in, they’re always redirected to the login / register page. I need something similar, so if I make any progress, I’ll post back here with it.
February 25, 2010 at 9:06 am #65458In reply to: BuddyPress Like
21cdb
ParticipantThis sounds really intersting! I haven’t checked ur plugin yet, but i’ll definitely do so in the next few days.
I have one idea for a future version: A directory that shows the Items with most likes (6hours, Today, Week, Year)
I believe this would help people to filter through most important news on a crowded network.
February 25, 2010 at 8:20 am #65456In reply to: Registration link redirects to home page
Meerblickzimmer
ParticipantWell, i get the same trouble and it looks like i get it after update to the last buddypress-version.
/register/ redirect to the homepage. I use wpmu – latest version. Anyone how knows a solution? Thanks for help! M
-
AuthorSearch Results