Search Results for 'wordpress'
-
AuthorSearch Results
-
May 18, 2010 at 7:26 am #78684
In reply to: Why WordPress + BuddyPress is going to suck!
John James Jacoby
KeymasterFact is that not every website needs to be a social network, same as not every site needs to be a blog network.
BuddyPress, much like WordPress, shines when you don’t even know you’re using it, and it’s up to good themes to make that happen; something BuddyPress lacks when compared to WordPress.
There are limitless setups that you could dream up with mutlisite WordPress and BuddyPress, but none of them matter if the theme can’t pull that functionality out to be front and center. Multiple blogs, sites, networks, domains, communities, groups, etc… I think it’s safest to mirror the development of your community similarly to how one prepares a server; react to the size and don’t over-prepare. If you have 10 users, you probably won’t need W3 Total Cache and a CDN. Once you have 10,000 active users, you may want to consider beefing things up. Same with BuddyPress; once you have a ton of users, turn on groups and forums, or add something new and exciting.
Community features should match community size. If you turn on too many features with not enough users, your website looks like a ghost town, and no one will join. If you don’t have enough features, people will get bored and leave. BuddyPress does its best to let you find that balance pretty quickly, and helps you shape your online community how you see fit.
It’s like SimCity, but without the natural disasters.
May 18, 2010 at 7:01 am #78681balukorrapati
ParticipantThanks for the reply. Please find the answers below.
1. Which version of WP/MU are you running?
—I am using WP2.9.1
2. Did you install WP/MU as a directory or subdomain install?
— As a directory
3. If a directory install, is it in root or in a subdirectory?
—-it is in root
4. Did you upgraded from a previous version of WP/MU? If so, from which version?
—No
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
—Yes
6. Which version of BP are you running?
—1.2.3
7. Did you upgraded from a previous version of BP? If so, from which version?
— No
8. Do you have any plugins other than BuddyPress installed and activated?
— I am using some other plugins for WP and BuddyPress
9. Are you using the standard BuddyPress themes or customized themes?
—I am using my existing WP theme and used bp_template_pack plugin and modified css in my theme
10. Have you modified the core files in any way?
—- I have modified bp_adminbar.php to include some links
11. Do you have any custom functions in bp-custom.php?
—No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
— I have installed bbPress through admin panel
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting?
—GoDaddyPlease suggest me on this as soon as possible.
Thanks,
BalukorrapatiMay 18, 2010 at 6:15 am #78674In reply to: how to create freshly pressed
Paul Wong-Gibbs
KeymasterI’m not sure what this has to do with BuddyPress, but there’s probably no need to cross post this.
May 18, 2010 at 5:41 am #78670In reply to: Why WordPress + BuddyPress is going to suck!
Shnooka30
ParticipantI think it would have bean best to keep mu & wp separate and not merge the two. There is already a plug-in being developed that will allow sub-blogs the capability to add their own buddypress. So you would have a monster buddypresss site with multiple minor bp sites all on one domain.
This is getting ridiculous.
May 18, 2010 at 5:25 am #78669In reply to: Why WordPress + BuddyPress is going to suck!
paulhastings0
ParticipantHit it the nail on the head about deterrent-knowledge. I mean, I’m not the greatest coder out there… but at least I know a little CSS and how to read through forum posts before I post. Google is man’s best friend.

I’m still not even sure how I did my first WPMU install. I think I must have tried 20 different combinations of factors before I got it running. Even then I didn’t have the presence of mind to write it down.

