Search Results for 'buddypress'
-
AuthorSearch Results
-
September 9, 2012 at 6:04 am #141311
In reply to: NING importer
@mercime
ParticipantThere was a free plugin but it has not been updated for some time https://wordpress.org/extend/plugins/import-from-ning/ There have been many changes to BP since the plugin was released though.
There’s a premium plugin http://premium.wpmudev.org/project/ning-to-buddypress-user-importer/
which states it’s compatible with latest version. There’s a link to contact them on same page for any pre-sales questions.September 9, 2012 at 12:06 am #141310In reply to: How to restrict widgets in s2member
Quint
ParticipantSeptember 8, 2012 at 11:21 pm #141309In reply to: Buddypress generates “bpfull-35×35” avatars
Philipp
ParticipantThank you for the reply @karmatosed !
I do use the latest version of Salutation. But I already asked the developer and he’s sure that it has nothing to do with the theme?!September 8, 2012 at 10:25 pm #141307Quint
ParticipantHhhmmm… okay. My site is not yet production yet but has been operational for about 1 year. I have created many dummy members, and groups. A few months ago, I changed the “members” and “groups” slug to more appropriately reflect the site’s intent per instructions in the Codex. The redirects work fine… or so I thought. All member and group activity created prior to the slug name change redirect to a 404 page when any of them are selected. So, the “hardcoding” you mentioned above applies in this case as well?
September 8, 2012 at 9:55 pm #141305In reply to: How to restrict widgets in s2member
charlietech
Participantthis is an issue
Im looking for a php code that redirect all members avatar to the correct location. Im using bp 1.6.1, and wp 3.4.2
in gtmetrix, im getting this code that need to be redirected, what do i need to do?http://www.xertionfitness.com/wp-content/plugins/buddypress-old/bp-core/images/mystery-man.jpg
September 8, 2012 at 9:49 pm #141304In reply to: How to restrict widgets in s2member
modemlooper
ModeratorYou need to request support at the s2member support forum. This is not a BuddyPress issue.
September 8, 2012 at 7:30 pm #141300In reply to: phpfox v3 – buddypress
@mercime
ParticipantNone that I know of. You need to import one?
September 8, 2012 at 6:52 pm #141297@mercime
ParticipantPlease contact your theme author re issues with Salutation theme compatibility with current BP version.
September 8, 2012 at 6:47 pm #141296In reply to: [Resolved] Allignment – BlackLight theme
bibliata
Participanthey thanks – I am still new to buddy press and dealing with my own theme struggle here but may be I should just switch themes
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/styling-bp-columns-theme-to-look-like-cuny-academic-commons/September 8, 2012 at 6:45 pm #141295In reply to: [Resolved] Allignment – BlackLight theme
@mercime
Participant@bibliata You can make a WP theme compatible with BP by installing the BP Template Pack plugin and going through BP compatibility process which we are addressing in this thread.
September 8, 2012 at 6:21 pm #141294bibliata
Participant@mercime got it – took me forever but the .css was all the way in
/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/cssHad to add two extra div-s in the custom.css:
div#container, div#header, div#content, div#content .padder, div#footer-widgetsNow, how do I remove the space between the div-s?
September 8, 2012 at 6:05 pm #141292September 8, 2012 at 5:20 pm #141290In reply to: Buddypress generates “bpfull-35×35” avatars
Tammie Lister
ModeratorWhat theme are you using? I ask this as it may have an impact.
September 8, 2012 at 5:19 pm #141289In reply to: [Solved] Get list of unread private messages
prowseed
Participant@shanebp, you are awesome : )
I just jumped into my ftp, located the function bp_has_message_threads() and trully there is a type param. And… the code you posted on top works like a dream : )
Thanks again.September 8, 2012 at 4:48 pm #141277proshopoutlet
Memberim using salutation its a buddypress compatible theme
September 8, 2012 at 4:06 pm #141275@mercime
Participant@cleaus I just found out that DailyPost is hosted in WP Theme Repo and the content-page.php code has the “missing” lines, see https://themes.svn.wordpress.org/dailypost/1.0.5/content-page.php
I see that the theme has a PRO version as well.So are you using the pro version or the free one from WP theme repo? If you’re using the one from the repo, you should download another copy of the theme and re-upload it manually via FTP to make sure all files are there and I will work from the code in repository. If it’s the pro version, it’s weird that it’s missing some lines which are available in the free version.
September 8, 2012 at 3:50 pm #141287In reply to: [Solved] Get list of unread private messages
prowseed
ParticipantAnd did YOU look at the codex?

