Search Results for 'buddypress'
-
AuthorSearch Results
-
June 16, 2012 at 8:44 pm #135935
In reply to: [Resolved] Can’t install BuddyPress – White Screen
@mercime
Participantnickbaer, this topic is resolved for Pinhead149, original poster of the topic. You can continue here or start a new topic for your issue. What theme was activated in your installation when you activated BuddyPress? Where are you hosted? Linux or Windows hosting? Shared hosting plan?
June 16, 2012 at 8:33 pm #135932In reply to: [Resolved] Can’t install BuddyPress – White Screen
nickbaer
MemberActually, this topic is NOT resolved. I submitted a bug ticket.
On the 3rd fresh WP install, install Buddy Press plugin, activation steps, Step 4:
Warning: Illegal offset type in /mounted-storage/home45c/sub001/sc11136/wwwBT/Talent/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php on line 642.
Just staying…
June 16, 2012 at 8:20 pm #135931In reply to: [Resolved] How to modify the width of adminbar?
bg
MemberThank you for the prompt responses to both of you! I tried yours methods, karmatosed, but it didn’t work. Then I tried yours, @mercime, which worked. So, thank you very much again to both of you.
Cheers!
June 16, 2012 at 8:14 pm #135930In reply to: Customising html for navigation menu in child theme
nickharambee
Participant@mercime Thanks, I checked out these articles, but this one looks the most promising for my needs:
http://digwp.com/2011/11/html-formatting-custom-menus/
Having said this the function in the article isn’t returning my custom menu. I added
if (!isset($locations[$menu_name])){echo "not found";}and ‘not found’ was returned. Any ideas on why this might be. I have double checked that the menu name is set correctly.June 16, 2012 at 7:34 pm #135928In reply to: [Resolved] Can’t install BuddyPress – White Screen
nickbaer
MemberI’m scared to, because of the aforementioned multiple fatal errors.
I will ask my host for advice as to which of those fixes I have access to.
Is there a recommended BP Hosting service, with much of this already fixed ahead of time?
June 16, 2012 at 7:29 pm #135927@mercime
Participant== 9. Are you using the standard BuddyPress themes or customized themes? Suffusion with the Suffusion Buddypress pack ==
This is a Suffusion/BuddyPress pack plugin issue. Please bring this to the developer’s attention. However, BP 1.6 is not out yet so I’m not surprised Sayontan, the developer, hasn’t released any updates yet.
June 16, 2012 at 7:25 pm #135926enderandrew
MemberI’ve modified what I believe is the relevant suffusion function to more closely mirror what is in bp-default.
`function suffusion_include_bp_js() {
if (!is_admin() && function_exists(‘bp_is_group’)) {
wp_enqueue_script(‘suffusion-bp-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ), $version );
$params = array(
‘my_favs’ => __( ‘My Favorites’, ‘buddypress’ ),
‘accepted’ => __( ‘Accepted’, ‘buddypress’ ),
‘rejected’ => __( ‘Rejected’, ‘buddypress’ ),
‘show_all_comments’ => __( ‘Show all comments for this thread’, ‘buddypress’ ),
‘show_all’ => __( ‘Show all’, ‘buddypress’ ),
‘comments’ => __( ‘comments’, ‘buddypress’ ),
‘close’ => __( ‘Close’, ‘buddypress’ ),
‘view’ => __( ‘View’, ‘buddypress’ ),
‘mark_as_fav’ => __( ‘Favorite’, ‘buddypress’ ),
‘remove_fav’ => __( ‘Remove Favorite’, ‘buddypress’ )
);
wp_localize_script( ‘suffusion_include_bp_js’, ‘BP_DTheme’, $params );
if ( is_singular() && bp_is_blog_page() && get_option( ‘thread_comments’ ) )
wp_enqueue_script( ‘comment-reply’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘suffusion_include_bp_js’ );`June 16, 2012 at 7:24 pm #135925In reply to: [Resolved] Can’t install BuddyPress – White Screen
@mercime
Participantnickbaer – BP Columns is a child theme of bp-default theme which means you need to activate BuddyPress plugin first before you can use BP Columns.
June 16, 2012 at 7:16 pm #135923In reply to: [Resolved] Can’t install BuddyPress – White Screen
nickbaer
MemberSo, on the 3rd fresh install of WP – no BP yet,
Before trying BP, went to install BP Columns as the theme.
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
BP Columns The parent theme is missing. Please install the “bp-default” parent theme.How can I do these manual things, if everything is auto install?
June 16, 2012 at 7:14 pm #135922In reply to: [Resolved] Can’t install BuddyPress – White Screen
Pinhead149
MemberThanks, it working fine now. Changed the memory limit on my php.ini from default to 128M.
June 16, 2012 at 7:06 pm #135920In reply to: Buddypress style forum with site wide forum?
@mercime
Participant== I guess whatever happens in 1.7 some migration path will be provided, right? ==
Yes, for sure.
June 16, 2012 at 7:03 pm #135918In reply to: [Resolved] Can’t install BuddyPress – White Screen
@mercime
ParticipantBlank pages and Error warnings about a exhausted memory –> https://codex.buddypress.org/troubleshooting/blank-pages/
June 16, 2012 at 6:58 pm #135917In reply to: [Resolved] Can’t install BuddyPress – White Screen
nickbaer
MemberMe too.
I did a fresh install of WP thru my Host. Updated it to current. Updated the 2011 Theme.
Went to plugins page and picked and installed BP.
Got a couple of different fatal Error warnings about a exhausted memory in one or another .php page… then the same White page at /wp-admin.
Happened on 2 separate fresh installs.
Scared to try 3rd.
June 16, 2012 at 5:15 pm #135915In reply to: Buddypress style forum with site wide forum?
mattjh
MemberThanks for the reply – that’s a really useful bit of information there.
So makes sense to figure out if I can make bbPress more Buddypress like by editing the templates, as a next step, then. So frustrating, as the members page works really well with ordering, filtering, searching, all via AJAX, all working with pagination! Going to be hard to match that.
I guess whatever happens in 1.7 some migration path will be provided, right?
June 16, 2012 at 4:59 pm #135914In reply to: Buddypress style forum with site wide forum?
@mercime
ParticipantTo be considered in your decision-making, Group Forums will be migrated over to Sitewide Forums come BP 1.7 https://buddypress.trac.wordpress.org/ticket/3598 so personally, I would opt for #3 or wait for BP 1.7
June 16, 2012 at 4:55 pm #135913In reply to: I’m not getting a register button or page.
@mercime
ParticipantYou’re welcome
== the defalt doesnt look so great for that. ==
The bp-default theme can be tweaked to look like a gaming theme if you know some CSS/HTML at the very least. Change background color to dark/black, add some silver/gold medals/otherstuff with some cool header font/s and you’re good to go.
Or, you could always download a regular WordPress theme with the look you want. Then you will only have to install/activate BP Template Pack plugin and go through the Appearance > BP Compatibility process. We have a list of template-packed WP theme to date https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
June 16, 2012 at 4:29 pm #135912In reply to: how can i manage buddypress’s navigation baar
@mercime
ParticipantI just checked your site. There’s only one navigation menu in your installation, the main navigation under the site title. Aside from that, you’re using the Suffusion theme which is a theme framework supported readily by the theme author. I suggest that you post this question at the Suffusion theme forums or at https://wordpress.org/tags/suffusion
June 16, 2012 at 1:35 pm #135905In reply to: sign up error page
Paul Wong-Gibbs
Keymaster> If i change the permalink to other structure, my custom categories are redirects to error page.
You *need* non-default permalinks for BuddyPress. Deactivate BuddyPress, switch to the TwentyEleven theme, pick a permalink choice from the Settings > Permalinks page. Then, check that access posts and pages.
June 16, 2012 at 1:09 pm #135903In reply to: how can i manage buddypress’s navigation baar
waseem tubasum
Member@mercime this is my blog http://wgettips.com/cm/
please check it. there is a primary navigation bar, and secondary navigation bar, i want to put the secondary navigation pages in primary navigation,
my profile and my home should show in primary navigation bar,
I hope you understandJune 16, 2012 at 6:06 am #135893In reply to: ‘Search’ Difficulties
@mercime
ParticipantThank you. We are aware of this issue. In the meantime, you can use Google with buddypress.org and keywords/phrases.
June 16, 2012 at 5:59 am #135891In reply to: Easel Theme – Buddypress Alignment problem
@mercime
ParticipantMost of the CSS issues can be resolved by adding the styles I mentioned in final instruction
D. Final note: 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.
June 16, 2012 at 4:54 am #135890In reply to: How Do I Join this Group?
@mercime
ParticipantThe installation here is pretty customized. To test out default BP features, log in BuddyPress test site at http://testbp.org
June 16, 2012 at 4:21 am #135888In reply to: The comment option don’t work…
@mercime
ParticipantWP/BP versions? Single or WP multisite? Have you tried re-uploading the BuddyPress plugin folder manually (FTP/FileMgr/cpanel/etc)?
June 16, 2012 at 3:54 am #135885In reply to: Worship Ministry
@mercime
Participant@rogercoathup I always knew you had good taste
Cheers.June 16, 2012 at 2:59 am #135884@mercime
ParticipantThat was a bug – https://buddypress.trac.wordpress.org/ticket/3724 and fixed in trunk. If you know how to make the change –> https://buddypress.trac.wordpress.org/changeset/5298
-
AuthorSearch Results