Hopefully @r-a-y is right, that it’ll shed more light to developers.
May 18, 2010 at 5:06 am #78661In reply to: Why WordPress + BuddyPress is going to suck!
r-a-y
KeymasterWell creating a network (basically MU) in WP 3.0 still requires that same deterrent-knowledge you speak of. Not everyone will be turning this on!
However, bringing this functionality to the masses also sheds light to the project and more developers will be able to contribute to the codebase.I do agree with you about mass-communities! Not every community is going to be vibrant, but even those BP communities that have 10 active members is enough to warrant BP’s existence.
You should also know that there are a ton of low-quality “sucky” blogs because of WordPress, so what’s the difference if there are “sucky” communities because of BP?
May 18, 2010 at 3:11 am #78663In reply to: Buddypress needs to STOP supporting bbPress
r-a-y
KeymasterI’m in agreement with Rich because the activity stream is the main component in BP, so why not utilize it? (btw, sorry for not getting back to you, Rich!).
Custom post types are powerful; the next iteration of bbPress as a WordPress plugin will be powered in some way by custom post types, but that is still a long way out. You’d then have to factor in how this will all work with BP (more development time). I haven’t looked too much into custom post types yet, but aren’t custom posts still stored under wp_posts? If so, not great.
I’m going to be collaborating with Rich (Boone, you want to jump in?) to utilize the activity stream component into a dumbed-down version of a forum. It won’t be as feature-rich as bbPress et al., but it will be compatible with existing and future activity stream plugins, which to me, makes this worthwhile.
May 18, 2010 at 3:02 am #78662In reply to: I have adapted BP-Real Names plugin
dre1080
Memberhttp://dev.benoitgreant.be/wordpress-mu/blog/2009/11/buddypress-real-names
thats the plugin homepage, maybe ul find his details there?May 18, 2010 at 2:49 am #78660In reply to: Alternative to Facebook
Dan Cole
ParticipantI like the idea of using WordPress and BuddyPress to create a decentralized social network and am even considering starting a plugin to implement it. I’d like to hear people’s thoughts how each necessary feature would be implemented and integrated with WordPress and BuddyPress, as well as share my own ideas on how it would be done.
May 17, 2010 at 8:22 pm #78596In reply to: New to buddypress
r-a-y
KeymasterHere are some short answers to your questions:
1. A custom plugin is needed for this. Or you could use an auto group join plugin.
2. Could try modifying the group template in your child theme to add a forum loop.
3. Read this – https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
4. Requires a custom plugin. Look at the Groups API – https://codex.buddypress.org/developer-docs/group-extension-api/
5. What do you mean by this? Adding member information? If so, use BuddyPress’ xProfile setup located in the WordPress admin area.
6. You’ll have to code one yourself. There was an old plugin by Manoj Kumar that you could use as a reference point. Will need updating.
http://manojkumar.org/user-import-for-buddypress/May 17, 2010 at 8:22 pm #78595kagliostro
MemberThanks Reezo, but WP-FB-Autoconnect doesn’t work in my site.
I have tried also new update version (today), but nothing: I read comment on WP-FB-Autoconnect blog for search a solution but there isn’t.
The only facebook plugin that works for me, actually, it’s only BP-Facebook and I hope Andy update it.May 17, 2010 at 8:09 pm #78591In reply to: Can buddypress do this?
@mercime
ParticipantYes. In fact, those can be already done on WP/MU end.
– set role of members as contributor so that nothing will be posted until you approve it – https://codex.wordpress.org/Roles_and_Capabilities#Contributor
– install membership plugin – e,g, http://www.primothemes.com/post/s2member-membership-plugin-with-paypal/
– create customized custom fields – https://codex.wordpress.org/Custom_FieldsMay 17, 2010 at 7:40 pm #78586rossagrant
ParticipantCheers Paul, I’ll give it a try. I just really like the numbers in nice squares. Have you seen the page navi navigation?
https://wordpress.org/extend/plugins/wp-pagenavi/screenshots/I think it would work great here in BP.
May 17, 2010 at 7:33 pm #78583Ozcar
ParticipantThanks r-a-y hadn’t heard of Mingle before, looks allright but not as cool as BP though, besides I wanna replace my Phpbb board with bbpress and that comes along with BP if i understood it correct? We’ve been looking for solutions like wp-united.com and even tried that once but couldn’t make it work, too many bugs… if i can run a forum and administer it within wordpress like everything else, that’s what I’d like to do.
How do you mean disable futures in setup? The problem I’m having with 32MB memory limit is that I can’t even start the setup, if i could get through it, there’s a chance the installation would work anyhow…. at least that’s what we (me and my programmer) think…
May 17, 2010 at 7:14 pm #78578rossagrant
ParticipantPage Navi only works with wordpress and doesn’t alter the standard bP navigation unfortunately. If someone could make it work with BP too then that would be awesome.
@andy any chance of the naviagtion being improved in this way?May 17, 2010 at 7:03 pm #78573In reply to: adding widgets to a custom page
graphility
Participantwp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css
I’m running buddypress 1.2.3 on WordPress 2.9.2, and I’m pretty sure the install shouldn’t matter much… Keep looking.
May 17, 2010 at 5:06 pm #78539In reply to: adding widgets to a custom page
graphility
ParticipantHello again,
First off, I’m a total noob to buddypress development, but better at regular wordpress development. So, here’s how I proceded:
1- in functions.php, I added two widgets, like this:
register_sidebars( 1,
array(
‘name’ => ‘showcaseImage’,
‘before_widget’ => ‘‘,
‘after_widget’ => ‘‘,
‘before_title’ => ‘‘,
‘after_title’ => ‘‘
)
);register_sidebars( 1,
array(
‘name’ => ‘showcaseCaption’,
‘before_widget’ => ‘‘,
‘after_widget’ => ‘‘,
‘before_title’ => ‘‘,
‘after_title’ => ‘‘
)
);2- I copy/pasted page.php and modified like this (removed loop and sidebar call):
<?php
/* Template Name: Showcase */
get_header();
?>3- in _inc/css/default.css, I added this custom code:
#showcaseImage{text-align:center; width:720px; height:300px; overflow:hidden; margin:0 5px 0 0; border:1px solid #fff; float:left;}
#showcaseCaption{width:200px; height:300px; overflow:hidden; border:1px solid #fff; padding:0 18px 0 13px; float:left;}4- in settings, I replaced the homepage by this static one.
That’s the whole hack, I guess. By removing the default css id’s and classes from page.php, and replacing them with my own, I place the widgets wherever I wish. Maybe there’s a better way? Not knowing enough about buddypress, your technique seems complex to me

