Search Results for 'buddypress'
-
AuthorSearch Results
-
October 3, 2010 at 4:29 pm #94133
In reply to: Error Message in Buddypress Ajax Chat
Tolden
MemberNo one here who knows how to fix this?
October 3, 2010 at 2:51 pm #15547Topic: problems with another plugin
in forum How-to & Troubleshootinggiannino
ParticipantHi to all. I’ve installed buddypress on my site but i’ve encountered problems with the use of another plugin (Register plus). In order, some values in fields of users have disappeared and I cannot use Register plus until I deactive Buddypress plugin. I wish to use Register Plus for users’ sign up, could I do this? Tanks a lot!
October 3, 2010 at 2:15 pm #15546OnlyBlue
ParticipantWhere is the tutorial for buddypress plugin design and programming?
October 3, 2010 at 2:02 pm #94129Fran Parker
ParticipantIn my particular BuddyPress installation, I just had to get rid of the fivestarrating plugin, to fix this error problem.
October 3, 2010 at 1:28 pm #15545Topic: Domain Mapping MS/MU and Sitewide Blog Feed
in forum How-to & TroubleshootingMr. Bigsby
ParticipantI’m using Buddypress, WordPress MU Domain Mapping plugin and Recent Sitewide Posts widget/plugins — I was wondering if there was a way to get the domain mapped website/blog into the Recent Posts.
Thanks
October 3, 2010 at 12:59 pm #94128In reply to: Activity Stream Design Layout
pcwriter
ParticipantThe activity stream already groups conversations. The items are simply being displayed in a single column.
Modifying the display can be achieved through css.If you want to want to play around with it to mimic what you see on tv.adobe.com, start by adding the following to “ul.activity-list li”
float:left;
width:300px;
height:200px;Then work on the inner nested divs to get stuff looking awesome!
Before making actual changes to your style.css file, use the Firebug for Firefox addon to play around and test. It helps zero in on what you want to change to achieve to effect you’re looking for.October 3, 2010 at 12:29 pm #94125pcwriter
ParticipantThat will be a great start to a new week!
A few questions…
1 – I’ve got s2member set up on my install and have already coded a membership page to display info according to level and ccaps along with various other extras. I’m guessing I’ll have to take that page down when I install bp-slick, right?
2 – Do the s2member settings in bp-slick adapt to the current install, or should the current install be reset to default settings and let the theme take over?
3 – Should I wait for theme documentation before asking more?
October 3, 2010 at 10:43 am #94119In reply to: Blog section isn’t working
Paul Wong-Gibbs
KeymasterYou need to disable BuddyPress until your WordPress multisite is setup and works fully — by “fully”, I mean blog creation, multiple user accounts, commenting and permalinks.
October 3, 2010 at 10:22 am #94115In reply to: New User Register Problem
Paul Wong-Gibbs
KeymasterA lot of us try to help answering questions on these boards, but we’re just volunteers doing this for fun. We seem to get most issues replied to within a two day period, which I think is very good.
Regarding above — neither of you have provided sufficient detail (have a look at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/ for the sort of information we’d find useful). Does WordPress (without any plugins or custom themes installed) send emails correctly, for example on user registration?
October 3, 2010 at 10:17 am #94114Paul Wong-Gibbs
KeymasterYeah, a lot has changed from the 1.1 version — https://codex.buddypress.org/buddypress-site-administration/upgrading-buddypress/

