Save file.
Search Results for 'buddypress'
-
AuthorSearch Results
-
April 16, 2012 at 4:33 pm #133090
mrlobaloba
Memberi don’t see the tab forum in my profile buddypress!!! O_o
April 16, 2012 at 4:24 pm #133089In reply to: call buddypress register form
sammygone
MemberI have been trying to do the same thing … i copied and pasted the contents of register.php into my home page php file but it does not show up … just stays blank …
April 16, 2012 at 4:13 pm #133088aces
ParticipantApril 16, 2012 at 3:29 pm #133087In reply to: problems with buddypress site hosting
meg@info
Participantyoou use XML sitemap plugin, or stats plugins ?
if yes, try to disable it and contact Hosting if the CPU is normal
April 16, 2012 at 12:59 pm #133081tdoubleu
Memberi am facing the same issue.
Post: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/there-were-no-forum-topics-found-in-forums-directory/April 16, 2012 at 10:35 am #133079In reply to: Buddypresss on Multisite – But Not on Root Site
gbennyb
Memberbtw, BuddyPress.org seems to really hate me… why is my username “Deleted User” instead of gbennyb?

April 16, 2012 at 10:33 am #133078In reply to: Buddypresss on Multisite – But Not on Root Site
gbennyb
MemberSame issue here, it is pretty frustrating as i try to figure out the different options, but i don’t find a central place which explains it me properly (o.e. the Codex, where it should be IMHO).
I am happy to put everything together in english and german after we resolved the issue, but i don’t get it running properly (neither technically, nor in my mind).I. Core Definition
If i understand it correctly, there are serveral approaches to run BuddyPress on
a) MultiSite (WP Network)
and
b) MultiNetwork (BuddyPress Network)Correct?
II. Different MultiSite Options
1.) MultiSite + different Websites with different BuddyPress Networks
2.) MultiSite + different Website but sharing the same userbase1.) is clear to me, but 2.) envolves already the following subquestion:
– Can we have a single userbase, but with dedicated design per blog/domain? Let’s say we have a dog and a cat community. I would like to have the user “Frank” only once in both systems, but when he changes his profile on the cat-website, can he do it there, or will it be within one central design/domain?III. Issue No. 1
Let’s assume we are running the current stable version of WP 3.3 and let’s assume the WordPress network runs properly, here already my first question:
I do normaly use the “WordPress MU Domain Mapping”, after a few tests with “BP Multi Network plugin”, i assume i should not have it running, correct?IV. Issue No. 2
So, now i am trying to established on a WP MultiSite installation different (independant) Buddy Networks. So BP Multi Network plugin is the way to go, right?
What i don’t get is
“4. Activate BuddyPress on your sub network.” from https://wordpress.org/extend/plugins/bp-multi-network/installation/
I can activate BuddyPress ONLY for the whole network, not for each single (configured) domain/blog. What am i missing?IV. Issue No. 3
When i activated define ( ‘BP_ROOT_BLOG’, 2); (or ID 3 in my case), the possibilty to enter “activity” was gone from all domains, i just don’t get iti have configured this here:
define(‘WP_DEBUG’, false);define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘XYZ.XYZ.vom’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );/* WP MU Plugin https://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/installation/ */
define( ‘SUNRISE’, ‘on’ );/* That’s all, stop editing! Happy blogging. */
Using standard Buddypress Theme from Plugin 1.5.5
IV. Issue No. 4
About the theme.
Where should i activate the theme? Per Domain or just in a central community?Sorry for mixing up things, but that all is very unclear to me. Any ideas?
April 16, 2012 at 6:59 am #133072@ChrisClayton
ParticipantHere you go.
http://pastebin.com/JuTEZ8GBTested this on my local install of BP, so should work.
April 16, 2012 at 5:46 am #133071@mercime
Participant== I mistakenly typed “enginner” instead of “engineer” can some please tell me how to correct the error? ==
@bigjosh Go to that specific group’s page http://www.yoursite.com/groups/enginner/ then click on Admin link which defaults to edit > group’s name/description
April 16, 2012 at 5:36 am #133070In reply to: [Resolved] Alignment Issues – Smileth theme
@mercime
Participant@roguedjinni reminder on the final note to copy modifications in your stylesheet per my post above so layout will look better.
April 16, 2012 at 2:47 am #133067In reply to: [Resolved] Alignment Issues – Smileth theme
;ldjaklsfjlkasjflkas
Participant@mercime, I did, and now it looks weird!
April 16, 2012 at 2:39 am #133066Anonymous User 8418620
Inactive@ChrisClayton I tested with it and still seems an error page. Can you give the complete code?
April 16, 2012 at 2:37 am #133065In reply to: [Resolved] Alignment Issues – Smileth theme
@mercime
Participant@roguedjinni Thank you. But I just checked out your site and we need to make adjustments by deleting `
` in header-buddypress.php and a closing `` at the top of the sidebar-buddypress.php. Save files and re-upload to server. I’ve updated the codes above for the both deletions.
April 16, 2012 at 2:03 am #133064@ChrisClayton
ParticipantWoops. Change the parent_url to ` ‘parent_url’ => trailingslashit( bp_displayed_user_domain() . ‘test_sub’ )`
April 16, 2012 at 1:49 am #133062@mercime
ParticipantB. Create a BLANK sidebar-buddypress.php file
Open up the blank sidebar-buddypress.php and add this:
`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();
});
});?`
That messy text inside `
` and closing `` is `& # 9 6 18 ;` – remove spaces between numbers and character
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/fullscreen/ at the same directory where your regular header.php and sidebar.php are in
Final note: Copy the style modifications for some BP elements at 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.
April 16, 2012 at 1:46 am #133061@mercime
ParticipantAs agreed to above, we will create two new files, header-buddypress.php and sidebar-buddypress.php to make your WP theme compatible with BP
IF you’ve revised any of the BP template files transferred to your fullscreen theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your evolution 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.
A. Copy header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the bottom of the file, below other code contained within, add this:
`<div class="box-center pgsize2 “><?php
/* Title page */
$queried_object = $wp_query->get_queried_object();
if ( $queried_object->ID == get_option( ‘page_for_posts’ ) ) {
$current_id = get_option( ‘page_for_posts’ );
} else {
$current_id = $wp_query->post->ID;
}
$page_hide_box = get_post_meta( $current_id, ‘page_hide_box’ );
$page_hide_box = trim($page_hide_box);
if($page_hide_box != ‘yes’){
print ‘‘;
}
?><?php
$page_hide_title = get_post_meta( $current_id, ‘page_hide_title’ );
$page_hide_title = trim($page_hide_title);
$page_alternative_title = get_post_meta( $current_id, ‘page_alternative_title’ );
$page_alternative_title = trim($page_alternative_title);
if($page_hide_title != ‘yes’){
echo ‘‘; the_title(); echo ‘
‘;
} else if($page_alternative_title != ”){
echo ‘‘.$page_alternative_title.’
‘;
} else {
echo ‘‘;
}
?>`Save file.
April 16, 2012 at 1:30 am #133057In reply to: [Resolved] Alignment Issues – Smileth theme
@mercime
ParticipantB. Copy sidebar.php and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php and at the top, above all code contained within, add this
[UPDATED]
``
Then at the bottom of sidebar-buddypress.php, below all other code, add this:
`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/smileth/ at the same directory where your regular header.php and sidebar.php are in
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.
April 16, 2012 at 1:28 am #133056In reply to: [Resolved] Alignment Issues – Smileth theme
@mercime
Participant@roguedjinni Based on initial scan, you only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make your theme compatible with BuddyPress,
If you’ve revised any of the BP template files transferred to your smileth theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to yoursmileth 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.
A. Copy header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the bottom of the file, below other code contained within, add this: [UPDATED]
`Content`April 16, 2012 at 1:23 am #133055Anonymous User 8418620
Inactive@ChrisClayton Ok, don’t worry.
I entered in that link that you posted, and i put the code in functions.php. The tab “test” was created, but when I click on the “Home” tab or create a new tab and I click it, enter into an error page. How do I run the pages subnavs?April 16, 2012 at 12:52 am #133054In reply to: Group –> Forum –> Sub Forum?
aces
Participanthttps://buddypress.org/community/groups/bp-group-hierarchy/forum/
I couldn’t find the local (bp) link earlier….
April 16, 2012 at 12:38 am #133051In reply to: Complete Site Search
April 15, 2012 at 11:48 pm #133049In reply to: Php redirect issue
aces
Participant`define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ ); `
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/?
April 15, 2012 at 11:28 pm #133047Scorpiion4984
Member@mercime Thanks
April 15, 2012 at 11:22 pm #133046@ChrisClayton
Participant@tiagobeloto – sorry for the late reply (had afew problems with my own site yesterday
) i don’t think $bp->slug is a proper variable.`bp_core_new_subnav_item( array( ‘name’ => __( ‘Home’ ), ‘slug’ => ‘test_sub’, ‘parent_url’ => $bp->loggedin_user->domain . ‘/’, ‘parent_slug’ => ‘test’, ‘screen_function’ => ‘my_profile_page_function_to_show_screen’ ) );`
April 15, 2012 at 9:10 pm #133045In reply to: Complete Site Search
-
AuthorSearch Results