Search Results for 'buddypress'
-
AuthorSearch Results
-
November 4, 2011 at 9:24 pm #123761
Prince Abiola Ogundipe
Participant@megainfo, @danbrellis, please can you explain which file i need to put the above code
regards
November 4, 2011 at 8:49 pm #123760In reply to: BuddyPress Members page now gives this error
Marl0us
Memberdear,
Also confronted with same error: undefined function bp_activity_get_permalink() in undefined function bp_activity_get_permalink()
using different template, activation of activity stream worsens problem, then also on profile page errors
November 4, 2011 at 7:14 pm #123758In reply to: agenda plugin and file sharing plugin
av3c
MemberHi @Dwenaus, the change you made is still available? you can email me? someone of the user that have received the mod can send me? Thanks to all
November 4, 2011 at 6:45 pm #123753In reply to: Facebook login integrated with member account.
meg@info
Participantsee here “Five ways to integrate Facebook with your BuddyPress Community”
http://bp-tricks.com/featured/five-ways-to-integrate-facebook-with-your-buddypress-community/
November 4, 2011 at 6:18 pm #123749In reply to: How do you show a member's total post count?
James
Participantthanks for reply,
taking into account name of the function and result that I get, this function is meant for blog posts (I understand that this is clearly stated in the name of this topic too), but what I need is number of all activities, as it was discussed in the beginning of the topic.
@boonebgorges wrote nice function for this, but with an issue, which @modemlooper has described previously.November 4, 2011 at 4:09 pm #123736In reply to: autocomplete not functioning when composing message
florenceu
MemberHi @janismo and @wieseljonas,
did you ever get this issue fixed, am stuck on same issue.
November 4, 2011 at 1:30 pm #123729The API Guys
ParticipantI’m using Buddypress 1.5.1 and I don’t have:
“
around line 57. On line 56, however, I have:
“
I’m not a coder, but can I put a call for sidebar1 and sidebar2? Would one go before the Content Div and one after?
I am using a Child theme, too, by the way, with bp-default as the parent theme.
November 4, 2011 at 9:51 am #123722In reply to: How to display specific user's avatar?
ankurm
Member@johnjamesjacoby thanks…
November 4, 2011 at 9:34 am #123721tim-watt
MemberBump!
Upgraded to 1.5.1 – was working fine before for over a year…
Another issue is Logout appears due to Buddypress when not logged in – bizarre!
What’s so different with Buddypress? Somethign seriously wrong with 1.5.1, surely?
November 4, 2011 at 8:46 am #123717In reply to: How do you show a member's total post count?
James
Participant@boonebgorges @modemlooper @snark
hi guys, found this old topic and have to conclude that during last year no one has appeared with other function to count user’s activities. Unfortunately, as modemlooper mentioned, issue with incorrect count is still in there.
could you please tell if there were some changes in BP to get this number, or maybe you have some working function?thank you.
November 4, 2011 at 7:46 am #123716In reply to: Is it possible to get only the avatar-url ?
November 4, 2011 at 3:10 am #123714In reply to: Sorry, no members were found.
doctorb
MemberIsin’t buddypress only supposed to be installed sa a plugin to wordpress?
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
I did set BP_ROOT_BLOG constant. As I said, everything else is working fine. Members can login, create groups and forums, join groups, the members in a group do get listed in that group, they can send friend requests to each other and also private messages, appear in activity streams….
It’s just that members directory comes blank and friendship requests page shows no friendship requests, even when the top admin bar shows notice of new request.
November 4, 2011 at 2:37 am #123711In reply to: Profile pages not found error
thegblog
MemberI am also having this problem. Can anyone help me? Thanks in advance:
I’m running wp 3.2.1, on main directory in root, using bp version 1.5.1that was never upgraded. I have no other plugins activated on the subdomain I’m running buddypress from. I’m using the standard bp theme that came with the plugin for this and I modified my wp-config to allow bp to run on subdomain (runs on members.mysite.com): here’s the info in bp-custom.php
`<?php
define ( ‘BP_ENABLE_MULTIBLOG’, true );
define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
define ( ‘BP_ROOT_BLOG’, $blog_id );
define( ‘BP_SILENCE_THEME_NOTICE’, true );
define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ );
define ( ‘BP_BLOGS_SLUG’, ‘journals’ );
define ( ‘BP_MEMBERS_SLUG’, ‘users’ );
define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );
define ( ‘BP_GROUPS_SLUG’, ‘gatherings’ );
define ( ‘BP_FORUMS_SLUG’, ‘discussions’ );
define ( ‘BP_MESSAGES_SLUG’, ‘notes’ );
define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );
define ( ‘BP_XPROFILE_SLUG’, ‘info’ );
define ( ‘BP_REGISTER_SLUG’, ‘signup’ );
define ( ‘BP_ACTIVATION_SLUG’, ‘enable’ );
define ( ‘BP_SEARCH_SLUG’, ‘find’ );
define ( ‘BP_HOME_BLOG_SLUG’, ‘news’ );
define ( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
define ( ‘BP_AVATAR_FULL_WIDTH’, 150 );
define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 );
define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 );
define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, $max_in_kb );
define ( ‘BP_AVATAR_DEFAULT’, $img_url );
define ( ‘BP_AVATAR_DEFAULT_THUMB’, $img_url );
define ( ‘BP_FORUMS_PARENT_FORUM_ID’, $forum_id );
define ( ‘CUSTOM_USER_TABLE’, $tablename );
define ( ‘CUSTOM_USER_META_TABLE’, $tablename );?>`
Wiredtree is my server provider (I have a dedicated server with all access), and I’m running Linux w/ Apache
November 4, 2011 at 2:17 am #123710In reply to: How does Buddypress handle roles and permissions?
modemlooper
ModeratorNot really possible at the moment. Every user is a wp subscriber.
November 4, 2011 at 1:24 am #123709peeld
ParticipantWhen viewing the activity feed on my site, if the activity item was posted as an update (i.e. Daisy Peel posted an update (insert time since here), then the [READ MORE] link at the end is live and clicking drops down the remainder of the update and associated comments. Hovering over the hyperlink shows that it points to http://mysite.com/activity/p/some-number
However, when viewing the activity feed, if the activity item was posted as a response to a forum topic, or as a new forum topic, then at the end of the excerpt, the [READ MORE] text is there, but there’s no hyperlink.
I’m using Custom Community Pro, and I reinstalled it clean just to be SURE I hadn’t modified something.
I can change the text in bp-activity-filters.php here:$append_text = apply_filters( ‘bp_activity_excerpt_append_text’, __( ‘[Read More]’, ‘buddypress’ ) );
And the text of the LIVE links changes accordingly, but [Read More] is still appended to the end of the forum topic updates in the activity feed, and it’s still just dead text, so I can’t figure out where that appended text is being pulled from. Hope that helps.
November 3, 2011 at 11:13 pm #123706In reply to: Sorry, no members were found.
Paul Wong-Gibbs
KeymasterMembers not showing after they’ve logged in is very weird. So BuddyPress was a new install, rather than a plugin? Have you set the BP_ROOT_BLOG constant?
November 3, 2011 at 10:31 pm #123703spennis
MemberI have been asking for the same thing but no answer. This should be something that the Buddypress theme should integrate in future versions! It should be fairly simple and very useful! Not to mention a simple way to show the extended profiles…
November 3, 2011 at 9:19 pm #123700recycler14
MemberHI Everyone,
Can somebody help me with the ajax. The buddypress that I installed is not functioning at all. It’s not working in members, activity and some of the buddypress pages. I think it is a javascript. I am using stufe wordpress theme.
Response is highly appreciated. Thanks
November 3, 2011 at 8:33 pm #123698In reply to: Cannot create first topic in any forum
Neomie
MemberResolved it without help, thanks – deactivated all plugins until I found the problem – as soon as I deactivated the BuddyPress template pack, it started working.
November 3, 2011 at 6:24 pm #123693In reply to: Paid membership and subscription plugins
ketubahdiva
Member@kitecom: s2Member definitely allows you to do that. It does take a little work to set it up, but it’s free, and I’m really impressed with it, and with the support forums.
November 3, 2011 at 6:05 pm #123690In reply to: Cannot create first topic in any forum
Neomie
Member1. Which version of WordPress are you running? 3.2.1
2. Did you install WordPress as a directory or subdomain install? not sure
3. If a directory install, is it in root or in a subdirectory? subdirectory
4. Did you upgrade from a previous version of WordPress? If so, from which version? no
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? latest, installed yesterday
7. Did you upgraded from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? BbPress and CubePoints Buddypress Integration
9. Are you using the standard BuddyPress themes or customized themes? customized
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? came with it.
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting? uk2.net
15. Is your server running Windows, or if Linux; Apache, nginx or something else? linuxNovember 3, 2011 at 3:16 pm #123685In reply to: Don’t Inherit BP-Default CSS Child Theme
InHouse
Member@boonebgorges and @mercime I owe all I know (very little) to Codex and forum threads. I have enjoyed learning and greatly appreciate the work of all the volunteers. I was just saying in general, Codex can be hard to follow for a noob but I think that comes with trying to do more than I can before learning more basic WP skills. Thanks again for your help!
November 3, 2011 at 3:01 pm #123684Philipp
ParticipantHi Paul!
Thanks, but the code isn’t working. If I use the code above as a plugin I’m able to use all WP Tables from both installations. So e.g. I have access from both pages on the same articles,…
But with the BP tables nothing happens. Maybe there is another way I could go to reach my goal. Some ideas?!
November 3, 2011 at 3:00 pm #123682In reply to: Double Posting on Activity Page
justbishop
Member@adamx8, would love to know what your fix was!
November 3, 2011 at 2:50 pm #123681In reply to: Buddypress site tracking misses most blogs
Paul Wong-Gibbs
KeymasterHow many records do you have in your bp_user_blogs database table? Do they correspond with what you see on your website? Do any records look malformed?
-
AuthorSearch Results