Search Results for 'wordpress'
-
AuthorSearch Results
-
March 1, 2010 at 11:26 pm #66228
In reply to: Migrating users from WordPress to BuddyPress
r-a-y
KeymasterWhy revive an 11-month thread?
March 1, 2010 at 11:22 pm #66226In reply to: Migrating users from WordPress to BuddyPress
Tim Nicholson
ParticipantAlessandro, I’m a bit confused with what you are trying to do. It sounds like you have a normal (single) WP installation and are looking to go social with it. A lot has happened since you posted this and BuddyPress is now available for single WP installs. I’m testing it out now. In WP v3.0, WordPress MU will be merged with the single WP installation and there will be a migration path. I can help answer questions around this… just let me know some more specifics.
March 1, 2010 at 10:20 pm #66216In reply to: How do I edit the BuddyPress Menu
bennettberlin
ParticipantI already had the beginnings of a Thematic/BP theme when I decided to use the BuddyPress default template instead. I had already set up a few pages and posts.
I want to place the BuddyPress menu on the top Admin Bar and my normal WordPress pages as a menu in the header.
For the Admin Bar I tried the code Peter Anselmo posted, but it places ONLY my WP menu in the Admin Bar, but not my BuddyPress menu, as desired. How do I “filter in” only the BP menu?
function mytheme_add_top_pages() {
wp_list_pages( 'title_li=&depth=1');
}
add_action('bp_adminbar_menus','mytheme_add_top_pages');For the Header, line 85 of bp-default/header.php produces a menu that includes BOTH my WP and BP items. If I comment out this line, I get ONLY the BP menu, but not my WP menu, as desired. How do I “filter in” the WP menu?
How can I get this to work?
Thanks in advance,
PB
March 1, 2010 at 10:15 pm #66213In reply to: All users recent blogs to front page?
Andrea Rennick
ParticipantIf you’re using MU, the best thing to do is go check and see if I wrote a tutorial on it already.

and https://wordpress.org/extend/plugins/wordpress-mu-featured-posts/
March 1, 2010 at 8:53 pm #66200In reply to: wp-bp for a newspaper site, how-to?
peterverkooijen
ParticipantI don’t see why not. This is just a matter of styling the template files for the homepage, blog indexes (index.php) and post pages (single.php) more like a newspaper site would. You’d probably want to have a Print button with each article – there are plugins for that. Several big newspapers already use WordPress.
Our Dear Leader on the subject – scroll down beyond the ridiculously humongous header.
March 1, 2010 at 8:25 pm #66197In reply to: Activating existing users
Tim Nicholson
ParticipantI’m seeing the same behavior where only new members are being added to BuddyPress. I don’t think it has anything to do with where things are installed. I don’t think BuddyPress attempts to add “old” WordPress-only users. You’ll also notice that past blog posts and comments, etc. aren’t shown in your BuddyPress activity stream. However, if you go into an “old” blog post and simply hit update, it gets added to the stream.
What we need is a utility that can be run that will load all the existing WP users into BP. I’d also love to see one that will load up the BP activity stream with WP blog posts and comments as well, but that’s probably asking for too much.
I did find a BuddyPress plugin that talks about being able to import users into BP. However, its not what we are looking for. It is designed to import a list of users that you cut-and-paste into a text box on the plugin. I checked the code and it will only work with WPMU and it will also (re)create whatever users you import into WP as well causing duplicates. https://wordpress.org/extend/plugins/user-import-for-buddypress-all-fields/
I’m going to dig around in the BP core to see how it goes about keeping BP and WP users in sync and see how hard it would be to write a program or plugin that would simply trigger BP to add all the existing WP users that aren’t already in BP.
March 1, 2010 at 8:11 pm #66194In reply to: How to control spam registration?
nickrita
ParticipantI use this plugin instead of captcha:
https://wordpress.org/extend/plugins/invitation-code-checker/
You can set an ivitation-code and everyone who wants to register has to write the code in a registration-field.
I changed the plugin a little bit for my needs so the code to write is seen on the registration-page.
March 1, 2010 at 7:16 pm #66183In reply to: Extending Profiles
mlovelock
ParticipantYou need to write a plugin then, and / or delve into the wordpress hooks and functions – best to check out the buddypress codex: https://codex.buddypress.org/
March 1, 2010 at 6:21 pm #66160In reply to: Limiting Access to Registered Users?
Jehy
ParticipantYou see, my plugins are designed to work with wordpress, wordpress MU and buddypress…
I am having an awful headache just trying to keep them working up to date, and don’t have any time to make more detailed configurations… Even through I’d like to.
March 1, 2010 at 5:20 pm #66147In reply to: How do users make blog posts?
hypergripe
ParticipantHey All – Thanks for your help.
I found exactly what I was looking for here: https://wordpress.org/extend/plugins/post-from-site/
This plugin lets users make posts “from the site” rather than going int the dashboard or admin.
It is a very sweet popup interface that lets users create post title, content, upload images, add tags, etc, and is fully configurable. I ‘ve tried it out and really like it so far….
March 1, 2010 at 5:03 pm #66142rohit4all
ParticipantMy WPMU & BP is working fine. Even I am able to browse everything like forums, groups, activity with ease. I can create individual blogs as well & further I can post new topic. I am able to access those posts & blogs. But when I click on “Blog” icon on header I will get message like this
“Page Not Found
The page you were looking for was not found.”
I changed nothing except in control panel for dns entry for a “/” for subdomain.
1. Which version of WPMU are you running? WordPress MU 2.9.1.1
2. Did you install WPMU as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? subdirectory
4. Did you upgrade from a previous version of WPMU? If so, from which version? fresh install
5. Was WPMU functioning properly before installing/upgrading BuddyPress? Yes, sure it was i even created a blog and was reading the posts normally.
6. Which version of BuddyPress (BP) are you running? BP1.2.1
7. Did you upgrad from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? no
9. Are you using the standard BuddyPress themes or customized themes? standard
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? NO
13. Please provide a list of any errors in your server’s log files.
Please help me solve this, I have struggled a lot with it. Thank you!
March 1, 2010 at 4:45 pm #66137hydroweb
ParticipantFollowed
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
instructions exactly.
Clean install of WP 2.9.2. Installed Buddypress 1.2.1 as plugin and activated. Also activated BuddyPress Default 1.2.1 theme. All seems to be working ok.
Now from theeasybutton link above:
1. Download bbPress 1.0.1 (I downloaded 1.0.2)
2. Unzip it and upload the entire bbpress folder to your root directory.
I uploaded bbpress-1.0.2.zip to root and extracted. I am at Hostgator.
3. Change the name of the directory from bbpress to forums and chmod it to 777 if it isn’t already.
Did that.
4. Go to yoursite.com/forums. “Go to step 1″
Went to wonowon.com/forums and nothing happened. There is no “Go to step 1″
March 1, 2010 at 4:00 pm #66130In reply to: Tweetstream (twitter plugin) Beta testers needed!
Peter Hofman
ParticipantNew version! Version 1.1.5 just released.
Grab it over here: https://wordpress.org/extend/plugins/tweetstream/
* Fixed double tweet import (now checking with tweet_id)
* Added localisation
* Language files added:
– english
– dutch
If you translate please send me a pm. so i can add new language files to new versions.
This release only has a fix and localisation.
In the next version i will add new features.
March 1, 2010 at 3:37 pm #66125Sandeep Ramamoorthy
Participant@D Cartwright
Thanks for the instructions..

