Search Results for 'wordpress'
-
AuthorSearch Results
-
October 11, 2009 at 8:03 pm #54350
In reply to: Site Admin: Upgrade Script not working
Paul Wong-Gibbs
KeymasterThat feature is provided by WordPress MU, not BuddyPress, and as such you need to post or search for further information on this issue on their forums. I’m marking this as ‘not a support question’ as it isn’t a BuddyPress support question.
October 11, 2009 at 8:02 pm #54349Paul Wong-Gibbs
KeymasterThere isn’t any easy way of doing this. Such a thing would require a lot of work.
October 11, 2009 at 7:57 pm #54346In reply to: wordpress mu installation with buddypress
October 11, 2009 at 5:18 pm #54340In reply to: New blog theme available for the Groupblog plugin
Mariusooms
ParticipantForgot to mention to read the readme.txt as installation has changed.
Basicly move the ‘bp-groupblog’ theme folder from /bp-groupblog/themes/ to your /wp-content/themes/ directory. Allow the theme to be activated in your wordpress backend and set it as default theme in the admin groupblog settings.
Anyway, thought I’d mention that for those who might need a bit more help.
October 11, 2009 at 2:10 am #54313In reply to: activating BP on Fresh Install gives fatal error
Anonymous User 96400
InactiveYou need more memory. Ask your hosting company to set it to 64MB. Had a look at bp-loader and it seems you run out of memory by the time the loader gets to the extended profiles…
You can try putting this into your main .htaccess file (in wordpress root)
php_value memory_limit 64MOctober 10, 2009 at 8:37 pm #54300In reply to: Integrating several buddypress + one vBulletin
Anointed
Participant@tonyaccardo – We have spent the past 5 or 6 months now working on a new vb/wpmu/bp system and it’s getting close to completion. I have no plans of releasing the software, but I can give you a little insight into why no-one has responded to your request.
Bottom line:
It’s a HUGE job. It has taken the coders hundreds of hours of work to complete the project. The amount of code is actually rivaling the core of bp itself. You REALLY have to have a specific reason for wanting to take on wpmu-bp-vb.
What we’ve built:
Well I also run a number of very large vb communities, and while vb has ‘blogs’ they suck, and many members asked to have blogs and social networking. The ‘easiest’ solution would have been to simply dump vb for bbpress, and migrate all of the data over to bbpress.
However bbpress is nowhere near what vb is, not even close. Yeah it’s nice code, but vb has years and years of development behind it and bbpress is just beginning. So for us dumping vb was not an option.
So we needed a real plan and decided to bridge the programs together, but the bridge is the smallest part of the equation. Not only did I want one registration/session setting for the users, I also wanted auto vb forum creation upon group creation within bp. I also wanted automatic vb forum creation upon new blog creation within wpmu.
Simply put, if you signup and create a blog, a new vb forum is created behind the scenes that belongs to that blog. The same thing goes if you create a group within bp.
Well that’s all and good, but as vb is commercial software, there is no way I wanted to have to install new copies of vb for each blog. I wanted to run only one copy of vb, just like bbpress does. That is where the HUGE amount of work came into play.
Not only did I want each blog to have their own vb forum, but we also had to deal with member roles and forum creation. So we built the system so that ‘technically’ each blog is able to manage every single aspect of vb from styles, to membership, to permissions, heck you name it. As far as the blog owner is concerned, they are running their own full blown copy of vb, fully integrated.
There are many other things to consider as well. Many of the function names within the programs are the same, so you can’t just call functions from bp within vb. Even including things as simple as your wordpress header within a vb template took a bit of work. You see, wordpress header navigation is dynamic, add a page/category, and you have a new link. Obviously you do not want to have to manually change your header in vb to match wp everytime a navigation button is added, so you have to automate that part. Well the function names are the same in both, so now you have to create your own header nav functions so it stays dynamic. Not hard but still more work.
If all you are after is bridging wp/vb together, there is a basic bridge script you can use from vb.org. It does not work with wpmu, but can be modded to work. We started out with this route and after making the changes it worked perfectly.
However, it is designed to use vb for reg/sessions, and this caused some major issues that we had not thought of in the beginning. Think about hosting ‘paid’ blogs on your network, and telling them that their members have to go to another site forum to register, yeah that went over real well. LOL.
So that is where we are at now. We are rewriting the bridge code to use wpmu reg/sess so that users signup on whatever wpmu blog they come across and they are registered into the entire system (even having the ability for a visitor to signup directly from a sub-blog in wpmu took a bit of custom code which is done). I expect the coders to have this part finished shortly.
Once that code is finished then we begin work on bringing in the vb posts into the wire and activity streams of bp. There seems to be little to no documentation on doing this within bp so I can imagine it’s gonna be an interesting project.
We will then begin work on filtering out the pm system within bp and replacing it with the pm system from vb. (I’d rather use bp pm system, but it’s a kiddy toy compared to vb right now, and I don’t care to wait years for bp to catch up).
We are not touching the core code of either wp, bp, or vb so future upgrades are not going to be a problem. That is another thing you have to really consider.
Bottom line is, it was a massive job that took months of work, but we’ve mu’d vbulletin and should have the perfect deep integration replacement for bbpress shortly.
I hope now you can see why you are not getting any responses. Even in it’s ‘simplest’ form, what you are asking is going to take someone hundreds of hours to build, and that’s only if your coders know vb/wpmu/bp code inside and out.
anyhow, hope it helps.
October 10, 2009 at 7:07 pm #54291In reply to: Fatal Error on Fresh Install ??
Paul Wong-Gibbs
KeymasterBuddyPress needs WordPress MU to run. You are trying to install it on regular WordPress.
October 10, 2009 at 6:40 pm #54290In reply to: My BP Looks all funny!
abcaa6
ParticipantThanks a lot for your help!
I’m still wondering how to merge the BuddyPress into my WordPress theme on my site.
October 10, 2009 at 4:51 pm #54286In reply to: My BP Looks all funny!
Tore
ParticipantDid you do this step?
“You can try including the components.css file from the BuddyPress parent theme to add layout styles to BuddyPress pages. Open up your WordPress theme’s style.css file. Add the following line below the comment header:
@import url( ../bp-sn-parent/_inc/css/components.css ) “
From the guide:
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
That will get you a bit further to styling perfection. The rest is up to you. I’m sitting and styling my website right now. Lots of fun and frustration.
October 10, 2009 at 1:00 pm #54268In reply to: Your currently active theme is not BP enabled.
Tore
ParticipantHi again!
Read this:
“I’ve used a WordPress theme for my blog with the default BuddyPress member themeâ€
Over at:
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
You’ll have to edit things and if you’re not comfortable with that you’ll probably need more help than you can get here.

