Search Results for 'buddypress'
-
AuthorSearch Results
-
July 24, 2012 at 6:15 pm #137932
In reply to: Explain the @mention
bhappy
ParticipantOkay a I know about Twitter. I clicked on my “mention” and I got this response:
Sorry, there was no activity found. Please try a different filter.
So do I go to my friends page to mention….I tried in my comments to @name but nothing happened…lost here.
July 24, 2012 at 5:34 pm #137930In reply to: multi-domains plugin conflict?
Paul Wong-Gibbs
KeymasterSure. Make a ticket on https://buddypress.trac.wordpress.org/ and we’ll look into it for a future release. If you are able toacreage a patch for this change, it’d get into BP quicker.
July 24, 2012 at 5:30 pm #137929In reply to: Screen Notifications. A comprehensive thread.
Andrew Tibbetts
ParticipantThanks modemlooper.
I have been looking though the code for over a month now and I’m getting nowhere.
I am trying to modify the “BuddyPress Activity Comment Notifier” plugin to do what I want—it takes activity update comments and makes a screen notification for them.
This is exactly what I want to do but for post comments, not activity update comments.
A possible solution that I’m stuck on is how to trigger an activity comment when someone creates a post comment.
Well, I’m stuck on everything; even how to approach this, and most likely, I’m going about this all wrong.
If any kind soul can take a minute to provide details, it would be greatly appreciated—otherwise it might be nuts to the client.July 24, 2012 at 5:27 pm #137928In reply to: facebook thumbnails and url
Paul Wong-Gibbs
KeymasterLook into something called “Open Graph”.
I’m not aware of any decent plugins that add Open Graph markup for BuddyPress content, before you ask
July 24, 2012 at 5:26 pm #137927Paul Wong-Gibbs
KeymasterActivity stores data in what’s known as a “modified preorder tree traversal” structure; it’s a way of storing hierarchical data. http://www.sitepoint.com/hierarchical-data-database-2/ has more information.
Left and right are used to store the position of the node in the tree. Unless you want to/are able to figure out correct values, I strongly suggest you use BuddyPress’ APIs to insert or update data.
July 24, 2012 at 3:34 pm #137924In reply to: Moving Buddypress
The API Guys
ParticipantFurther, if I can get to the Activity Stream and I try to post something, nothing gets posted and the page redirects to home.
July 24, 2012 at 3:13 pm #137923Toby Cryns (@themightymo)
ParticipantThanks for the reply, Paul.
Here is a 30-second screencast I made showing the issue in action as well as the weird solution.
July 24, 2012 at 2:37 pm #137922In reply to: Moving Buddypress
The API Guys
ParticipantAnd to be clear, I’m using BP-Default for this testing, although it’s not the theme I plan to use.
July 24, 2012 at 2:36 pm #137921In reply to: Moving Buddypress
The API Guys
ParticipantSo where I stand, Activity Stream only works if I DON’t have the correct page selected. That is, if I set it to Activity, and then try to open that page, it will redirect to home. If I set it to Actividad, and then go to Activity, the Activity Stream is there. Members still has the same problem. Going to the Members page works, but clicking on a profile redirects to Home.
July 24, 2012 at 2:26 pm #137920In reply to: Moving Buddypress
The API Guys
ParticipantUmmmm,. sorry for the message of good news. The Activity Stream isn’t right yet, either.
July 24, 2012 at 2:25 pm #137919modemlooper
ModeratorHave you checked out https://wordpress.org/extend/plugins/buddypress-group-forum-extras
July 24, 2012 at 2:12 pm #137917In reply to: Moving Buddypress
The API Guys
ParticipantAha! It seems that I had deleted the original Activity page, but didn’t empty the trash, so I created a conflict, no matter what I set as the Activity Stream page in the Buddypress admin settings, it knew that there was something in that trash, I guess, that it was originally pointing to?!?
July 24, 2012 at 2:02 pm #137916In reply to: multi-domains plugin conflict?
vebailovity
ParticipantHi,
@Paul Gibbs, that’s a very good point. However, would it be possible to wrap that portion in a hook, or expose the resulting domain in a filter? This way the core could carry on doing its thing, while the plugin could hook up to that and take care of itself.
July 24, 2012 at 1:58 pm #137915In reply to: Moving Buddypress
The API Guys
Participantdefine(‘WP_DEBUG’, false);
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘qiaccess.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
define ( ‘BP_ROOT_BLOG’, 105 );
define( ‘SUNRISE’, ‘on’ );Buddypress site is community.qiaccess.com. I’ve changed all of the links in wp_bp_activity to reflect this, but still, no activity shows.
July 24, 2012 at 12:30 pm #137913In reply to: Activity Link Redirecting to Home Page
abbie2636
ParticipantYes thanks Paul. I did this all originally. I think the issue has come about from installing plugins. I have done a few things since then, but I don’t think this should be the issue. I’d love to be able to completely delete & reinstall BuddyPress, but I did try this, including deleting all the items from the database, and nothing happened so I’m hoping another fix can come about.
Here is a link to the error log although not sure if you’ll be able to open it.
July 24, 2012 at 12:30 pm #137912yours2share
MemberThanks very much for your replies. The ConstantContact API hadn’t responded via the WordPress forums so I thought I’d try you. The CC integration is pretty critical for me, if it doesn’t work, then I probably can’t use Buddypress.
The CC API support doesn’t say whether it works with BuddyPress or not. I’ve just realised that I hadn’t tagged the forum post correctly so they might not have picked it up, I’ve done this now, so maybe I’ll hear from them.
It’s hard for me to give any further information. If I switch BP off and S2members on, CC fields appear as I’d expect, switch BP on and S2members off and nothing appears on the BP registration screen.
July 24, 2012 at 11:53 am #137910In reply to: Replace BBPress forum with BuddyPress forum?
wtawta
MemberThanks Paul. I got it sorted. Turns out my theme designer actually removed the elements I wanted and a few lines of code in the css fixed my up. Looking forward to buddypress 1.6. Thanks again!
July 24, 2012 at 10:34 am #137907In reply to: using classipress with buddypress
Tammie Lister
ModeratorWhat you are asking for sounds beyond what I would expect a theme to do. However, this forum really isn’t the best place to ask I would point you to ask the theme developers. I do know this may not be what you want to hear but truly they will be the ones that know their product the best, not those of us on this forum. I hope you have success contacting them and get a theme that works for you.
July 24, 2012 at 10:32 am #137906Tammie Lister
ModeratorJust to be clear, what you are saying is that there are a number of things you think BuddyPress fails at with regards to social content sites and you’d like to see changed? If so I’d recommend you either / or post this in the Requests / Feedback section (it may get lost in this section) and also look to open tickets if you think it’s a valid enhancement request or bug https://buddypress.trac.wordpress.org/
July 24, 2012 at 10:29 am #137904In reply to: How can I find my topic
Roger Coathup
Participant@djpaul – has anything changed recently, as the ‘Load More’ AJAX in my profile activity stream no longer works for me. Pretty sure, this was functioning correctly a couple of weeks back. Without this, it makes it even harder to find previous topics.
July 24, 2012 at 10:28 am #137903Tammie Lister
ModeratorAre you trying to build your own widget or add them as menu links? Ideally you shouldn’t remove things from the admin bar as that’s a control panel really for users but this link should provide a starting point for you:
July 24, 2012 at 10:26 am #137901In reply to: Group Creation
Paul Wong-Gibbs
KeymasterIn BuddyPress 1.6 (due out soon – weeks, rather than months) there is an admin option to do this. In the interim, maybe look on wordpress.org for plugins.
July 24, 2012 at 10:25 am #137900In reply to: Featured image box/option not showing up on mobile
Paul Wong-Gibbs
KeymasterLooks like issues with the BP Mobile plugin rather than BuddyPress. Have you tried contacting the BP Mobile plugin’s author for support?
July 24, 2012 at 10:25 am #137899In reply to: Seeking Advice on Styling
Tammie Lister
ModeratorWhen you say tweak it all depends on what you want to do as a lot you can simply do using CSS which means no needs to dive into the actual templates. I’d recommend a tool like Firebug http://getfirebug.com/ or Inspector depending on what browser you use. Using that you can view your page and inspect each element adjusting the CSS live and see the results.
Now, if you do want to dive deeper into templates it all depends on your theme. What should happen is your theme would be a child of BP Default ‘or’ use the template pack – I don’t know what theme you are using so don’t know what is the case. Some premium themes do bundle the files for BuddyPress (and often BBPress) in with the theme. Depending on your theme does also depend on where the BBPress template files may be. It could be it’s using default styling, it could be it has called it’s own – in this case the files would be in your theme folder. Ideally it should do the later if using customisation.
If you just end up doing CSS you can override in your themes CSS.
I would encourage you if you can to link in your site as it’s not the best way to view an image and diagnose CSS (or suggest if just can be CSS). Also stating what you want beyond you don’t like look – most things can be done in CSS but you may want more structural and for that it would be wrong to just suggest CSS.
July 24, 2012 at 10:20 am #137895In reply to: Replace BBPress forum with BuddyPress forum?
Paul Wong-Gibbs
KeymasterIn BuddyPress 1.5.6, you have the choice of two forum types: site wide, and group forums. Both are powered by bbPress; the former by bbPress 2 (the plugin), the latter by bbPress 1 (the standalone software). Right now, you can’t use bbPress 2 for group forums.
When BuddyPress 1.6 is released, you will be able to use bbPress 2 for group forums. And that’s what we’re strongly encouraging everyone to do; bbPress 2 is a much better piece of software, and is in active development (bbPress 1 is dead).
-
AuthorSearch Results