Search Results for 'buddypress'
-
AuthorSearch Results
-
December 30, 2009 at 1:59 am #59712
In reply to: Friends and Groups for BuddyPress 1.3
abcde666
ParticipantHaving the option of setting certain “Friends-List” to be “public, private or hidden” would be great. So I can set a certain “Group of Friends” to be hidden from other “Group of Friends”.
Not sure if Jeffs “Privacy-Plugin” is capable of doing this ?
December 30, 2009 at 1:58 am #59711In reply to: Buddypress themes, what first?
Xevo
Participant@ Andrea: I’ll think about it, though if I choose to make it a free theme, I’ll release it somewhere in march (don’t have that much free time on my hands).
December 30, 2009 at 1:51 am #59709In reply to: How to Link to Member Profile in Comments
Xevo
ParticipantThe latest buddypress 1.2 default theme has this built in, it uses a custom wp_list_comments template callback. It’s really easy to do. Just google if you want to know more.
bp_core_get_userlink( $comment->user_id );Use that in your comment template and you’ll get a link including anchors to your buddypress profile.
December 29, 2009 at 10:57 pm #59705In reply to: 404 Page Not Found Issues – Mod Rewrite
houmie
ParticipantAhh now I understand what the problem is. many thanks for that. My WordPress Mu wasnt actually working in first place, and had nothing to do with BuddyPress.
However the question is; can I – being hosted by GoDaddy Windows Economy – access the config file of the webserver in order to make this little change?