I don’t know your level of knowledge. Search around the forums and read up on the topics you need. I haven’t had answers to all my questions here in the BP-forums. You’ll have to search for some of them on your own.
October 9, 2009 at 11:36 pm #54242In reply to: New theme framework and exisiting WP themes
mmcomber
ParticipantMay I ask a possible dumb question? I’ve upgraded to 1.1.1 on 2.8.4a and am using a premium theme for my main blog. I’ve currently reverted back to the old BuddyPress theme system for now.
Here’s my question, can I leave my Premium WordPress theme as the Parent theme, create a child, and place the bp-sn-parent folders and the “optionsbar.phpâ€Â, “userbar.php†and “plugin-template.php†in the child theme? Also place header.php in the child with the appropriate code for the usernav bar? And then edit the appropriate css?
Is that a workable and effective approach?
Many thanks.
October 9, 2009 at 11:22 pm #54241In reply to: Details About the New Theme Architecture
mmcomber
Participant@Jeff Sayre and others.
May I ask a possible dumb question? I’ve upgraded to 1.1.1 on 2.8.4a and am using a premium theme for my main blog. I’ve currently reverted back to the old BuddyPress theme system for now.
Here’s my question, can I leave my Premium WordPress theme as the Parent theme, create a child, and place the bp-sn-parent folders and the “optionsbar.phpâ€, “userbar.php†and “plugin-template.php†in the child theme? Also place header.php in the child with the appropriate code for the usernav bar? And then edit the appropriate css?
Is that a workable and effective approach?
Many thanks.
October 9, 2009 at 9:06 pm #54236John James Jacoby
KeymasterThink of something like Usenet, which was basically just a group of people talking back and forth inside their own little forum. Since BuddyPress is a community centric, user centric plugin for WordPress, the focus is on the interaction between people inside their respective groups. Forums are currently a feature of groups, but forums could be a feature of other things later too if plugins choose to support them, since bbPress is included and a great example of an API exists within BuddyPress.
Events could have their own discussion forums, blogs, users, activity feed items could be topics, etc…
October 9, 2009 at 8:57 pm #54235In reply to: Buddypress on a Subdomain
John James Jacoby
KeymasterGive me the weekend to test a theory. This should be possible by setting the BP_ROOT_BLOG to be the ID of the blog you want it to be, but if it’s not working that way I need to take a look at why.
You’ll want bp_enable_multiblog set to false. Setting it to true allows all subdomains to have access to the directories and profiles areas. This is mostly useful if you’re trying to use specific subdomains for specific pieces of BP, or if you want all blogs/subdomains/sites to have access to the directories from within themselves.
If you take a look at profiles.wordpress.org, you’ll see how they have BP used there within a subdomain.
I also think the better answer to your question would be to create a custom theme that only shows BP elements in the domain/subdomain that you want to show them. But, that takes a little more work I suppose.
October 9, 2009 at 8:05 pm #54230In reply to: Set a default template for blogs
Paul Wong-Gibbs
KeymasterYes, this is a WPMU question. Use what Mohit suggested or search the WordPress plugin repository.
October 9, 2009 at 6:56 pm #54217In reply to: group slugs when i18n environment
Paul Wong-Gibbs
KeymasterFrom a quick Google search it appears that, yes, WordPress slug titles need to be improved to support i18n efforts. All the WordPress slugs – including the BuddyPress group threads – go through sanitize_title().
A patch for sanitize_title() to support i18n slug names for the WordPress core is the way to go. I don’t understand what’s required as I do not know much about i18n, so I’m leaving this alone.
October 9, 2009 at 5:07 pm #54211In reply to: WordPress Theme with BP 1.1
proceon
ParticipantGreetings –
Just need a little help here…I simply want to run BP 1.1 in compatibility mode
and use a WP theme for my root blog and and a BP theme for BP activities.
I do NOT want to merge the two. I have tried that, and my WP theme (Magicblue)
is not suited for all the things that BP needs. Therefore would like to run things
exactly like under BP1.0. I have this working on another system (WP 2.71/BP1.0).
I am not clear as to which template files to move to my WP theme from the new
version of BP. In the MERGE process I would move over “optionsbar.php”, “userbar.php”, and “plugin-template.php” and then move over all the subdirs from bp-sn-parent. What
do I move over to run in campatibility mode? PLEASE some help…I have posted several
times in these forums and do not seem to be getting any input.
Thank you once again for your time.
October 9, 2009 at 3:06 pm #54198Boone Gorges
Keymaster@wordpressfan I think you might be right for some kinds of communities, but as the groups functionality of BP becomes richer (as it does with, for example, Andy’s new External Group Blogs plugin), the groups/forums distinction won’t seem so arbitrary. Forums then become just one of the ways that group members (ie people who share a common interest or purpose) can collaborate and communicate. But you’re right that right now there is little difference between a group and a forum, at least functionally speaking.
October 8, 2009 at 7:35 pm #54153In reply to: Groups and bbpress forums
zageek
ParticipantI tried reading through and searching the forum before posting this. Unfortunately there isn’t a detailed description of everything for BP like the WordPress Codex, its a bit frustrating. Reading through the code usually works but that takes a lot of time and coffee