Ofcourse, it was the first thing I did when I discovered the problem. I’ve been heavy googling for one hour after I made this question. At the codex there is info that the olny accepted parameters are:
{user_id, box, per_page, max}. Perhaps “box=notices” would be some point of interest (can’t check now as I’m away from working env) but obviusly there’s nothing like type
And about: bp_message_thread_has_unread()
I don’t want to check if the message I get is unread or not, but I need to make this filter on the level of query ( not display ), so I am getting only unread messages, not ‘n’ number of messages from which I am displaying only those that are unread because either way I will not display all of them or I will have to query very big amount.I see the great power of BuddyPress, but I’m pretty new in this system (it’s my second day
) and I’m jumping through files and functions looking for some clue. I could optionaly make it dirty hardcode, but then everyone in my team would push me to the pit of inferno 
//EDIT
Anyway: Thanks for interest
September 8, 2012 at 3:46 pm #141285In reply to: [Resolved] Allignment – BlackLight theme
@mercime
Participant@tomelk31 Clear cache. The Members Directory page layout is just fine in desktop and iPad. What browser/device are you viewing it in?
September 8, 2012 at 3:38 pm #141284@mercime
ParticipantYou’re welcome. Marking this as resolved
September 8, 2012 at 3:29 pm #141283In reply to: [Solved] Get list of unread private messages
shanebp
ModeratorDid you look at the codex?
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-private-messages-loop-bp_has_message_threads/Try this to start your loop
``
I’m not sure if ‘type=unread’ is valid.
bp_message_thread_has_unread() returns true or false
So you can use it in your loop to decide whether to proceed.September 8, 2012 at 2:15 pm #141288In reply to: [Resolved] Allignment – BlackLight theme
tomelk31
Member@mercime The members page shows the sidebar pushed down still. here: http://www.chelseatalk.co.uk/members
September 8, 2012 at 12:22 pm #141281In reply to: Create custom field in ’base’ group manually
drrxa
ParticipantMy specific problem is that I need to add a country select box to the extended user profile that will appear in registration form and I don’t want to add it through the admin panel because (1) it is hard to enter 256 countries manually and (2) I will need multiple instances of that list.
Now I came up with the following code after a while of digging into the core files of BuddyPress, the first part that add the ‘Country’ `selectbox` works fine, but the second part which is supposed to add the countries options does not wok, I get an empty `selectbox` that is labeled “Country” without any options:
`
add_action(‘bp_init’, ‘add_custom_country_list’); // That might not be the perfect hook to use
function add_custom_country_list() {
if (xprofile_get_field_id_from_name(‘Country’)) return;
$country_list_args = array(
‘field_group_id’ => 1,
‘type’ => ‘selectbox’,
‘name’ => ‘Country’,
‘Description’ => ‘Please select your country’,
‘is_required’ => true,
‘can_delete’ => false,
‘order_by’ => ‘default’
);
$country_list_id = xprofile_insert_field($country_list_args); // It work till here – The following part does not work
if ($country_list_id) {
$country_list = array(‘USA’,’Germany’,’England’); // To be replaced with the full country list
foreach ($country_list as $i => $country) {
xprofile_insert_field(array(
‘field_group_id’ => 1,
‘parent_id’ => $country_list_id,
‘type’ => ‘option’,
‘name’ => $country,
‘option_order’ => $i+1
));
}
}
}
`
Can anyone help me about what is wrong with this code? Thanks.September 8, 2012 at 11:53 am #141280In reply to: Theme compatibility?
Sergio De Falco
ParticipantPaul, anyway it’s pretty simple to use both methods. We know that default wp_users support first_name, last_name, nickname and description (bio). Maybe you could make possibile to modify each of that from buddypress (i made it in my theme) and make a base group with these fields. Then if administrators want to add more fields and groups you could populate xprofile table. In this way you could have a more deep integration into WordPress.
September 8, 2012 at 11:33 am #141279In reply to: BP Photos+tags not working
erikahrend
MemberThanks guys for your kind replies. @rogercoathup, will your plugin allow users to create several galleries? And will users be able to tag other users (their buddies) on photos not their own?
Thanks again.
September 8, 2012 at 10:31 am #141272In reply to: BP Photos+tags not working
Roger Coathup
Participant@erikahrend – we have an album plugin that supports full member tagging of photos – we should have an announcement shortly regarding its release — watch this space!
-
AuthorSearch Results