Search Results for 'buddypress'
-
AuthorSearch Results
-
July 31, 2012 at 9:36 pm #138228
In reply to: BuddyPress Multi Network
ultimateuser
ParticipantThanks @valuser – but I do not want to use this plugin as it requires another of 2 plugins, of which 1 is not being updated and the other is a paid plugin.
I was thinking of using http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/ but on standard install this plugin will separate users for each subsite..
July 31, 2012 at 8:01 pm #138223@mercime
Participant@sp12 a plugin can be as simple as 3 lines of code which you can add in your theme’s functions.php file to one as sophisticated as the BuddyPress plugin.
For a multisite installation, it doesn’t make sense to just add it to your theme’s functions.php unless the main site and all user blogs are using the same theme/child themes.
In your case,
1. copy the code Otto posted at stackexchange
2. open a text editor
3. paste the code
4. save file as > alphabetsites.php
5. create a new folder via FTP/file manager/etc. named mu-plugins inside wp-content/ folder
6. upload alphabetsites.php tol mu-plugins folderJuly 31, 2012 at 7:37 pm #138221In reply to: BuddyPress Multi Network
valuser
Participantafaik with bp multi network users are shared over all subsites and see http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/
Ron says:
September 8, 2011 at 11:19 am
“Also be aware that in WP (and BP) there is only one set of users across the entire install.”July 31, 2012 at 6:14 pm #138220In reply to: Compatibility w/ WordPress 3.4.1 (display problems)
lolalulu
MemberHi Paul, yes they’re all up-to-date:
– Akismet (2.5.6)
– bAll-in-One Event Calendar (1.
– BP Labs (1.2.2)
– BuddyPress Group Email Subscription (deleted)
– BuddyPress Twitter (1.2)
– Easy Contact Forms (1.4)
– Featured articles Lite (2.4.9.1)
– Google Analytics for WordPress (deleted)
– HL Twitter (2011.7.30)
– jQuery Colorbox (4.4.1)
– KK I Like It (1.4.1)
– Private WordPress (1.3.4)
– Section Widget (3.1)
– U BuddyPress Forum Attachment (1.2.1)
– WP Live Stream (1.2.1)
– WP User Frontend (1.1)Could these have anything to do with the problem? I tried deleting/deactivating them all but those problems still exist.
July 31, 2012 at 5:48 pm #138217In reply to: Best Strategy?
StSmith
MemberThe purpose would be to completely eliminate all Buddypress functionality from the root site. The client wants to link to the /community subdirectory from the root, but does not want admin bars or any of the associated features in the root.
Ideally, Buddypress would be entirely contained in the /community subdirectory. The admin bar and all its functionality would be here. It’s almost as if they were two completely different websites that were associated with one another, but also share a userbase.
Sorry, I’m just trying to explain this clearly. Before I commit the time to the project, I’d like to have a clear idea of what I’m doing and the best way to do it.
Let me know if you need more information.
July 31, 2012 at 4:44 pm #138214@mercime
Participant@crispinr You should read this cool tutorial by @sbrajesh http://buddydev.com/buddypress/making-buddypress-activity-searchable/
July 31, 2012 at 3:02 pm #13820912sp
Member@mercime Again, the problem I’m having is that I don’t see an actually plugin on that page, just some code. I ended up posting there for clarification.
July 31, 2012 at 9:23 am #138204In reply to: Forum Default instead of Activity Default in Groups
Roger Coathup
Participantp.s the article I got the code from is: http://wpnyc.org/groups/buddypress-troubleshooting-and-support/forum/topic/changing-default-tab-for-groups/ — see comments for the 1.5 version
July 31, 2012 at 7:39 am #138199angslycke
ParticipantJuly 31, 2012 at 6:37 am #138198In reply to: Need help with blog on Buddypress please!
@mercime
Participant@ladyglam the Blogs page you’re looking at is the Directory of user-created Blogs in your multisite installation.
Search for multisite recent posts plugin in WP plugin repo shows at least two
– https://wordpress.org/extend/plugins/recent-posts-widget-plus/
– https://wordpress.org/extend/plugins/network-latest-posts/
etcJuly 31, 2012 at 4:59 am #138196In reply to: bbpress wordpress plugin
newpress
Participant@Roger Coathup said 19 hours, 47 minutes ago: “It appears you are already getting lots of support”
You still hold the same idea?
July 31, 2012 at 2:49 am #138194Kevin Ryman
ParticipantDid you use a plugin or did you edit the core code? I’d like to know!
July 31, 2012 at 2:27 am #138192In reply to: Buddypress Profiles feature request
modemlooper
ModeratorIs the widget code the same for every user but maybe a different id number to differentiate the widget?
You can do it safer by hard coding the widget and pull in the id number per what ever each user has entered into a text field. Does this make sense?
July 30, 2012 at 7:22 pm #138185In reply to: Buddypress Profiles feature request
Susan Adams
MemberMy network is a bunch of baby boomers selling crafts. I teach them how to be a merchant more effectively. Their stores on Artfire.com has a widget per seller where they can add a rapid cart, shopping window or a collection. All the code is clean and safe, no other code will be allowed. I’m aware of the spammer risks..been there, done that.
The field should look similar to a blog post editor or text widget. Besides, the rapid cart code won’t work unless a shortcode is made by adding the script to the widget area and then shortcode for it in the field. This is why I’m wondering if the multisite is a better fit, harder, but better fit for what I want to offer.
The Ning sites had pages for members like such. They were drag and drop fields with the ability to accept code. Like a comment box might. This is what I need for members. I already have a member approval mechanism installed. They have to attend the basic instructions of how to blog, to be able to use the field I need made. A sign of who they are.July 30, 2012 at 6:25 pm #138183In reply to: Buddypress Profiles feature request
modemlooper
ModeratorIt’s dangerous to allow code to be entered into profile fields. Why HTML?
July 30, 2012 at 6:23 pm #138182modemlooper
ModeratorWordPress has a loop for content. BuddyPress has its on loops for members, activity, groups etc.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
July 30, 2012 at 2:26 pm #138181ultimateuser
ParticipantI am using the plugin http://buddydev.com/plugins/buddypress-multi-network/ together with BP 1.6 (trunk). Would you know how to share user across the different networks (shared user table) but have separate groups, forums etc?
July 30, 2012 at 2:19 pm #138180In reply to: bbPress 2.1 and BuddyPress 1.6 beta 2 Group Forums
Quint
ParticipantI navigated to your site… I have a question with regard to the implementation of the group forum: In your Gun Chick topic, I see that it includes a video. It does not look like a Youtube or Vimeo video where you posted a link. Was this video uploaded to the Media Library? What I really would like to know is if you are using a plugin to allow group members to easily uploaded video? If so, what plugin? Thanks!
Quint
July 30, 2012 at 1:18 pm #138179In reply to: Registration problems
parcol
MemberIt seems the activate page is working.
I am only using the buddypress default theme. There are no other themes installed.
Buddypress mobile is installed.July 30, 2012 at 10:57 am #138177In reply to: Share external post in buddypress
Tammie Lister
ModeratorMaybe like this? https://buddypress.org/community/groups/buddypress-share-it/
July 30, 2012 at 9:29 am #138176In reply to: bbpress wordpress plugin
newpress
ParticipantI removed the total WordPress installation and reinstalled it. Installed the plugins buddypress and bbpress freshly out of the rack. forum slugs are as they were and no harm was done but it is not still resolved. Just visit my main URL and see. I think its a bug not on my part
July 30, 2012 at 8:24 am #138173falcott
MemberYep, it seems as though BuddyPress does it alright

Thanks for making me look a bit deeper.I do have another (related) question though. Is there an easy way to manage the accounts, so that I can moderate the newer accounts and preview their new posts? In the WP admin users page I can see their names and email addresses, but can’t access their BuddyPress account or posts from there.
The site is about 2 weeks old and I’m getting 4 or 5 registrations per day, and at least half are posting spam blogs. I can’t imagine what it will be like in a few months with hordes of spammers. I need a management system. Any help is appreciated!
Any help is appreciated, thanks!July 30, 2012 at 8:16 am #138172In reply to: user post – Front End
@mercime
Participant@bhappy if you’re willing to work with code, Simple Front End posting
– release notes http://buddydev.com/buddypress/buddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users/
– download/instructions http://buddydev.com/plugins/bp-simple-front-end-post/July 30, 2012 at 8:06 am #138171JoeMD
MemberYeah, I figured that out @mercime. I felt pretty stupid once I realized I’d forgotten to move the folder. 0_o
While the plugin is great, the way it displays is a little ugly. There is a lot of white ‘dead’ space around a pictures thumbnail that takes up heaps of room on a page. Something I really want to do is show the most recent photos added on the site’s home page (see here – http://www.mycollectr.com/). However, due to all that white space, it’s rather unwieldy.
Is there a way to customize this? If not I might have to look for another solution as it just looks so bad . I’ve asked on the BuddyDev site but am yet to get a response so if anyone here has any suggestions it’d be much appreciated. Oh, and I should mention I’m fairly new to WP/ BP and coding, so please post any response in newbie-friendly language. -_^
Cheers.
July 30, 2012 at 7:06 am #138170In reply to: User Image Crop Redirecting To The Homepage…
-
AuthorSearch Results