Next step (for you and me): add some sweet jQuery and make this a slideshow

Additional next step for me: document this in a tutorial, I’m pretty sure it will come up handy for many.
~ hiddenson
May 17, 2010 at 4:18 pm #78525In reply to: Demo Data Plugin with BuddyPress 1.2
Tom Longmate
Participant@chembro303 – I have the same issue, did you manage to find the form screen anywhere in regular WordPress?
May 17, 2010 at 2:50 pm #78509Reezo
ParticipantAndy has already recommend the WP-FB-AutoConnect (https://wordpress.org/extend/plugins/wp-fb-autoconnect/) before this. Check it out.
May 17, 2010 at 2:07 pm #78503Ozcar
ParticipantHow will these answers help me? Ok. You got an opinion on how much memory is too much or not, but it’s not the issue here.
I use WP with lots of plugins and a PhpBB forum and a couple flashbanners and stuff on that site, everything runs pretty smoothly and my site is quite fast…
Yeah, ofcourse I’d prefer more memory, it wouldn’t hurt! But the problem is not that I have the memory but I think it’s too much so I don’t want to install buddypress, it’s my server host who won’t increase it. That’s the limit, no matter how much I complain.
I’m not saying that pressbuddy is no good eighter, once I discovered it I realized that I HAVE TO HAVE IT on my site, this is exactly what I’ve been looking for! But as it is I can’t istall it and it hurts.
So I checked around a little and noticed that not too many hosts offer 64mb eighter… and all I’m saying is if wordpress runs smoothly on 32mb, possibly buddypress too…And I’m not looking for tips on “where to find a better server host who offer 64mb memory”, i’m looking for a way around this problem without having to move to another server host, thank you.
May 17, 2010 at 11:02 am #78485In reply to: BP-FBConnect not working with buddypress 1.2.3
kagliostro
MemberInstead for me it’s the only one that works very very well (and I have tried wp-fb-autocnnect, Gygia, simple fb connect, Facebook Connect to Adam Hupp, Faux Facebook Connect -only for comment- and others)!
The only ones that work (for me) are Gygia (but only if you have a normal WordPress installation) and BP-Facebook connect (there is a very little problem with logout redirect). And more, Bp-Facebook gets also the (facebook) email of user.
I don’t love its method to work, but it works.I have Buddypress 1.2.3 and WordPress 3.0 beta 1 (network installation with subdirectory).
The very great problem that I have with Bp-Facebook (at the moment) is the incompatibility with WordPress MU Domain Mapping: if my secondary blog mantains subdirectory url, BP-facebook works (too well).
But if I change a subdirectory url with a primary url (example.com/secondaryblog to secondaryblog.com) it goes crazy.
And this is a problem!I hope Peatling update his plugin!
May 17, 2010 at 6:37 am #78471In reply to: register for multiple blogs
Hi Andrea my site wordpress mu
Close to the main blog register form?
let users simply register their chosen sub-blogs.
A blog a member of the user to register are other blogsExample: http://www.expamle.com / register (note the register form) (redirect 404.php)
sub-blog: autos.example.com / register
members should not enter the other blogs this blogMay 17, 2010 at 6:19 am #78467In reply to: How to make a private community?
NipponMonkey
MemberThanks for your posts ^ ^
I’m finally getting round to setting up a private buddy press site.
I liked the looks of @Travel-Junkie‘s solution, but I’m having the same problem as @wordpresschina, I’m getting a infinite redirect loop. It seems that functions like bp_is_register_page() and bp_is_home() aren’t working correctly from @Travel-Junkie‘s function.
I changed it a little to:
function sh_walled_garden()
{
global $bp;$uri = $_SERVER;
$allowed_uris[] = ”;
$allowed_uris[] = ‘/’;for ($i=0; $i < count($allowed_uris); $i++) {
if ($allowed_uris[$i] === $uri) {
return;
}
}if( ! is_user_logged_in() ) {
bp_core_redirect( $bp->root_domain);
}
}
add_action( ‘get_header’, ‘sh_walled_garden’ );Where the $allowed_uris array is set by the programmer to allow access to certain public pages. If the user isn’t logged in and they are trying to access a private page, then they will be redirected to the home page (as that page will be public in my site setup and I don’t want people to be able to register through a sign up page.)
I’ll have to see how I get on with this solution for now…
Thanks for your help
May 17, 2010 at 4:17 am #78463In reply to: BP-FBConnect not working with buddypress 1.2.3
modemlooper
ModeratorUse the plugin that says autoconnect. It works great and is coded with BP in mind. https://wordpress.org/extend/plugins/wp-fb-autoconnect/
May 17, 2010 at 4:07 am #78460In reply to: How to exclude a page from the Navigation Bar
pcwriter
ParticipantTo exclude any WP page from the navbar, try this plugin:
https://wordpress.org/extend/plugins/exclude-pages/To add links to your footer, simply edit your child theme’s footer.php file.
-
AuthorSearch Results