Search Results for 'buddypress'
-
AuthorSearch Results
-
April 7, 2011 at 2:49 pm #109745
In reply to: Tags On Profile Fields
April 7, 2011 at 2:48 pm #109744In reply to: Creating large dropdowns in profile admin
ultimateuser
Participant@graq I had to do the same for a drop down field. First I created a dropdown with let say 5 options (so you will know where to enter the other values later on). I downloaded the table from my database and added the other values through excel. Once done, I uploaded the file again in my database. Worked for me.
April 7, 2011 at 2:40 pm #109741In reply to: Setting redirect page for non-logged in users
Miko
ParticipantIn case anyone else has the same issue, I switched to BuddyPress Private Community pluign and that seems to sort everything out fine.
April 7, 2011 at 11:44 am #109732In reply to: Problems with .htaccess
MeisterYoda
Membersorry… i forgot.
The error also exists in case i deactivate buddypress und change to wp default theme.April 7, 2011 at 11:44 am #109731In reply to: Forum Profile Info for each poster
imjscn
Participantthis plugin is doing a great job on this: https://buddypress.org/community/groups/cd-bp-avatar-bubble/
but you need to click or hover on the avatar to see the stuffs. If you want to display the stuffs without click or hover, you can study his code to see how he get there.April 7, 2011 at 11:43 am #109730In reply to: Problems with .htaccess
MeisterYoda
Memberthank you Bowe.
but it didn’t fix my Problem. Only an empty .htaccess works without a permission-error. Well, is it possible to change the linkstructure for buddypress? for example index.php/activity/ instead of /activity/ ?April 7, 2011 at 11:29 am #109729In reply to: Reply to forums through Email
Miko
Participant+1 from me… I was looking at this plugin but I don’t think it allows replies by email:
https://buddypress.org/community/groups/buddypress-group-email-subscription/April 7, 2011 at 7:20 am #109719In reply to: BuddyPress Is Free
Paul Wong-Gibbs
Keymaster1.3 will be three times as free as the last version
April 7, 2011 at 7:08 am #109718In reply to: Duplicate avatars in group member loop
ultimateuser
ParticipantIve got exactly the same problem, and more users seem to. I came across this ticket: https://trac.buddypress.org/ticket/2222
But I dont think that is the solution. Ive checked the database and there are no duplicate entries – and for some reason it only happens to Administrators.
Anyone with advice on how to resolve?
April 7, 2011 at 6:47 am #109717In reply to: Profile Field – Don’t add automatic links
takuya
ParticipantUse the Custom Profile Filter plugin, but edit the plugin file. Just wrote example:
http://en.wpmubp.org/buddypress/custom-profile-filters-hack-to-keep-some-html/PS: I can’t type in codes here…
April 7, 2011 at 3:19 am #109711In reply to: Forum Profile Info for each poster
skateage
ParticipantThat is fine… Im sure when the new bbpress comes out i will revamp the forums completely. But for the time being i would sill like to know how to call on the current poster for the single page forum.
btw @gregfielding you profile page is amazing.
April 7, 2011 at 1:51 am #109708In reply to: Facebook Facelift – Video
April 6, 2011 at 10:26 pm #109705In reply to: Show pending friend requests
msullens88
Member@murasaki – this is the code I used to show either “(3) Friends” or just “Friends” based on how many requests that users has on there profile page.
<li><a href="/members/user_login; ?>/friends">Friends</a></li> <li><a href="/members/user_login; ?>/friends"><span style="font-weight:bold">()</span> Friends</a></li>and you can do the same thing with Messages
<li><a href="/members/user_login; ?>/messages/inbox">Messages</a></li> <li><a href="/members/user_login; ?>/messages/inbox"><span style="font-weight:bold">()</span> Messages</a></li>hope this helps.
April 6, 2011 at 10:02 pm #109703In reply to: BuddyPress Is Free
pcwriter
ParticipantHow about ‘free’ to do whatever you want with it?
April 6, 2011 at 7:52 pm #109699In reply to: Facebook Facelift – Video
Prince Abiola Ogundipe
Participant@alan, good to hear that. will be waiting for those themes
April 6, 2011 at 7:50 pm #109698In reply to: BuddyPress Is Free
Hugo Ashmore
ParticipantNot so much ‘free’ as Open Source under a GNU license. ‘Free’ has such an ugly ring to it
April 6, 2011 at 7:29 pm #109697In reply to: Buddypress – Personal Private Diary Options?
@mercime
Participant@philsquires wait for 24 hours before bumping your topic.
You would need to create a plugin for that private diary/blog and look at how it’s done in BuddyPress Docs plugin.
April 6, 2011 at 7:03 pm #109696In reply to: Buddypress – Personal Private Diary Options?
philsquires
MemberBump?
April 6, 2011 at 6:38 pm #109692In reply to: Order/sort activity by “most favorites”
r-a-y
Keymaster@celsosoares – I haven’t debugged your code fully, but this section:
`WHERE meta_value = ‘favorite_count’ ORDER BY meta_value`
should be:
`WHERE meta_key = ‘favorite_count’ ORDER BY meta_value DESC`
—
Also, the documentation for the `include` parameter indicates that you have to pass a comma-delimited list of activity IDs.
So you’ll need to change this:
“
to:
`
<?php
$ids = implode( ‘,’, $favorite_id );if ( bp_has_activities( ‘include=’ . $ids ) ) : ?>`
—
Again, I haven’t tested this, but give it a shot!
April 6, 2011 at 6:37 pm #109690In reply to: Facebook Facelift – Video
chouxpastry2002
Participantsuperb GUI if the the facebook gonna migrate to this one it wud be superhit in future.
guys please someone initiate this theme for buddypress. I would love to support project.
April 6, 2011 at 6:29 pm #109687In reply to: How to list user from a specific profile data ???
r-a-y
Keymaster@beppe999 – That’s one way of doing it. It’s a quick way to achieve what you want, however you lose the ability to properly paginate and to grab a specific amount of members.
April 6, 2011 at 6:24 pm #109686In reply to: Displaying certain members in a page by shortcode?
r-a-y
KeymasterFirst, you’ll need to know how to create a shortcode:
https://codex.wordpress.org/Shortcode_APIThen, you’ll need to add the shortcode parameters you just created from the article above in a BP members loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/April 6, 2011 at 6:20 pm #109684In reply to: [RESOLVED(ish)] Update avatar automagically
r-a-y
KeymasterCheck out the “bp_core_mysteryman_src” and “bp_core_fetch_avatar” filters located in /bp-core/bp-core-avatars.php.
This article details a little bit of how to do it:
http://wpmu.org/how-to-add-a-custom-default-avatar-for-buddypress-members-and-groups/April 6, 2011 at 6:17 pm #109683In reply to: Admin not receiving New User Registration emails
r-a-y
KeymasterPlease read the second point in the “Registration” section:
https://codex.buddypress.org/getting-started/faqs/specific-faqs/#registerApril 6, 2011 at 6:14 pm #109681In reply to: BuddyPress Is Free
r-a-y
KeymasterYup, BuddyPress will always be free! If you paid for it, try and get a refund

There will never be a paid version.However, there are some 3rd-party premium themes and plugins that you can add to BuddyPress, which will cost a bit of moolah.
-
AuthorSearch Results