Roger Coathup
ParticipantBuddyPress currently has an unusual forum implementation – it’s based on bbPress and integrated with the BuddyPress Groups concept: https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/
You set it up from wp-admin… buddypress… forum setup , but have to create the forums within your BuddyPress groups.
A new bbPress plugin solution was supposed to be released as a beta in mid-September, but that didn’t happen. The author is now suggesting mid-October.
October 3, 2010 at 9:36 am #94106Bowe
ParticipantOctober 3, 2010 at 9:19 am #94105Roger Coathup
Participantp.d.
en general, no me gusta tu solución – son privados por un razón!Si en realidad, quieres mas ‘vida’ por tu red, quizás hay una solución mejor. Por ejemplo: http://wpmu.org/introducing-buddystream-a-social-network-synchronization-plugin-for-buddypress/
Cómo se dice: “If you’re having difficulty getting your users to post updates on your BuddyPress site and the activity stream looks like a ghost town with only admin posts, then this plugin will help to fill in some content. It imports recent posts so that your users appear to be much more active.”
Suerte!
October 3, 2010 at 9:03 am #94104Roger Coathup
Participantalgunas cosas:
[es tan temprano – no puedo escribir mi respuesta en castellano]
1. You should not change the core BuddyPress files (e.g. bp-activity-templatetags.php). If you do this, you will make it much harder to upgrade your site.
2. If you want to show all activity items on the home page (including the hidden items), you can do this in your theme files (without changing the BuddyPress core files):
– Have you built your own child theme? If not, check the ‘docs’ section of this site for information
– In the activity_loop file in your child theme, include the parameter (‘show_hidden’=>true) in the call to bp_has_activities()3. No, it’s not a bug to let you reply to an activity item:
– The default logic for privacy / hidden decides whether an activity item is shown in the stream. By default, private / hidden items wouldn’t be shown. You have over-ridden this logic, by changing the template tag to show all items regardless of whether they are hidden or not
– Once an item is shown, you can reply to that item (unless it is a blog or forum item with replies disabled)4. If you want to show hidden / private items, but disable replies to them if the member is not in the group:
– Try adding an additional check for group membership in the activity-meta section of entry.php in your default theme. I’m not sure if there is enough information in the activity item to let you do this
October 3, 2010 at 6:32 am #94099Rob Sbaglia
ParticipantPhew! I solved the problem. I first deleted the BuddyPress Default 1.1.2 theme, then deleted BuddyPress, then reinstalled BuddyPress, which gave me the new default theme, which has restored all the links and the admin toolbar.
I am one very happy and relieved man.
Thank you LPH2005 and paulhastings0 for your assistance; much obliged.
October 3, 2010 at 6:19 am #94098LPH2005
ParticipantDo you have a link?
October 3, 2010 at 5:49 am #94097Rob Sbaglia
ParticipantI should be a little more specific in my problem. The theme I have going is the BuddyPress Default 1.1.2 theme. This used to work fine, but now the admin bar no longer works and all the links to the main blog, forum, groups etc etc are down.
October 3, 2010 at 5:44 am #94096Rob Sbaglia
ParticipantJust tried that. The theme that gets loaded is BuddyPress Default 1.1.2 . Is this what it should be?
October 3, 2010 at 5:40 am #94095Rob Sbaglia
ParticipantWhich folder should the buddypress plugin be in? It’s currently in /public_html/thenorthschool.com/wordpress-mu/wp-content/plugins
October 3, 2010 at 5:30 am #94093paulhastings0
ParticipantUse FTP to do a complete reinstall of the entire BuddyPress plugin again. Make sure that you have the correct folder and that it’s in the correct folder level. After that then remove your Facelook theme from the theme folder. Then see if your site comes back with the BuddyPress Default Theme activated.
October 3, 2010 at 5:24 am #94092Rob Sbaglia
ParticipantJust tried via FTP. Still no good.
Please help!
October 3, 2010 at 5:15 am #94091Rob Sbaglia
ParticipantYep, did that. That’s how I got here.
October 3, 2010 at 4:35 am #94090LPH2005
ParticipantIf you do not want to use FTP then you might try yoursite.com/wp-admin/theme-install.php and search for Facelook.
October 3, 2010 at 3:57 am #94088Rob Sbaglia
ParticipantIf I can just install the new buddypress theme with a functioning toolbar I’ll be ecstatic.
October 3, 2010 at 3:54 am #94087Rob Sbaglia
ParticipantUpdate was automatic. I don’t think I have a caching plugin – would that be through wordpress?
-
AuthorSearch Results