Search Results for 'buddypress'
-
AuthorSearch Results
-
September 7, 2012 at 6:25 pm #141225
@mercime
Participant@jaymeselman Note: If you’ve revised any of the BP template files transferred to your backstreet theme folder in server during the BP Compatibility process, please delete those 6 BP folders transferred to your theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
September 7, 2012 at 6:21 pm #141224In reply to: BP Photos+tags not working
juanmaguerrero
ParticipantHi, @erikahrend there’s no plugin now that does that, but if you can manage to code a bit you can use de “BP Labs” plugin mention autocomplete feature disguising it as “tags”. You will not have the feature of pointing specific x1 y1 / x2 y2 square tag position but at least your members will be able to mention “who appears in this pic?” and the mentioned users will be notified… maybe that will suit for a while
September 7, 2012 at 6:21 pm #141223jaymeselman
Membersorry
September 7, 2012 at 6:01 pm #141221In reply to: [Resolved] Allignment – BlackLight theme
@mercime
Participant@tomelk31 It should rein in BP content to the left to lift up the sidebar. Where did you add the style to `#content .padder` and the styles I mentioned for you to copy from the Twenty Ten modifications? I’m looking at your blacklight/style.css file in server and the styles have not been added at all.
September 7, 2012 at 5:53 pm #141219@mercime
ParticipantA day hasn’t passed by and you’re already bumping your post. Know that those who help out in the forums are all volunteers living in different time zones.
September 7, 2012 at 5:51 pm #141218@mercime
Participant@cleaus there’s `get_template_part(‘content’, ‘page’ ) ;` in your page.php file which means I need the code to content-page.php file as well
September 7, 2012 at 5:30 pm #141217In reply to: [Resolved] Allignment – BlackLight theme
tomelk31
MemberThanks for your reply. I added the code above to my stylesheet but it didn’t change anything.
September 7, 2012 at 5:09 pm #141215jaymeselman
Memberbump
September 7, 2012 at 4:43 pm #141214Quint
ParticipantI am running WP 3.4.2, BP 1.6 and I am able to both join and leave a group (thus, the buttons are visible and perform as designed).
September 7, 2012 at 4:40 pm #141213toccia
Participant@dcavins Hey did you get a solution? I have exactly the same problem on a Linux server (RedHat).
Latest wordpress and buddypress versions, default theme… Looked all over the internet…September 7, 2012 at 3:46 pm #141212ploupas
MemberAbout 3)
quick and dirty, maybe could been added as feature when user registers and has made comments before
‘UPDATE wp_database.wp_comments SET user_id=’User_ID_our_member_got_after_succesfull_registration’ WHERE comment_author_email=”his/her_old@used_before_mail.com”;’
edit: Is it normal looking at bp_blogs_record_comment() function for a chance to import “properly”?
http://phpxref.ftwr.co.uk/buddypress/bp-blogs/bp-blogs-functions.php.source.html#l227September 7, 2012 at 3:14 pm #141209In reply to: Restrict Group Creation
@mercime
Participant== Yes it work with the admins but for other user account type the plugin didn’t allow them to create a group. ==
For group creation In BuddyPress at this time, it’s either Admin or “others” – the users/members – that’s it. So there’s no conflict when only the Admin can create groups if you uncheck “Enable group creation for all users.”
September 7, 2012 at 3:06 pm #141207In reply to: Theme compatibility?
@mercime
ParticipantBasically, you will no longer need to install the BP Template Pack plugin to make your WP theme compatible with BuddyPress as this new feature serves as a fallback for any WP theme which does not have BuddyPress templates in it. The feature is the same way bbPress plugin templates are served up in WP themes.
September 7, 2012 at 3:01 pm #141205rcpessoa
MemberHello, I have the same problem, and I am using the default theme for buddypress, any ideas on how to fix this issue?
September 7, 2012 at 3:00 pm #141204In reply to: Activating Buddypress features
@mercime
ParticipantYou need to install/activate BP Template Pack plugin to make your WP theme compatible with BuddyPress.
September 7, 2012 at 2:16 pm #141201In reply to: Filtering by user field not working
Roger Coathup
ParticipantIt is possible to filter profiles, but you’ll need PHP development skills — It’s not possible directly with ‘out of the box’ BuddyPress
September 7, 2012 at 1:19 pm #141199In reply to: Adding a new buddy press page
geekasso
ParticipantThank you very much. That is a great link and definitely helps understand the buddypress core.
Thanks again.
September 7, 2012 at 12:33 pm #141197In reply to: Filtering by user field not working
Roger Coathup
Participant@rcpessoa – that’s not how those links work – they are not a filtering mechanism.
Instead they do a search across the member profiles for any text that has that value.
It gets applied somewhat non-sensically to any profile data, and is a confusing UX element that can be turned off – have a google for how to do that.
September 7, 2012 at 9:10 am #141195In reply to: Creating a at-a-glance section (Question)
Tammie Lister
ModeratorUsually in BuddyPress that would be the site activity stream. You can embed that anywhere you want. Would that be a good solution? http://testbp.org/activity/ shows what it by default would show – but a number of plugins also show output there.
I see you mention hours they contributed – this seems more user specific not site specific (which the other things you list do fall into). If it was me I’d try and keep the two separate and maybe show a user table somehow of stats like that or leave it on profiles. That or perhaps what you are meaning would be an output like ‘bob volunteered 4hours today’ rather than a running total. In that case, it would be down to custom development or a plugin that is monitoring those donated hours. But, the hook is there in BuddyPress for it to output.
September 7, 2012 at 9:07 am #141194Tammie Lister
ModeratorI think you’ve already asked this

