Search Results for 'buddypress'
-
AuthorSearch Results
-
December 11, 2010 at 2:39 am #100249
In reply to: Sort buddypress group members alphabetically
amahesh
Memberstill need some help with this, any ideas?
December 11, 2010 at 2:27 am #100248In reply to: WordPress/BuddyPress Facebook integration?
JamieMM
MemberFacebook Connect is what you are looking for I believe. I have used it with buddy press and it works fine
December 11, 2010 at 1:23 am #100246In reply to: No “groups_before_delete_group” hook?
Leah
ParticipantWow, thats really cool! @farmer paul
Had a thread in the past trying to build interest for a Docs plugin and came by some new info on docs and others doing intergration. Was bout to revitalise my old thread but thought I post it here instead.
December 11, 2010 at 1:09 am #100245Boone Gorges
KeymasterIt almost certainly means that the JS that replaces the form enctype isn’t working. See the last step in the readme installation for what should be a fix.
December 10, 2010 at 10:11 pm #100240In reply to: New WP theme framework will have BP support
Paul Wong-Gibbs
KeymasterAlso announced today, Brian Gardner (Genesis) has announced that Andrea and Ron Rennick’s long-standing support for BuddyPress (GenesisBuddy / premiumbpthemes) will officially be moving to StudioPress next week. (source)
WooThemes have been working on BuddyPress support for their Canvas theme (as far as I know) for sometime.
This is just the bigger names. There are lots of smaller theme shops and designers releasing BuddyPress themes. The future’s bright, the future’s orange
December 10, 2010 at 8:39 pm #100237hugo
Participantany fix on this?
December 10, 2010 at 8:29 pm #100236In reply to: PHP help links in bp_core_add_message
December 10, 2010 at 8:09 pm #100232December 10, 2010 at 7:06 pm #100228In reply to: BuddPress languages
James
Participantthanks @DJPaul ,
somehow I missed this plugin. Yes, it includes two very good plugins, unfortunatelly, bp translate is left without support, but first, what I am faced with after activation is some mistake with flags path “Incorrect Flag Image Path! Please correct it!”.
if someone will try this plugin too, I have WPMU 3.0.3 + BP 1.2.6.actually, this is quite interesting, how bp translate could work successfully, when latest qtranslate breaks almost all bp pages, RSS etc.?!
December 10, 2010 at 5:49 pm #100222In reply to: Database Schema map
Paul Wong-Gibbs
KeymasterDecember 10, 2010 at 5:46 pm #100221Paul Wong-Gibbs
KeymasterI’m closing this topic as the most reply is off-topic and was duplicated from https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/wpml-org-bp-multilingual-plugin-support-1/, which is a better thread for that discussion.
December 10, 2010 at 5:42 pm #100219In reply to: BP bar is messing up my website. Please help
Paul Wong-Gibbs
KeymasterTemplate Pack just helps you out by bringing in the bare minimum CSS and Javascript required for BuddyPress. It’s impossible for us to make all the theme features of BuddyPress integrate seamlessly into everyone’s website automatically. You’ll need to add custom CSS.
December 10, 2010 at 10:23 am #100202In reply to: Removing posts authors avatars…?
James
Participanthi,
this solution works for child theme.
you add code of r-a-y to your style.css and all works like a charm.
(check topics on how to create child theme).December 10, 2010 at 9:31 am #100200In reply to: where to get older releases of bp?
roman
Participant@xevo: sure its not bp devs responsability and im far away of thinking that. but it apears strange to me, that the ame plugins work perfect on a system which had been updated to the current version (1.2.6) after having the plugins already installed… so that could be a hint to the devs
December 10, 2010 at 1:01 am #100189In reply to: First instalation problem
Virtuali
Participant@clerio.aguiar, https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
This would help us a-lot, a simple error message isn’t quite enough
December 10, 2010 at 12:47 am #100188Virtuali
Participantdelete the plugins.. to get rid of the error messages for now. (we will get them back eventually)
After you do that, does your buddypress function correctly?
December 10, 2010 at 12:17 am #100187In reply to: where to get older releases of bp?
Virtuali
Participant@hnla, I use a 1.2.5 of BP. only because the newest causes more problems with my situation. I have tested the latest version, and I see no major differences that I just must keep the newer version. Once they come out with 1.2.7, or so, I will check it out.
But for now, 1.2.6 is not on my list.
December 10, 2010 at 12:10 am #100186In reply to: where to get older releases of bp?
Xevo
ParticipantIt’s not buddypress devs responsibility too update plugins.
December 9, 2010 at 11:52 pm #100184In reply to: Is this possilbe with BuddyPress?
doodlz
MemberThanks mercime. Do you guys know if gigpress will work with wp and bp as well? Can site visitors add content to archived gigs? Sorry for these questions. I’m just not envisioning the whole thing yet. I guess that’s why I would need a buddypress developer to help me!
December 9, 2010 at 11:22 pm #100183In reply to: Admin Bar Disapears
WRAWRWAWR
ParticipantI’m having the same issue with the Jooc theme. Admin bar is loading fine in the default theme, but as soon as Jooc is activated it disappears.
I’m a coding noob and tried deleting this code from functions.php in the jooc theme folder to no avail.
`function arit_remove_buddypress_admin_bar_install() {}
function arit_remove_buddypress_admin_bar_init() {
if ( function_exists(‘bp_core_admin_bar’) ) remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );
if ( function_exists(‘bp_core_admin_bar_css’) ) {
remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 ); }
if ( function_exists(‘bp_core_add_admin_css’) ) remove_action( ‘admin_menu’, ‘bp_core_add_admin_css’ ); }
function arit_remove_buddypress_admin_bar_uninstall() {}register_activation_hook( __FILE__, ‘arit_remove_buddypress_admin_bar_install’ );
add_action( ‘init’, ‘arit_remove_buddypress_admin_bar_init’ );
register_deactivation_hook( __FILE__, ‘arit_remove_buddypress_admin_bar_uninstall’ );`Also tried deleting this from style.css:
`padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */`
That also did not work. I would like to move the admin bar to the bottom instead of eliminating this. Any word from the designer or any thoughts? Thanks…
December 9, 2010 at 6:05 pm #100168Paul Wong-Gibbs
KeymasterWe’re aware of the is_page() issue with WP 3.1
@avinanrey keep your language polite.
December 9, 2010 at 6:03 pm #100167In reply to: Is this possilbe with BuddyPress?
@mercime
Participant@doodlz check out the BP Codex as well like:
https://codex.buddypress.org/getting-started/before-installing/
https://codex.buddypress.org/getting-started/configure-buddypress-components/
etcDecember 9, 2010 at 5:36 pm #100163In reply to: Citizen Kane Theme white space
Ekine
Participant@modemlooper Sounds great. (:
Two more questions…
When updating the theme, how can we maintain custom css changes without editing custom.css after updating?
Is it possible to show the ad code (sidebar.php) only on certain wordpress pages. Because I would like to hide this ad code on most buddypress related sites.One more suggestion, how about adding ajax pagination for latest blog posts and or maybe ^^ make ’em sortable by date, most hits and most comments. (:
See screenshot: http://i56.tinypic.com/9bazye.png
December 9, 2010 at 5:33 pm #100162In reply to: Is this possilbe with BuddyPress?
doodlz
MemberThanks for helping me with my decision on using Buddypress. I’m exploring it further.
December 9, 2010 at 4:53 pm #100159Hugo Ashmore
ParticipantLikely if the plugin is called ‘single random post’ then you would place some form of template tag in one of the post loop pages i.e index.php or single.php however you are asking a question about a plugin on another plugins support site, I assume this isn’t a BuddyPress specific plugin but a WP one? If the plugin instructions are not clear then it might be best to see if the authors can answer specific questions.
-
AuthorSearch Results