Search Results for 'wordpress'
-
AuthorSearch Results
-
February 3, 2010 at 11:50 pm #62336
In reply to: Convert a WordPress Theme to a BuddyPress Theme
Xevo
Participanthttp://www.bp-tricks.com/design/member-blog-themes-to-match-your-buddypress-theme/
This is pretty old, since 1.2 doesn’t have wire anymore, but it’s almost the same.
February 3, 2010 at 10:17 pm #62328In reply to: Convert a WordPress Theme to a BuddyPress Theme
thekmen
ParticipantIt’s actually quite easy with BuddyPress 1.2, just requires cutting some stuff from the default BuddyPress child template functions, adding them to your own theme functions & some CSS edits.
I will be happy to post a howto once BuddyPress 1.2 comes out of beta if it helps.
February 3, 2010 at 10:08 pm #62326In reply to: BP 1.2 Accordion UI for compact sidebar
Damon Cook
Participant@Bowe: ohh I didn’t realize that you were really aiming for an accordion. Awesome! I just got to the point where I was digging around and came across the Tabbed Widgets plugin, and I was wondering if it would be a better solution to create a plugin with the 4 or 5 BP widgets that I could plunk (technical term) into the Tabbed Widget corresponding areas.
Perhaps I’ll just wait for your tutorial? hmmm…
February 3, 2010 at 9:40 pm #62323In reply to: Multiblogs using one buddypress database?
Richard Venable
ParticipantNo WordPress MU? Those better be really good reasons! Be careful about hacking together your own network of blogs when WordPress can already do it for you. Did you know that WordPress is merging with MU for version 3.0?
February 3, 2010 at 5:43 pm #62305In reply to: Group Wiki Plugin (not a release, but in progress)
ajdinb
ParticipantI’m also available to test so let me know when beta is out. I’m testing MediaWiki WPMU SSO plugin and also found this https://wordpress.org/extend/plugins/wiki-append/. Having a group wiki is something I was looking at and I’m glad to see this one. My initial idea was to create a NameSpace in MediaWiki for each group. Of course there is user permissions issue.
February 3, 2010 at 5:06 pm #62301In reply to: Multiblogs using one buddypress database?
Jean-Pierre Michaud
Participantwhat you refer to would be a WordPressMU install, which is a multi-users/blogs version of wordpress…
February 3, 2010 at 2:39 pm #62293In reply to: Photo Albums…. omfg!!
peterverkooijen
Participant… but relationships to users need to be maintained, in a ddition to Groups and possibly even events. Then each image must maintain an associated comment/activity stream set of functionality. Finally, in order to be truly useful in a social media context, the ability to “tag” a user in an image will be very important.
That’s all metadata with image files, it has nothing to do with uploading photos, generating thumbnails, etc. I’m not saying writing a plugin to make those connections is easy, but it would be easier than writing an entire gallery/photo app from scratch.
I’ve tested several gallery scripts. I needed something that could handle upload of raw photos. NextGen came close, but still had some problems. If Buddypress tries to build an entire app into the core, it’s never going to be as solid as NextGen or Zenphoto or other established gallery apps.
Obviously Nextgen and Zenphoto are for single user galleries. That doesn’t make them any less suitable as starting points for a BP plugin. There has been some discussion about Nextgen on the WPMU forums.
This photoblog plugin claims to support WPMU. Not sure what it does. Haven’t tested it.
February 2, 2010 at 10:29 pm #62254In reply to: WordPress Attachment Nightmare..
dennissmolek
ParticipantAndy,
Are you referring to the actual file path? That is a non issue as most WP plugins for cloud/split level management work great with BP.
The issue is where in the database, and HOW in the database it is being stored.
If your saying I can MOVE the location from the #1 blog with a filter I havent found please let me know.
Also if I can choose which fields it uses to store them would be usefull, I have looked in WP upload and your avatar script and it seems hard coded into the users blog directory, which in all BP users case is blog #1 first.
February 2, 2010 at 5:48 pm #62241In reply to: Buddypress Integration
Xevo
ParticipantTake a look at this.
I really don’t recommend building in a php framework into a existing cms, it could cause a lot of issues.
February 2, 2010 at 2:26 pm #62228In reply to: Index page modification????
Xevo
Participant1. A buddypress theme isn’t so different from a standard wordpress theme, it just has a few extras.
2. Not sure what you mean by this, you have to install bp on wpmu, you can’t install them seperately. Bp is a plugin for wpmu.
3. Once installed bp correctly on wpmu or just wp, you get profiles, activities, groups etc.
Do you really understand what wpmu is? Basically its standard wordpress, but allows you or your users to make multiple blogs on one wordpress install. Buddypress allows you to turn your main blog into a social community, by adding profile and frieding options and the earlier named options.
February 2, 2010 at 12:09 pm #62222In reply to: How to customize signup form?
peterverkooijen
Participant@osasko, do you use the email login plugin? You can’t get rid of the username entirely, because WordPress is built around it, but you can autogenerate a username and hide the input field on register.php by adding type=”hidden”. It’s an ugly hack…
February 2, 2010 at 4:29 am #62210In reply to: Avatar Upload Issues
jwhitehurst
ParticipantSo I was having the problem with this on the single blog version of wordpress but not the multi user version on the same server. Then on the same server I created a brand new install of wordpress and buddypress and got it working there. I eventually found that the upload path that worked had /var/www/vhosts/url/httpdocs/wp-content/uploads but the one that did not work had just wp-content/uploads. once i changed this everything worked.
February 1, 2010 at 10:18 pm #62172In reply to: Starting real development
designodyssey
ParticipantJump in already. I’m not a programmer and the water is fine. Although BP’s Codex is a work in progress, things work the same as in wordpress which has a detailed (if disorganized) Codex. Learning Loops, hooks and php functions is enough to get started. Pick up Ajax/Jquery later.
I bought some books to help me, but you may not need them. There’s a BP book coming soon, which should help. You could probably develop something quickly, but it’ll take some time to understand how it actually works.
February 1, 2010 at 9:44 pm #62165In reply to: Starting real development
r-a-y
KeymasterHere’s a tutorial for setting up XAMPP and WordPress:
If you’re not planning on using member blogs, this tutorial should get you up and running with WordPress. Then all you need to do is install BuddyPress.
February 1, 2010 at 2:00 pm #62141In reply to: Photo Albums…. omfg!!
peterverkooijen
ParticipantSimple plugins that leverage established, mature gallery apps would prevent much of those upgrade dilemmas. Let Zenphoto and NextGen handle upload, compression, database storage, gallery creation, etc. The BP plugins then only have to provide ways to display images stored by those apps within the BP context.
That is the open source approach. What Djsteve suggests is the proprietary commercial software approach. Nothing wrong with that, but Boonex and SocialEngine are already doing that. If that’s what you want, expect to pay.
Personally I chose WP/BP because I want to be able to mix and mash scripts. Built-in forums, galleries, event management, etc. only make that harder.
February 1, 2010 at 4:11 am #62125D Cartwright
ParticipantHi again.
Just letting everyone know that the latest version of the plugin is now on the site. Various issues have been fixed, including:
CSS issues for the edit buttons/etc on pages
Wordpress image edit plugin for tinymce now implemented (still a few css issues there though)
Wiki ‘blogs’ appearing where they shouldn’t is fixed
Lots of other stuff I’ve forgotten or not aware of because Stuart/Ryo have fixed
I’ve also added support for wiki edits and wiki comments in the activity stream filters.
I doubt the plugin will be released this week but I’m hoping for early next week. Once again, any feedback would be greatly appreciated

