Search Results for 'buddypress'
-
AuthorSearch Results
-
December 22, 2008 at 4:08 am #34808
In reply to: News as Widget
Scotm
ParticipantI’ll try this again.

Anyone know how I might limit the Sitewide Activity widget in the Buddypress Home Theme to show only blog posts? I’ve looked in the bp-activity-widgets.php but can’t figure it out.
Cheers
December 22, 2008 at 4:03 am #34807In reply to: Error when trying to create a group
Burt Adsit
ParticipantWhen you are viewing your site, not the backend admin area, from the menu bar at the top of the screen My Account > Groups > Create a Group. If you don’t see a menu bar then you have to flip the Site Admin > BuddyPress > Show admin bar for logged out users switch to ‘yes’.
December 22, 2008 at 1:21 am #34800In reply to: Forum Integration: HELPING HINTS
jimgroom
Participantburtadsit,
You know, I may have, but you awesome folks make in so easy to introduce a new brand of trouble just about every semester. Here’s to you, BuddyPress looks awesome, and your support here is no small part of that. Thanks
December 21, 2008 at 10:56 pm #34796nicolagreco
ParticipantHudatorig in your first paragraph you explain exactly what i think..
My idead Profile Blog is always a blog but more integrated with buddypress, and i think each user need at least one blog to use as profile blog..
Maybe that can be useful to understand my idea: Any user has a DEFAULT BLOG that is a profile blog..
December 21, 2008 at 10:39 pm #34795Huda Toriq
MemberWith regard to the title: “Feature that MUST be included in next version for me..”
I’m in need of event listing. And if we look at how Facebook manage their event list, I think a pseudo-blog would also be a good base to build on. A “blog” that is open to any member to post and comment. The blog post is the event description. The blog custom field can hold specific informations: venue, RSVP, speaker, etc. The category system, tagging, etc. All is perfect, I think. Then we exclude/hide it someway so it’s not considered someone’s blog–to differentiate it with the real blogs.
Anyway, we’re all used to develop WordPress into anything we need aren’t we? 😆
@nicolagreco I think it looks like the same with the earlier version facebook status (without the status comment system)
In the previous revisions, buddypress hold each profile page as blogs. It’s not blog, it’s profile page but use the database structure like a blog. I came here in the end part of that stage of BP. I’m not sure the whole structure behind it.
December 21, 2008 at 10:00 pm #34792In reply to: Automatically Add User as Friend on Signup
nicolagreco
Participantyes, i wrote some lines of code, i hope it works https://buddypress.org/forums/topic.php?id=485
December 21, 2008 at 9:52 pm #34791Huda Toriq
Memberbp-status? Never heard about this. But isn’t BuddyPress wire has the same function as status?
Speaking about personal blog for each user, I think we had gone through this before. Every signed up user once got his/her default profile page in subdomain that acts like a blog. Then Andy made some modifications and threw then away.
December 21, 2008 at 6:59 pm #34779jimgroom
ParticipantHey all, Trent explains it beautifully here:
December 21, 2008 at 4:14 pm #34770In reply to: Error when trying to create a group
oceandoctor
MemberI’m having the identical issue with a fresh install of the Combo Pack (1.0b1). I’ve followed the instructions for installation of Combo Pack (https://codex.buddypress.org/getting-started/installing-buddypres-from-combo/) but when I select Site Admin > Profile Fields, then “Add a Group,” I get the message “There was an error saving the group. Please try again.” Grateful for any advice on this.
December 21, 2008 at 11:08 am #34757In reply to: Problem in creating a new blog
Burt Adsit
ParticipantThat you ‘toriq’ from #buddypress? Howdy.
December 21, 2008 at 10:40 am #34755In reply to: Automatically Add User as Friend on Signup
nicolagreco
ParticipantDoing that it’s a lot easy, you’ve tu use this buddypress function friends_add_friend($initiator_userid,$friend_userid)
i will work on a plugin now, i hope in 15 minutes i’m here with a new plugin
December 21, 2008 at 7:44 am #34749In reply to: Custom CSS & Groups
Burt Adsit
ParticipantMike: if you are gonna mod the adminbar may I suggest this? A plugin that does the work for you without modifying the admin bar code. Andy made some changes to the adminbar to make it possible to replace menu entries easily and add new menu items between existing menu options. I use a plugin to do this. Used to modify it every time a change came thru SVN and got tired of that.
Here’s what I use:
That’s a link to the code for a little plugin I use. What that does is it adds a new top level menu item ‘Community’ with the News, Members and all the other items that are available in the home and member themes as buttons.
You’ll need to modify this for your needs but it’s an example of how to add a new top level menu item and all the drop downs. The function oci_get_community_blog_url() goes out and gets some site options I have installed in my root blog theme. I don’t run the home theme on the mu root blog. I run it on community.ourcommoninterest.org. That menu gives access to the ‘community’ directories and recent activity. All the bp home theme stuff.
More on the adminbar in this ticket: https://trac.buddypress.org/ticket/174
December 21, 2008 at 7:23 am #34747In reply to: Problem in creating a new blog
Burt Adsit
ParticipantYou are running on windows right? Just a guess. Before installing bp you need to get mu running properly. It’s a pain on windows. What package are you using? WAMP?
To get your subdomains to work you have to edit the ‘hosts’ file in windows for *each* blog you want to have running on your windows box. The hosts file is in:
Windows 95/98/Me c:windowshosts
Windows NT/2000/XP Pro c:winntsystem32driversetchosts
Windows XP and Vista c:windowssystem32driversetchosts
Once you find it you have to create a line for each blog so:
127.0.0.1 ourcommoninterest.dev
127.0.0.1 adminstoy.ourcommoninterest.dev
That’s a sample from my laptop which I use to play with new things in mu, buddypress and bbpress. This is only the beginning of your problems on windows. I know I went thru *all* of them.
However, for now, you should replace the domain name with your chosen domain name. Replace the subdomain name with any blog subdomain name you’ve chosen. ‘trial’ in your case.
Try reading up on what it takes to install mu. Then what it takes to install mu on windows. Google finds lots of things related to mu. Here’s a start:
https://mu.wordpress.org/forums/topic.php?id=4624
You also need to follow the directions in the mu readme.txt file as it relates to apache.
December 21, 2008 at 3:15 am #34734In reply to: limit 1 blog per user
adamhdv
Memberneuromancer2701, that’s actually the exact modifications I did… for some reason buddypress lets more than one blog per person. I’ll look to make sure I installed it right.
December 21, 2008 at 2:46 am #34728In reply to: Forum notifications
gogoplata
ParticipantThis function isn’t in BuddyPress yet as far as I know but it should be a pretty easy addition. I’d create a ticket on the Trac (trac.buddypress.org) marking this as an enhancement.
December 21, 2008 at 2:26 am #34722In reply to: Custom CSS & Groups
Wardee
ParticipantOkay, I’m done! Let’s get back to work. I’ll humor you, Burt, and go to irc.freenode.net #buddypress.
Edited: couldn’t figure that out, for now, moving on to those css files…
….
December 21, 2008 at 2:07 am #34717In reply to: Flickr and Buddypress
nicolagreco
Participantbp plugins (except some function and tags) are so similar to wpmu plugin, they are almost the same of wpmu plugins.
Integrate plugin with menus and other it’s difficult but not a lot (for me
)..mmm i think you have to wait next release, but you don’t want do it, you’ve to pay someone that can do that :S and in this time only few people (i think i can) can do a bp plugin, and they ask for an high amount..
December 21, 2008 at 2:03 am #34716In reply to: Forum Integration: HELPING HINTS
gogoplata
ParticipantThank you Trent! I’ve been working on getting the forums working since they were first released and have FINALLY got them working thanks to your post and this thread. Looking back I think I had two problems:
1. I had been installing the plugin in bb-plugins, not my-plugins. I had seen my-plugins mentioned a few places but thought maybe it was replaced by bb-plugins in 1.0 and never really looked into it. I still installed and activated the plugin successfully through bb-plugins so I’m not sure if this was or wasn’t the problem but in any case thanks for pointing this out.
2. I previously modified the etc/hosts file mentioned in the other thread but it must not have saved correctly on the first try. I re-edited it to what burtadsit recommended and now we’re working.
Anyways, thanks again!
December 21, 2008 at 1:59 am #34711In reply to: Custom CSS & Groups
Burt Adsit
ParticipantDo you have irc? We keep posting around each other. Go to #buddypress on irc.freenode.net server. That will work better.
December 21, 2008 at 1:55 am #34709In reply to: Custom CSS & Groups
Wardee
ParticipantAh!!! I didn’t know there was css in there.
Burt, I can’t speak for Mike, but as for me…
I am skinning buddypress-home and buddypress-member themes, by using the custom.css in each themes’ css folder. Neither of which affect that alphabet.
Thanks
December 21, 2008 at 1:45 am #34705In reply to: Custom CSS & Groups
Wardee
ParticipantI am working with custom.css in both the buddypress-home > css and buddypress-member > css. And I can’t change that alphabet.
December 21, 2008 at 1:45 am #34704In reply to: Flickr and Buddypress
gpo1
Participantwe could use flicker plugin 4 bp..maybe someone could create a plugin or guide on making bp plugin?
December 21, 2008 at 1:33 am #34703In reply to: BuddyPress Showoff: Post your links
Mike Pratt
ParticipantI am building an Alumni social media site for West Point at http://buglenotes.com
December 21, 2008 at 1:16 am #34698In reply to: Making BP semi-private
Trent Adams
ParticipantWell, you can look at this post for a quick hack to only allow members to see anything on member profiles, groups, etc. That post has a hack that applies to the /wp-content/member-themes/buddypress-member/ theme. The buddypress-home theme in /wp-content/themes/buddypress-home/ doesn’t get the hack

You could apply it to buddypress-home theme in certain places if you don’t even want them to be able to search the blogs, groups, members, etc. but that would be a little harder to follow.
Then, on private blogs, I just use more privacy options so that private and no search engine blogs don’t show in any listings around the site. You can hack the code to actually list them in buddypress if you want, but default pattern is to not show them.
So basically, I would set the privacy for all blogs you don’t want showing and leave the main blog open. It is done with that plugin on a blog by blog basis.
Once Andy puts more of this into the core, it will be much easier, but for now we have to “hack” around a bit

Trent
December 21, 2008 at 12:12 am #34683In reply to: Custom CSS & Groups
Burt Adsit
ParticipantAny css you put in custom.css overrides *all* css. Unless groups css is being loaded after custom.css and in that case it’s a bug and should be reported in trac. Don’t think it is though.
Example:
ul#group-list li, ul#member-list li, ul#blog-list li, ul#comment-list li, ul.item-list li { background: url(../images/message_thread_back.gif) top left repeat-x;}
That’s in ../member-themes/buddypress-member/css/groups.css. In your custom.css file you can change the ‘message_thread_back.gif’ to something else by overriding it in custom.css
ul#group-list li, ul#member-list li, ul#blog-list li, ul#comment-list li, ul.item-list li { background: url(../images/my_fav_message_thread_back.gif) top left repeat-x;}
This what you need?
-
AuthorSearch Results