Better to keep to one thread – doesn’t get a faster answer by asking multiple times.
September 7, 2012 at 8:53 am #141191Tammie Lister
ModeratorI just did a quick check and that plugin is only designed to work for the members directory not site wide from what I see. Either that or it’s stopped working on activity, but the notes seem to indicate it’s designed for members directory.
Per user you can set it yourself but I guess you want a solution that forces users to have it displayed one way? If the per user method works though you can under their user settings in the admin.
This thread: https://buddypress.org/community/groups/requests-feedback/forum/topic/fullname-vs-username-vs-first-last-name/?topic_page=1&num=15 has some thoughts on solutions but they are all code and not sure how applicable to the current code base.
https://buddypress.org/community/groups/buddypress-usernames-only/forum/topic/bp-username-only-plugin-announcements/ however may be another thing to consider.
September 7, 2012 at 8:34 am #141190In reply to: How to post blogs since upgrade to 1.6.1
CallMeAndy
ParticipantSo Multisite BuddyPress and WP now, all other plugins removed.
This makes no difference there is no interface for someone newly registerred to act as a contributor.On delving it is obvious why – new registrants are not added to existing sites including the main blog. If you add a user manually to the main blog he gets his contributor interface.
So I guess what I need to know is if there is a way to automatically add him to the main blog on sign-up.
September 7, 2012 at 8:02 am #141188cleaus
ParticipantSorry, i did not realise. Here they are again:
Index: http://pastebin.com/1GbGaU1e
Page: http://pastebin.com/g79JRmVj
Sidebar: http://pastebin.com/ZraRFumy
Footer: http://pastebin.com/5Q1rHp0R
Thanks
September 7, 2012 at 7:25 am #141187ashishwd
Memberhello @roger,
I tried this but when i updated the profile field using this editor, it gives me limited used of tags like bold or italic tags not allowing me to use font color and font size. and after editing the profile field when i check the profile page it gives output in html code format. is this the problem of strip_tags.
please guide me.
September 7, 2012 at 7:10 am #141185@mercime
ParticipantB. CREATE a NEW BLANK FILE named sidebar-buddypress.php
Open up the blank sidebar-buddypress.php file and add the following within:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/strings/ in the same directory where your regular header.php and sidebar.php files are
D. Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.
-
AuthorSearch Results