If anyone is interested in getting email notifications for group activities/updates, please also check out this: https://buddypress.org/forums/topic/new-plugin-group-activity-stream-email-notifications
January 31, 2010 at 8:26 pm #62098r-a-y
KeymasterWhen you upgrade to BP 1.2, you can use the BP backwards compatibility plugin:
https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/
That will probably be the easiest way to keep your template tags.
January 31, 2010 at 8:18 pm #62097In reply to: Install Buddypress 1.2 Beta
r-a-y
KeymasterRead this blog post:
https://buddypress.org/blog/news/buddypress-1-2-beta/
Also what are these “errors” you speak of? Is it theme-related? Is it plugin-related?
Are you installing BP 1.2 beta on WPMU or standard WordPress?
January 31, 2010 at 2:35 am #62037marto
ParticipantHi there!
I’m actually running a trunk version of Buddypress not on MU, but on a single user WP platform. Could this have something to do with it? Everything else is working fine as intended though? I followed instructions from here:
http://wpmu.org/buddypress-now-supports-wordpress-single-user-no-wpmu-required/
And the theme I’ve yet to design, I’m using the pre-packaged standard one for now.
Cheers
January 30, 2010 at 11:10 am #62010In reply to: Intergrating BP with existing WordPress Theme
designodyssey
ParticipantWhen I have issues like this I open Firebug for Firefox and I can usually track down the problem.
January 30, 2010 at 10:07 am #62009In reply to: WordPress Attachment Nightmare..
Andy Peatling
KeymasterJust change the upload path setting and filter the location, not a big deal.
January 30, 2010 at 5:40 am #62006In reply to: Index page modification????
@mercime
ParticipantTutorial for creating BuddyPress Child Theme – https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
Use Google for more info re creating WordPress Child Themes
BuddyPress Codex – https://codex.buddypress.org/
BuddyPress Components/Features – https://buddypress.org/about/
Examples of BuddyPress sites and usage – https://wordpress.org/showcase/flavor/buddypress/
January 30, 2010 at 5:34 am #62005@mercime
ParticipantIn child theme’s style.css, add BuddyPress tag ala bp-classic’s style.css where at top you see
Tags: buddypress, three-columns, white, orangedennissmolek
ParticipantI agree that privacy is a prime concern, but I think by using plugins that work to your needs is a better approach then making everything core..
To use your analogy, WordPress is an Engine in a car.. Tested to be working 100% and made sure everything is perfect…
BuddyPress is an aftermarket Turbo that a bunch of guys got working on that engine..
It’s awesome, we all want it, but its not going to be totally perfect out the gate, and in the end may make your engine blow up..
Over Time I see privacy, images, user levels, events, projects, etc. becoming core but for now the idea is a stable base we can add on to..
If anyone ever used WP 1+ the switch to 2+ was NUTS and then 2.5+ OMG..
So much of what was a “Plugin” became core, and now look at 2.9 All those image plugins, thumbnail plugins, ETC went out the window when the core worked that functionality in.
January 29, 2010 at 9:34 pm #61996designodyssey
ParticipantThanks. I can probably figure out what you meant by this last post. I’ll look for a buddypress tag in the css header of the parent/child. I agree this will probably never be ideal as anytime there is a struggle between two ‘parents.’ Code mirroring life.
-
AuthorSearch Results