Search Results for 'buddypress'
-
AuthorSearch Results
-
September 2, 2011 at 7:59 am #119428
In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
John James Jacoby
Keymaster@simon_said – exactly right. Sorry I wasn’t more clear.
September 2, 2011 at 7:54 am #119427In reply to: List of things broken on buddypress.org
John James Jacoby
KeymasterStill to do: My topics & replies
These will likely come back when we move to bbPress 2.0.
September 2, 2011 at 7:53 am #119426In reply to: List of things broken on buddypress.org
John James Jacoby
Keymaster* Topic links are fixed
* Topic tags are fixedSeptember 2, 2011 at 6:45 am #119423In reply to: Sorry, that file cannot be edited
Paul Wong-Gibbs
Keymaster@tommyhoang Again, this is a bug in WordPress core. Not BuddyPress. It’s not been fixed into WordPress yet; look at https://core.trac.wordpress.org/ticket/16744
September 2, 2011 at 6:44 am #119422In reply to: removing group auto join
Paul Wong-Gibbs
KeymasterBP_DISABLE_AUTO_GROUP_JOIN is part of BuddyPress core. It ought to work.
September 2, 2011 at 3:57 am #119416In reply to: Remove search box from header in Default bp theme
tommyhoang
Member@sbruner, is that article up to date for the current version of wordpress and buddypress? I created a child theme and made a blank functions.php file and added the codes from step 1 and step 2. now Im a little confused with step 3, where am i suppose to put those codes and am I suppose to rename my functions.php file to page.php?
September 2, 2011 at 3:20 am #119415In reply to: What will happen if I uninstall BuddyPress?
@mercime
ParticipantIf you want to uninstall BuddyPress later, you’ll go through this process https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/
As for BP Template Pack plugin, you’d have to delete the plugin and then delete the BP template folders/files copied over to your active WP theme folder when you went through the BP compatibility process.
September 2, 2011 at 3:15 am #119414@mercime
ParticipantWP/BP versions? Could be that you have outdated theme? Change to bp-default theme and check whether mentioned misbehavior is corrected.
September 2, 2011 at 2:36 am #119413In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
@mercime
Participant@simon_said BP 1.5 Theme Stylesheet info in BP Codex – https://codex.buddypress.org/releases/1-5-developer-and-designer-information/
September 2, 2011 at 2:30 am #119412In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
sdls
Memberaaaa….. IC what’s going on here…. previously on child themes you would include the BP default theme as an @import at the top of your child theme style.css this is no longer neccesary with the way BP 1.5 loads the style. Just removed the reference and everything works great….
September 2, 2011 at 2:11 am #119410In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
sdls
MemberAppreciate the response John, so just to clarify.
All child themes for Buddypress should reference their “style.css” using wp_enqueue_style() rather then the traditional WP style of including the style reference in the header.php file?
September 2, 2011 at 1:21 am #119404Quint
ParticipantSo the code in my previous post doesn’t show. Since then, this is what I’ve included in my child theme’s functions.php file (and I have NOT done an @import within my style.css file):
This seems to work. Is the syntax for enqueuing the style.css file correct? Is this the right way to do it? Thanks.
By the way, I see that other folks are able to paste code into the comments/replies. I don’t know how to do that, hence the link. Could someone enlighten me?
September 1, 2011 at 10:56 pm #119396In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
John James Jacoby
KeymasterUsing @import in combination with linked CSS causes CSS load order issues, as the HTTP requests are not completed in sequence.
I would suggest researching and using the WordPress API wp_enqueue_style() to better avoid the fouc.
September 1, 2011 at 8:46 pm #119390In reply to: How do i let users upload their own themes?
Tammie Lister
ModeratorI’m going to assume you mean under WordPress not BuddyPress specifically and using Multisite? Is that right? If not what do you mean by theme?
September 1, 2011 at 8:35 pm #119389Quint
Participant@gregfielding: Could you let me know what step I’m missing or applying incorrectly? I have the same issue that you mentioned in your original post. So, after reading all of the recommended material regarding creating a child theme for BP 1.5 Beta 1 thru 3, the styling in my child’s style.css file still won’t be recognized (And I’m still in a slowly clearing fog. Too slow.). Here’s what I did:
1. Created my child theme folder,
2. In that I created a blank functions.php file and then added to it:`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>`3. I reloaded my browser, and the default styling isn’t there. Great.
4. Now, to my child’s style.css file, I do what I’ve done before and add the @import code:
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
5. I did Step 4 because I want to load and override the default styling, not start from scratch.Could you point me in the right direction? Thanks.
September 1, 2011 at 8:11 pm #119385In reply to: Disable the “compose message” tab
Prince Abiola Ogundipe
Participant@evo252, i have been to your site, change the code to #compose{display:none ! important;}
and compose will disappear.regards
September 1, 2011 at 7:24 pm #119383In reply to: Disable the “compose message” tab
evo252
Participant@naijaping I sent you the date on your profile wall
September 1, 2011 at 7:04 pm #119382In reply to: Disable the “compose message” tab
Prince Abiola Ogundipe
Participant@evo252, do yo have a guest account on your site? if yes, give me a link to your site and i will look at the slug or just give me a link and i will register. but do you remember to clear your cache? by pressing CTRL F5?
September 1, 2011 at 6:43 pm #119380In reply to: Disable the “compose message” tab
Prince Abiola Ogundipe
Participant@evo252, if that is what you need, just put #compose{display:none;} in you style.css, and user will still be able to message other, or friends by visiting their friends profile. i just test this and is working.
regards
September 1, 2011 at 6:28 pm #119376In reply to: BuddyPress 1.5 compatibility for plugins and themes
archonic
ParticipantI’ve got default working now. The WP plugin “Nivo Sider for WordPress” breaks pretty much all interaction just by being activated. I’m guessing it’s 1 or more conflicting .js files. I have the same plugin working fine with BP 1.2.9 but the plugin has a number of issues, definitely don’t mind using a different, more friendly slider plugin.
September 1, 2011 at 6:12 pm #119372In reply to: is it possible to let user to define his own theme?
modemlooper
ModeratorThere isn’t a custom profile plugin at the moment. There exists a group css plugin that could be used as an example in creating your own plugin. https://wordpress.org/extend/plugins/buddypress-group-css
Another option is adding profile fields and then mapping that info to CSS. See this forum topic: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/css-for-member-page
September 1, 2011 at 6:07 pm #119371In reply to: All BP links redirecting to home page…
Benjamin Allison
ParticipantFwiw, it’s WP 3.2.1, bbpress 2.0 RC-4, Buddypress 1.2.9
It’s in the root directory, everything was functioning normally (and is, apart from the redirect issue). No upgrades, all fresh installations. No other plugins are running, and no customization has taken place.
September 1, 2011 at 6:03 pm #119370In reply to: BuddyPress theme with bbPress templates
modemlooper
Moderatorwhen I get a chance, getting plugins updated first and then fixing the themes.
September 1, 2011 at 4:09 pm #119362In reply to: BuddyPress 1.5 Resources: Tutorials, Videos and Info
archonic
ParticipantI liked the video too. Niche communities around the world will surely rejoice
September 1, 2011 at 4:03 pm #119361In reply to: Upgrading Theme WP 3.2.1 & BP 1.2.9
@mercime
ParticipantBP Codex is your friend
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/Per info given in above links, open up /activity/index.php and at the top of the file replace:
``with
`<div id="page-” >`Then at the bottom of the file, replace
``
with
``
Save file. Proceed to change HTML of remaining 12 files posted in links above. There might be a need to include div entry plus closing div. But check out first how this turns out. Good luck.
-
AuthorSearch Results