Search Results for 'wordpress'
-
AuthorSearch Results
-
February 15, 2012 at 12:52 am #129821
CybreTron
MemberI have tried. But when I view the page, it said not found.
Any other clues or suggestion?February 15, 2012 at 12:47 am #129820In reply to: BP Template Pack installation error
@mercime
Participant#1) Yes, you would need to associate/create BP components with Pages. See https://codex.buddypress.org/getting-started/setting-up-a-new-installation/ and link to Installation Wizard
#2) You only need to install BP Template Pack to make your WordPress theme compatible with BuddyPress.
If you’re using bp-default theme OR child theme of BP Template Pack OR an explicitly stated BuddyPress theme, you need to deactivate BP Template Pack plugin.
February 14, 2012 at 11:56 pm #129819In reply to: buddypress page not showing
@mercime
ParticipantThis is not a BuddyPress issue. What happened is that you changed Site URL instead of the Site Title. See https://codex.wordpress.org/Changing_The_Site_URL
To resolve this issue, please post at WordPress forums https://wordpress.org/support/forum/how-to-and-troubleshooting
February 14, 2012 at 11:38 pm #129818In reply to: Theme Files – Sub Page As Blog
February 14, 2012 at 5:52 pm #129797@mercime
ParticipantI know the “Reply” button, but what “Quote” and “Complaint” buttons do you want? Something is getting lost in translation somewhere. Could you be more specific?
BuddyPress/WordPress versions?
What theme are you using?
What plugins do you have installed?
In what pages are the quotes and complaint buttons supposed to be seen?February 14, 2012 at 5:51 pm #129796radar
ParticipantIsnt working for me…. Maybe a bug?
February 14, 2012 at 5:42 pm #129794Hugo Ashmore
ParticipantThose highlighted pages should be in your WP page listings, you would need to tell BP to associate the component to a particular page by selecting available pages to use from the dropdon in the BP settings page.
February 14, 2012 at 5:41 pm #129792aces
ParticipantOn Buddypress > Settings select No for Hide admin bar for logged out users?
See: https://codex.buddypress.org/getting-started/configure-buddypress-components/#bp-settings
February 14, 2012 at 4:25 pm #129788CybreTron
MemberBTW, I have WPMU with domain mapping installed.
Thanks
February 14, 2012 at 3:35 pm #129786Paul Wong-Gibbs
KeymasterCan you create WordPress Pages ok? What do your permalinks for those look like? Can you create BuddyPress groups?
February 14, 2012 at 1:19 pm #129777aces
ParticipantSince buddypress 1.5 you can use:
`
define( ‘BP_USE_WP_ADMIN_BAR’, true );
`
I use it in bp-custom.php although it can go in wp-config.phpFebruary 14, 2012 at 9:07 am #129774In reply to: Complex and Confused!
hunzaboy
Memberor is there any way to show my BP MEMBERS, GROUPS ETC on the WordPress site ?
February 14, 2012 at 5:52 am #129766@mercime
ParticipantBased on the structure of Thematic, you would have to change 16 template files within the 6 BP folders transferred to your Thematic child theme during the BP Compatibility process.
Download the 6 folders mentioned above – activity, blogs, forums, groups, members, registration – to your computer hard drive.
A. Open up each of the 16 BP files and at the Top of each file replace:
``with:
`<?php
// calling the header.php
get_header();
// action hook for placing content above #container
thematic_abovecontainer();
?><?php
// calling the widget area ‘page-top’
get_sidebar(‘page-top’);
the_post();
thematic_abovepost();
?>
<div id="post-<?php the_ID();
echo ‘” ‘;
if (!(THEMATIC_COMPATIBLE_POST_CLASS)) {
post_class();
echo ‘>’;
} else {
echo ‘class=”‘;
thematic_post_class();
echo ‘”>’;
}
// creating the post header
thematic_postheader();
?>`February 14, 2012 at 1:09 am #129756In reply to: Site Wide Buddypress Wiki, or Docs
@ChrisClayton
ParticipantAt the moment, the only site-wide plugin still being maintained is the wiki plugin by wpmudev https://buddypress.org/community/groups/wordpress-wiki-plugin/home/
But; despite being listed here on the BP plugin directory, it’s completely a WordPress plugin and doesn’t integrate with buddypress at all.
EDIT: If your interested in building your own solution, i’m sure @johnjamesjacoby could also give you some ideas based on what he used for the codex – https://codex.buddypress.org/ (eg, the code he used to get the wiki pages into the activity stream – though, theirs no front-end editing functionality here yet, so you will have to work out that part yourself)
February 14, 2012 at 12:32 am #129752In reply to: [Resolved] Ray of Light WordPress Theme issues
@mercime
ParticipantYou’re welcome. Thank you for coming back and sharing the good news
February 14, 2012 at 12:25 am #129749In reply to: Installing Buddypress Help
@mercime
ParticipantFebruary 14, 2012 at 12:03 am #129746In reply to: Site broken after auto-upgrade to 1.5.4
John James Jacoby
KeymasterOdd. All of that happens outside of BuddyPress’s control, and more involves WordPress, your server, and WordPress.org plugin repository that serves you the zip file of the updated package. During that time, BuddyPress does not run any update scripts or routines at all.
February 14, 2012 at 12:00 am #129745marvc
ParticipantSpeaking from experience I suggest WPMU, Networks+ ($$), and BP Multi Network. (You may wanna include the Domain Mapping plugin to map sites to domains.)
Install WordPress and configure networking, WPMU as a subdirectory installation. (Default)
Create your mu-plugins folder and upload Networks+. From here you’ll be able to create your different org networks. Each org network can offer blogs which can be created using the BP-Groupblog plugin. This way the group, whether public, private, or hidden, can be associated with the blog.
Create each of your org networks.
Install and activate BuddyPress on the main site first.
Upload your bp multi network plugin to your mu-plugins folder.
Activate BP on one of your org networks. Once activated your users will be shared across the entire network but your groups and blogs are specific to that org network.
I have it on a site / network I’m working on here:
http://teamnu.net
and here: http://alumnicreator.netNot to take away from the plugins available here but you’d buy the Networks+ and Domain Mapping plugin from wpEbooks site and the support over there is awesome just as it is here.
gl
February 13, 2012 at 8:01 pm #129734In reply to: WYSIWYG Editor?
cornerstonecooking
MemberJust an update. I found a plugin that gives at least basic functionality.
https://wordpress.org/extend/plugins/bbpress-post-toolbar/
It allows for basic text edits and images and stuff so this will work for now. Also it seems like maybe there will be better support for an editor in bbpress 2.1.
February 13, 2012 at 7:48 pm #129731In reply to: [Resolved] Ray of Light WordPress Theme issues
I would like to thank you mercime, with the help of you and the theme developer, BuddyPress does work on my theme now. Thank you.
February 13, 2012 at 3:49 pm #129722Nate
MemberI found this script at, http://wordpress.stackexchange.com/questions/15444/is-there-an-easy-way-to-move-the-wp-admin-bar-to-my-own-location
I’ve tried to implement it though I’m not having much luck. Should I be changing anything within which would allow buddypress to use it?
function wpse15444_wp_print_scripts()
{
if ( ! is_admin() ) {
wp_enqueue_script( ‘wpse-15444’, plugins_url( ‘wpse-15444.js’, __FILE__ ), array( ‘jquery’ ), false, true );
}
}// wpse-15444.js
jQuery( window ).load( function() {
jQuery( ‘#wpadminbar’ ).appendTo( jQuery( ‘#wpse15444-admin-bar-container’ ) );
} );February 13, 2012 at 1:56 pm #129716aces
ParticipantIf you are using configure-smtp then, from what I can see, it will be sending via smtp not php.
Have you tried using WP Mail SMTP? It can send via php…
The last post on https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/register-confirmationactivation-email-is-not-sent-out/ might be useful (If you hadn’t already found it)…
February 13, 2012 at 9:51 am #129708takuya
ParticipantI’m trying to change the name field of extended profile. But it always shows the username instead. This didn’t happen on 1.5.1, but started right after I upgraded to 1.5.4.
I also tried selecting both yes and no a few times on the configuration where it asks to sync wordpress profile to buddypress, but this didn’t solve the problem yet.
February 13, 2012 at 6:24 am #129701@ChrisClayton
Participant@kapitol – for css; you might want to check out https://codex.wordpress.org/Function_Reference/wp_enqueue_style
February 13, 2012 at 3:15 am #129691In reply to: activity stream filter like buddypress.org?
@mercime
ParticipantYou can check out the code that deals with the dropdown list from line 93 thru line 130 of the activity index file of the bp-default theme https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-themes/bp-default/activity/index.php#L130
-
AuthorSearch Results