Search Results for 'buddypress'
-
AuthorSearch Results
-
March 4, 2010 at 6:40 pm #66725
In reply to: Bug: BuddyPress to WordPress profile syncing broken
paulhastings0
Participant*bump*
March 4, 2010 at 6:40 pm #66724thekmen
Participantnot really,
I don’t want to have to use the default permalink structure (?p=123) for this to work.
March 4, 2010 at 6:11 pm #66719r-a-y
KeymasterThat’s what we wanted though right?
March 4, 2010 at 5:15 pm #66712In reply to: Blog Title Changes Not Showing
fostertime
ParticipantActually. It also does not update the title within the My Blog, buddypress dropdown menu either.
March 4, 2010 at 4:38 pm #66705In reply to: BuddyPress-Links 0.3 FINAL is here at last
pimpmywordpress
Participant@MrMaz Is it safe to run the latest version on a single WordPress Install 2.9.2 with BP 1.2.1? If not when do you think the new version will came out?
March 4, 2010 at 4:31 pm #66704thekmen
Participantsorry @r-a-y, I had tacked on ‘component’ myself, my mistake.
I had permalinks set to /%postname%/ when $bp->current_component was returning the title of the post/page.
Just tried setting permalinks to default, and now $bp->current_component returns nothing for posts/pages, weird…
March 4, 2010 at 4:21 pm #66702In reply to: Hide main theme from users
Maythil
ParticipantWP regular with buddypress doesn’t show groups and forums.
March 4, 2010 at 4:19 pm #66701In reply to: wp-super-cache strategy
March 4, 2010 at 3:12 pm #66693In reply to: Stripping images from Activity Feed
nickrita
Participantliveview, the solution is here:
https://buddypress.org/forums/topic/remove-images-from-activity-stream
March 4, 2010 at 2:52 pm #66689In reply to: theme & header navigation
Tmort
ParticipantI think it may be easier for you to create a Child theme based on the bp-default theme, that way any files that you have not directly coded will still be in use.
For more info you can read this: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
What I did was took the default theme style.css and began to modify it by loading it in a child theme (leave the bp-default where it is, in your child themes css template header call Template:bp-default). Then the need for a custom homepage arose, so I just created one. I did all this and all of the buddypress functionality stayed in place because it was loading from the bp-default – without ever having to re-code every single .php file.
For you, since you have an existing theme, I would load your stylesheet as a child theme, then modify it to match the bp-default architecture(i.e. #content becomes #container, etc). Then you shouldn’t have to rework every single php page, because your style will load using the buddypress theme structure!
March 4, 2010 at 2:45 pm #66688Moominmama
ParticipantFigured it out!
It was the bbPress Sitemaps plugin!
http://premium.wpmudev.org/project/bbpress-sitemaps
It hasn’t been updated lately and that was the issue. Thank goodness it was something easy! I was reading it as a BuddyPress plugin, which is why I didn’t disable it first. Doh!
March 4, 2010 at 2:01 pm #66683In reply to: Hide main theme from users
Andrea Rennick
Participant“When someone wants to create a blog the url he gets is http://hisblog/mydomain.com/mywpbp, which of course won’t work. Any solution? “
You didn’t install MU correctly and make sure it was working first.
But really, if you just wanted the main blog, then install regualr WordPress with BuddyPress.
March 4, 2010 at 1:17 pm #66678Roger Coathup
Participant@gyonis – the post has only been up 21 hours, and also is quite intimidating to read through (it may have been better to ask each question individually!)
Any some pointers:
Q1. You’ll need to write some PHP code, and also understand the BuddyPress hook function concepts.
There are already some posts on modifying the admin bar, e.g. https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/
If your list of blogs is fixed, it should be straightforward. If you want it to dynamically add newly created blogs to the dropdown list, I suggest taking a look at the code in /plugins/buddypress/themes/bp-default/blogs/index.php as a starting point
Q2. I suggest setting up a blog in your install for the NGO Directory, with new users added as contributors… they would then be able to create posts in that blog, but it would need your admin approval before the post goes live.
You could then use categories for each country, and tags to say what type of NGO they are (or simply have another set of orthogonal categories for type). For a simple ‘code free’ solution, you would then just put a sidebar widget in that provides a menu of all the categories and / or tags.
[A more powerful solution (extra features for the NGO), would be to give them an entire blog, instead of a single post for their organisation… although tagging and categorising blogs is / was a nightmare (Burt Adsit did some work on this, but I think it is out of date now).]
[Perhaps the best solution would be to add NGO’s as a different type of member in BuddyPress. i.e. users can register as themselves or as their NGO… Create a BuddyPress group to hold the NGO members, and have country, etc. as searchable fields in the profile. We gave up on a similar 2 types of member project, but there the challenges were considerable, yours may well work with this approach.]
Q3.1.1 You can add additional fields using the ‘custom field’ area of the edit post form. This isn’t particularly user friendly though, so you might want to look instead at something like the flutter plugin, which lets you define separate fields.
Q3.2 Posting from the front end is the ‘Holy Grail’ ! Check out P2 Blog… a theme that was developed by WordPress / Automattic, but seems to have gone very quiet. My wild speculation: @Andy (the developer of BuddyPress) wrote a blog post about P2… I wonder if that means we can look forward to the P2 blog front end features making an appearance in BuddyPress soon. Any comment @Andy?
To do what you want, you’ll definitely need some development skills (PHP), a decent working knowledge of WordPress code, and an idea where to start investigating the BuddyPress code (I doubt if anyone apart from Andy has a good working knowledge of it).
March 4, 2010 at 12:56 pm #66675In reply to: Unable to create groups or forums
rsutaria
MemberI am also not able to see the “create group” button. Also, when I click on the “groups” tab in my buddypress setup I am not able to get the groups directory- instead I get a “page not found” error (not a 404 but a buddypress formatted page not found).
How can I enable the “groups” page and the “create group” button?
March 4, 2010 at 12:35 pm #66673gyonis
ParticipantJust wondering, between all the BuddyPress users, no one have the answer for at least one of these questions?
March 4, 2010 at 12:10 pm #66671In reply to: BuddyPress Like
Alex
ParticipantThanks for pointing that out, has been fixed in 0.0.8-dev
That’s a great idea, I’ll certainly start work on that soon!
March 4, 2010 at 11:31 am #66667In reply to: SPAM Domains to add to your block list
Roger Coathup
ParticipantI’m getting about 50 spam registrations a day on one client site since the start of this week.
We’ve modified the register slug, changed text on the register page, deleted the wp-signup.php file, and implemented the following in our .htaccess file:
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .join-lorem*
RewriteCond %{HTTP_REFERER} !.*mydomain.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://mydomain.com/spam-prevention [R=301,L]
# END ANTISPAMBLOG REGISTRATION
Still the spammers are getting through.
Turning off blog creation / new user registration is not an option… otherwise, there would be no point in trying to offer a blog platform / social community.
Asking users to wait until their application to join is approved, or asking them to fill in additional fields at signup will just hamper the chances of them signing up and using the site.
Anyone have any suggestions?
I don’t want to tell clients: “we’ll build on BuddyPress for you, but you might have to remove 100s of spam blogs every week”
Note: the problem is worse than just the backlinks they create, it also reflects badly on the professionalism / appearance of your site, as their spam posts show up in activity streams, in aggregators (such as showing recent site wide posts and so on).
This is a serious problem.
Note: a lot of these registrations come from a small number of IP addresses, is there anyway to block certain IP addresses from registering?
March 4, 2010 at 11:25 am #66664In reply to: Buddypress Links Redirect To Home Page
Sunset Cowboy
ParticipantHmmm, now i know why I can’t get to my profile on this site….
Seriously though, I’m having this problem on my bp-site. is there any solution for this?
March 4, 2010 at 9:56 am #66660In reply to: Tweetstream (twitter plugin) Beta testers needed!
Peter Hofman
Participant@anton, logging in with twitter is a easy thing to do for me but it’s not what the plugin suppose to do.
I am a very busy man in developing and got a big mountain of work laying around (plugin ideas).
Tweetstream works fine now and from little changes,fixes and small feature add-ons it won’t change a lot.
My next plugin will be simulair like tweetstream but then for a other social site.
I have plans to create a login like rpx for buddypress but then complete own code so logging in with twitter,facebook,myspace,google etc… unless another developer already is working on it.
March 4, 2010 at 9:50 am #66659Florian König-Heidinger
ParticipantI’m working on a solution to automatic refresh the activity stream on a buddypress website.
The easiest way would be to replace the existing activty stream through the new loaded html code. Unfortunately, the page flickers. Also if the user reply to an update, his text will disappear.
Okay, I only should add the new updates. So I’ve added a var “existing_ids” to my javascript and pass the IDs to my php script via AJAX. My php script return only the updates where the ID is not in the list.
This works fine. But still having the problems with replies/comments to existing posts. My current solution check, if the update has comments and also write them into a var “ids_with_comments”. My php script checks, if the ID does not exists yet on the page OR the ID is not in the var “ids_with_comments” AND now has comments. The JavaScript which handle the response checks, if this is an existing update, but with new comments. It will replace the update. Only if the user is currently replying to this update, the script will do nothing. So I prevent to override the textarea.
The current scripts a part of my theme. I’ve packed the files to Theme, which is using the bp-default templates. Here you can download the current version of my automatic-refresh theme.
http://www.spitzohr.net/wp-content/uploads/2010/03/automatic-refresh.zip
It’s not yet a finish solution…
March 4, 2010 at 9:06 am #66656In reply to: Hide main theme from users
stwc
ParticipantHe means either a) install Buddypress with regular, non WPU version of WordPress, possible since BP1.2 or b) go into your Site Admin–>Admin–>Allow new registrations and disable it in the WPMU dashboard.
March 4, 2010 at 8:55 am #66652In reply to: BuddyPress Like
Mariusooms
ParticipantHow about miniature avatars instead of names?
Also, is there a function which you can call on the viewed single item (e.g. single blog post, single activity item) so you can see a list of avatars who all liked this item?
Great work…integrates nicely.
March 4, 2010 at 8:54 am #66651In reply to: Tweetstream (twitter plugin) Beta testers needed!
Anton
ParticipantWould it be possible to integrate your plugin with this one: https://buddypress.org/forums/topic/integrating-sign-in-with-twitter-or-login-with-twitter-to-buddypress
Reason I’m asking is that if you login with that Twitter plugin, you need to “allow” Twitter again for the Tweetstream to work for members.
March 4, 2010 at 8:28 am #66650In reply to: oEmbed for BuddyPress plugin – out now!
levin
ParticipantHi, I just added a embed provider like the following code in theme functions.php, it can work with blog post, but not the activity stream, I tried to add mytube.com in the whitelist but still doesnt’ work. Is there i’ve something missing?
I’m using WPMU 2.9.1.1 and BP 1.2.1
Thanks so much for your help
<?php
function wp_embed_handler_mytube( $matches, $attr, $url, $rawattr ) {
// If the user supplied a fixed width AND height, use it
if ( !empty($rawattr[‘width’]) && !empty($rawattr[‘height’]) ) {
$width = (int) $rawattr[‘width’];
$height = (int) $rawattr[‘height’];
} else {
list( $width, $height ) = wp_expand_dimensions( 640, 360, $attr[‘width’], $attr[‘height’] );
}
return apply_filters( ’embed_mytube’, ‘<object height=”‘ . esc_attr($height) . ‘” width=”‘ . esc_attr($width) . ‘” ><param value=”http://www.my-tube.com/em?v=’ . esc_attr($matches[1]) . ‘” name=”movie”></param><embed src=”http://www.my-tube.com/em?v=’ . esc_attr($matches[1]) . ‘” allowfullscreen=”true” width=”‘ . esc_attr($width) . ‘” height=”‘ . esc_attr($height) . ‘” align=”middle” allowScriptAccess=”always” type=”application/x-shockwave-flash”></embed></object>’, $matches, $attr, $url, $rawattr );
}
function register_embed_handlers() {
wp_embed_register_handler( ‘mytube’, ‘#http://www.my-tube.com/v\?v=([A-Za-z0-9]{0,50})#i’, ‘wp_embed_handler_mytube’ );
}
add_action(‘wp’, ‘register_embed_handlers’);
?>
March 4, 2010 at 7:51 am #66649In reply to: BuddyPress Like
disbas
ParticipantWell done. Like it!
Did notice a missing % in the editable strings. Seems minor..
-
AuthorSearch Results