I now face another problem….
I am unable to upload Group avatars….
I saw some one else face the same issue here
March 1, 2010 at 2:14 pm #66115In reply to: Extending Profiles
mlovelock
ParticipantCheck out this plugin: https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
It will allow you to exempt that field from the standard BP search string function. You could also add a little customisation in the settings file to set your Company field to redirect to somewhere else as you’re suggesting here.
March 1, 2010 at 2:06 pm #66114epublishing
MemberMe too!
Latest Buddy Press.
Latest WordPress
I’m trying to get two new sites up and running so would appreciate some help please?
March 1, 2010 at 11:00 am #66096danbpfr
ParticipantMarch 1, 2010 at 7:25 am #66082In reply to: Bug: BuddyPress to WordPress profile syncing broken
Paul Wong-Gibbs
KeymasterYes
March 1, 2010 at 4:47 am #66078In reply to: How do users make blog posts?
paulhastings0
ParticipantWhen you say blog post you mean more than just updating the front page activity stream? (as seen here: http://testbp.org/ )
You mean actually writing a blog post?
There’s 2 ways you might go about doing it.
1. In your blog dashboard go to “Site Admin” >> “Options” and change the “Dashboard User Default Role” to Author. That will now allow every user on your site who signs up without creating a blog of their own to be able to post on your site’s main blog.
They still won’t be able to post on the front without going into the dashboard until you switch your main blog to a theme that supports front-end posting such as P2. To make the P2 theme compatible with BP install the “Buddypress Template Pack” plugin: https://wordpress.org/extend/plugins/bp-template-pack/
2. Or you could instead go into your Dashboard to “Settings” >> “Reading” and set the “Front Page” to “Activity Stream”. Then install the “Oembed for Buddypress” plugin: https://wordpress.org/extend/plugins/oembed-for-buddypress/
March 1, 2010 at 2:59 am #66070In reply to: Group Blog + P2 or Posthaste
peterverkooijen
ParticipantPosthaste experiments go nowhere. I’m closer to a solution with P2, with the theme integrated directly into the bp-groupblog plugin (old version for 1.1.3…).
I’ve boiled the problem down to this: I need to tell the p2.js file which blog it is operating in. Without a blogid it assumes it’s working on the main blog.
The solution is probably in here somewhere: Get blog_id in external files. Also mentions the switch_to_blog function that Marius Ooms pointed out to me in bp-groupblog.
How can I turn that into a line of javascript that I can add at the top of p2.js? ‘var something = something;’?
Or should I add something to functions.php? It has functions like this:
function latest_post_permalink() {
global $wpdb;
$sql = "SELECT ID FROM {$wpdb->posts} WHERE post_type = 'post' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 1";
$last_post_id = $wpdb->get_var($sql);
$permalink = get_permalink($last_post_id);
return $permalink;
}What should I add to a function like this to tell it from which blog to get the last post permalink? Or can I add $blogid as global or something like that?
March 1, 2010 at 12:51 am #66060In reply to: How do users make blog posts?
intimez
ParticipantI believe this is what you are looking for:
March 1, 2010 at 12:25 am #66057In reply to: Upon login/registration redirect to Activity Stream?
r-a-y
KeymasterBrajesh Singh has a plugin for that:
https://wordpress.org/extend/plugins/bp-redirect-to-profile/
You might have to modify it to suit your needs.
March 1, 2010 at 12:22 am #66056In reply to: Add photos, videos, links ?
r-a-y
KeymasterThere are also these:
BP-Links: https://wordpress.org/extend/plugins/buddypress-links/
BP-Gallery (paid plugin): http://buddydev.com
March 1, 2010 at 12:18 am #66055In reply to: Add photos, videos, links ?
FayssalF
ParticipantMarch 1, 2010 at 12:06 am #66054In reply to: How do users make blog posts?
FayssalF
ParticipantHave you tried https://wordpress.org/extend/plugins/front-end-editor/ ?
-
AuthorSearch Results