Many Thanks for help,
Houman
December 29, 2009 at 10:26 pm #59700In reply to: Buddypress themes, what first?
Andrea Rennick
ParticipantYou might wanna make the buddybook one a free theme, since currently there are no working free themes based off facebook.
December 29, 2009 at 8:14 pm #59697In reply to: Buddypress themes, what first?
joshmac
ParticipantBoth of those themes look really nice. Good job. I look forward to seeing the others.
December 29, 2009 at 7:48 pm #59696In reply to: Buddypress themes, what first?
Xevo
ParticipantYouGo is close to finishing, but since I’m already building it for the new buddypress 1.2 and basing it off the new default theme (which is changing all the time right now), I won’t release any theme till 1.2 is stable. Building a theme for Buddypress 1.1.3 right now would be a waste of time.
I also will rethink the buddybook theme, since the guys over at wpmu-dev already made a buddypress theme based of the facebook theme.
Sorry to the people that are waiting on these, you’ll have to wait a bit longer.
December 29, 2009 at 7:38 pm #59695In reply to: BBPress Error in Buddypress
Andy Peatling
KeymasterIf it’s an old group, you must first disable then re-enable the group forum in the group admin menu.
December 29, 2009 at 7:37 pm #59694In reply to: Buddypress Theme with WPTHEME
@mercime
ParticipantThe bp-default and bp-parent-themes are theme frameworks for the BuddyPress plugin. They show what can be done with the BuddyPress plugin and I appreciate that a lot.
For a current project with WPMU as CMS plus BP for an organization, I went with creating a customized child theme using the bp-sn-parent throughout the site including all blogs for a consistent look and feel.
Aware of the time I could allocate for this project and my average skillset, creating a child theme was the path of least resistance during continuous trunk upgrades of WPMU and BP since I started this project late September for a tentative launch mid to late January. And I would say the time I invested in creating customized child themes was worth it, 10x over.
At this time, all I have to watch for in my child themes are code changes in the files from upgraded parent themes – header.php, footer.php, sidebar.php, home.php, functions.php, style.css, and some new page templates I created.
When the new bp-default theme came out for BP 1.2 trunk, I made a new child theme based on that for blog_id_1 (BP install) specifically because of the new forums layout
My only question for the new bp-default parent theme is:why is it that the only way I could find to avoid getting a white screen when I activate my bp-default’s child theme (with own home.php) is by consistently copying the code of bp-default/activity/index.php over bp-default/home.php ?
December 29, 2009 at 7:23 pm #59693In reply to: Buddypress themes, what first?
jedbarish
ParticipantXevo, any updates to your new themes?
December 29, 2009 at 6:50 pm #59692@mercime
Participanthttps://wordpress.org/showcase/flavor/buddypress/
Maybe developers of those sites can be contacted or interviewed to give more info.
December 29, 2009 at 6:30 pm #59690In reply to: BuddyPress General Settings>Select Themes>Missing?
Paul Wong-Gibbs
KeymasterThe drop down for “Select theme to use for BuddyPress generated pages:” is not visible.
That particular option was changed in BuddyPress 1.0. Since then, you just pick the site theme and that controls the setting.
December 29, 2009 at 6:27 pm #59688Paul Wong-Gibbs
KeymasterFrom the recent SitePoint podcast.
Andy Peatling said:
The BuddyPress.org site is actually over a million users because it’s connected to the main WordPress database/user database. It’s obviously not one million active users, but there is a fair few thousand active users every week, multiple thousands of users every week.
Some of the other standalone websites – testbp.org is actually over about 14,000 users now. TastyKitchen, which is which is another site using BuddyPress for recipes used in cooking, they’re around 20,000, I think.
Check the full podcast on http://www.sitepoint.com/blogs/2009/12/21/podcast-41-buddypress-with-andy-peatling/
December 29, 2009 at 6:26 pm #59687Xevo
ParticipantIf you want to run a site like those examples, your probably gonna need at least a virtual dedicated server. Not sure what exact serverspecs you need though, it’s more based on how many users your expecting.
December 29, 2009 at 5:50 pm #59686In reply to: HTML withing buddypress forums
@mercime
ParticipantAndy said he will be looking into that per this this thread in testbp.org
December 29, 2009 at 5:43 pm #59684In reply to: Buddypress Theme with WPTHEME
designodyssey
ParticipantForgive me for not having dug through the code as much as I should before commenting. I will do that before I go much further. However, one of the things that Ptah Dunbar and Justin Tadlock have made me think hard about is separation of appearance from functionality.
The goal would be for Hybrid to handle all the WP functionality in a theme “framework” (which I consider ‘less’ than a parent theme). Of course, he would bundle some templates as a starting point, but the core would be in the “functionality” files. For the developer, what is key is the knowing the custom functions, hooks and css rules built into the framework.
OK, now BP comes along. It is adding “functionality” that will hopefully “appear” somewhere. Because Hybrid is the parent, I’d want to put the BP files in the child. Again, BP would ideally be a separation of function from appearance (Andy above suggests that separation is not that good, but I’ll dig through at some point). BP functionality would be placed in the child (e.g. functions.php, .js, etc). Where those functions didn’t conflict with Hybrid, they would just be additional functionality.
Now, the BP templates would go in the child too. They would be hacked into oblivion, but as long as the functions are the same, omitted or supplemented by my own, it shouldn’t matter. When BP is upgraded, I’d have add the new functions/js, but that shouldn’t break my site unless they conflict with existing ones. The painstaking part would be looking through the templates and understanding how the new functions are used and porting what I want and leaving behind what I don’t.
Hybrid would be automatically upgradeable and the functionality part of BP would almost be automatically upgradeable. The painstaking part would be adding the functionality to my existing – custom child theme.
What am I missing?
December 29, 2009 at 5:19 pm #59683In reply to: BBPress Error in Buddypress
@mercime
ParticipantHave you created a Group in your install? Forum topics are associated with Groups. If the issue is other than that, it would help if you shared what WPMU and BP versions you are using.
December 29, 2009 at 5:16 pm #59682In reply to: BuddyPress General Settings>Select Themes>Missing?
@mercime
ParticipantYou go to the dashboard of the blog where you installed BP then Appearance > Themes – choose the theme you want.
December 29, 2009 at 5:11 pm #59681In reply to: Buddypress Theme with WPTHEME
Andy Peatling
KeymasterThe only way BuddyPress is going to upgrade without being a pain is if you either use one of the bundled BuddyPress themes as a parent, or use another framework that is kept up to date.
If you build a theme from scratch built on a copy of another theme, or do not create a child theme from a parent that is kept up to date, you are going to have a bad time.
This will always be the case, since BuddyPress is a tight combination of plugin code and theme code.
December 29, 2009 at 5:02 pm #59680In reply to: how to access to bbpress admin from buddypress??
@mercime
ParticipantYou cannot use the admin panel of bbPress if you use the one/two click BuddyPress installation. If you want a bbPress admin panel and want to install bbPress plugins, you need to install bbPress externally, then use the WordPress integration plugin, then you go to BuddyPress Forum component and click on “I want to use exisiting bbPress forum”
December 29, 2009 at 4:27 pm #59678In reply to: how to access to bbpress admin from buddypress??
lukabernardi
ParticipantThis topic seems to go a bit offtopic, so there’s no way to use the administration panel of bbPress?
If for example I wanted to activate plugins bbpress how can I do?
December 29, 2009 at 3:33 pm #59670In reply to: Buddypress Theme with WPTHEME
Andrea Rennick
ParticipantIt’s pretty much the process Simon describes.
December 29, 2009 at 2:47 pm #59667In reply to: buddypress = Content Aggregator
gpo1
ParticipantI mean gallery 2 is selfhosted with feeds ,so you can get the feeds or api .. but I’m more interested in ustream.tv ,twitgoo & twitpic !
December 29, 2009 at 1:28 pm #59664In reply to: buddypress = Content Aggregator
MrMaz
ParticipantIts not feasible to support a software package since rich media embedding relies on the URL as a key for which API to use. It would be possible to support a list of websites that use the software, but not all of them automatically.
December 29, 2009 at 1:18 pm #59663In reply to: buddypress = Content Aggregator
gpo1
Participanthttp://gallery.menalto.com (gallery 2 & 3) for people with selfhost photo sites.
view their feeds… would be awesome!
I’d buy the pro pack…
-
AuthorSearch Results