https://codex.buddypress.org/developer-discussions/buddypress-forum/ that link doesn’t really say much except describe what the forum plugin is all about.
I have been playing around with the integrated forum and I don’t like the way you have to associate forums with groups and stuff. I want to have something like this forum on this site, like the standard forum structure you get.
A forum with a root thread in which categories can be made and child threads can be started. Like what Vbulletin, Phpbb and SMF et al has.
What I am trying to figure out is if its possible to do this with the integrated forums or should I go to the standalone Bbpress installation.
October 8, 2009 at 3:32 pm #54139In reply to: How Can I Show the Last 10 Forum Posts on Home.php?
danbpfr
ParticipantTry this plugin (works with 1.1)
https://wordpress.org/extend/plugins/bbpress-latest-discussion/
number of post and forums can be set in plugin option
October 8, 2009 at 2:27 pm #54133In reply to: Can't Add Friends
halvarez
ParticipantHello
I have buddypress 1.1.1 with WordPress Mu 2.8.4a.
When I try to add a friend says to me: ” The friendship cannot be tried ”
That I do?
October 8, 2009 at 2:10 pm #54131In reply to: Forum at front page?
danbpfr
Participant@david lewis
it’s not hard: the plugin still exist.
https://wordpress.org/extend/plugins/bbpress-latest-discussion/
And works with 1.1 new forum integration. Even if not necessary because latest post appearing in the side wide activity. So the plugin is only interesting if you don’t use SWA or if you use a custom homepage or an external bbpress install…
If you use it, don’t forget to set the right DB table prefix in the plugin option (default is bb_, but now it’s wp_bb_)
select the forum you want to exclude, enter connection infos and that’s it !
Have fun !
October 8, 2009 at 1:21 pm #54129In reply to: External Blogs
peterverkooijen
ParticipantWhy don’t you try it youself?
Because I know it’s on the roadmap, I think for version 1.3 – and I’m not really a programmer.
Maybe taking feedwordpress as starting point could save Andy and others some time?
I’ll look into this myself when I upgrade to 1.1, which is going to be a mess with all the amateurish hacking I’ve done…
October 8, 2009 at 12:41 pm #54126In reply to: What's "bp_before_blog_page" all about?
David Lewis
ParticipantYa. Haven’t played with them but it’s a cool idea. I assume it allows you to do “stuff” at those points in the code… i.e… run / insert something at those locations in the templates using a functions.php file. Pretty cool. WordPress has them as well.
October 8, 2009 at 4:31 am #54111In reply to: Trouble Upgrading?
djsteve
ParticipantI found the upgrade instructions to be incorrect for older versions of BP to be upgraded. Not exactly sure which version I was running, pre1.0 I guess.. buddypress was in “mu-plugins” (that’s where we were supposed to put it back in the day right??)
Anyways, I could not find anyway to “deactivate buddypress” – maybe I’m losing my mind.
So I got stuck on that part.
I decided to backup my install, then delete all the buddypress files / folders I had in “mu-plugins”, then upgraded wordpressmu to 2.8.4a – then uploaded newer buddypress into “plugins” – so far seems to work, not sure if I lost anything, or if I would lose anything doing this on my other buddypress site.
Any suggestions?
I suggest a not in the upgrade instructions for anyone attempting and older bpress version upgrade.
-
AuthorSearch Results