Search Results for 'buddypress'
-
AuthorSearch Results
-
April 15, 2012 at 7:29 am #133003
VeeBeeGlobal
ParticipantCheck you did all the Theme Compatible steps.
The part missing sounds like the Buddypress ajax bits…When you are logged in with your user, and you do Activity things, like posting updates, or writing contents, do the functions work properly?? If they dont, it is definitely an issue with the BP Ajax stuff not getting called.
VeeBee
April 15, 2012 at 5:26 am #133000Scorpiion4984
MemberOk I just test the comments with the BuddyPress Default 1.5.5 Theme and the commenting worked.
header.php – http://pastebin.com/R9EZJ83r
index.php – http://pastebin.com/7HG8gqVs
page.php – http://pastebin.com/qGPBgEvw
sidebar.php – http://pastebin.com/PsivcL1Y
footer.php – http://pastebin.com/jsiAVnt5April 15, 2012 at 5:16 am #132999@mercime
ParticipantRe: issue with commenting on posts in activity stream:
Have you tried changing to bp-default theme to check if the issue is corrected? If not, deactivate plugins except BuddyPress as well?Re sidebar below content area:
In order to assist you in making BP template files compatible with the HTML structure of your Fullscreen theme: Open up your Fullscreen theme’s header.php file, copy all code, paste all to pastebin.com, click submit and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.April 15, 2012 at 4:58 am #132998Scorpiion4984
MemberNo its not in that list
April 15, 2012 at 4:57 am #132997Scorpiion4984
MemberI have disabled the country block
April 15, 2012 at 4:34 am #132996@mercime
ParticipantGetting the following message when I go to your main site:
Forbidden – Users from your country are not permitted to browse this site.
What theme are you using? Check if it’s listed in this page with the solution to BP template compatibility – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
April 15, 2012 at 3:54 am #132994In reply to: Setting up a BP CDN. Not sure what I should do
@mercime
ParticipantSetting up CDN on the same server as your site is, will defeat the purpose of a CDN to speed up your website. Different strokes for different folks. Check out these articles:
1. http://bp-tricks.com/featured/the-perfect-cdn-setup-for-buddypress-using-maxcdn-and-w3-total-cache/
2. http://wpmu.org/scaling-wordpress-wpmu-buddypress-like-edublogs/ with some tidbits about media files management
April 15, 2012 at 3:53 am #132993In reply to: Buddypresss on Multisite – But Not on Root Site
bjkitchin
ParticipantAfter doing a little more reading, what we are trying to create is a multisite install that allows for multi-network BuddyPress networks (x2) that segregates BuddyPress social networks in the multi network WordPress install so that each WP network has a different social network. The user base is still shared across the WP install and the root is NOT a buddypress site, rather a straight up wp site. (Not sure if used all the correct language there …

Question 1: First of all, is this possible?
So it seems like we might want to use BP Multi Network plugin by @wpmuguru & @johnjamesjacoby.
see: https://wordpress.org/extend/plugins/bp-multi-network/However, a little more reading and it seems that the WP Multi Network plugin by @johnjamesjacoby is a good candidate too.
see: https://wordpress.org/extend/plugins/wp-multi-network/Question 2: Might it be that using both of these plugins is in order? Multi Network to Create Domain/Subdomain/Subsubdomain then BP Multi Network to segregate the buddypress newtorks Subdomain from Subsubdomain? Or would BP Mulit Network suffice?
Thoughts?
As we sort this out, we are also wanting each network to have its own extended/custom profile and its own groups and forums.
As I read on I am seeing that we need to have a good understanding about how sharing a database for these discrete networks, that will also have groups & forums, could be a bit tricky.
Are there any buddypress elves out there who could provide some guidance on this issue?
April 15, 2012 at 3:51 am #132992Anonymous User 8418620
InactiveApril 15, 2012 at 3:27 am #132991@mercime
Participant@mrlobaloba remember that solving this involved changing to bp-default theme and deactivating other plugins except BuddyPress beforehand and assigning the new Page Attivita to the Activity stream in BuddyPress > Pages and clicking save.
This was what I did in that specific installation – simple really:
1. Go to Network Admin dashboard menu BuddyPress > Components – deactivate activity stream component, click button to save/update.
2. Go to lavori.italianproplayers.com/wp-admin (where you defined BP i.e., where BP is installed) and dashboard menu Settings > Permalinks and click on Save button.
3. Go back to Network Admin dashboard menu BuddyPress > Components – Activate activity stream component, click button to save/update
4. Check that the page Attivita is selected for the Activity stream in BuddyPress > Pages and click save.
5. Go back to lavori.italianproplayers.com/wp-admin dashboard menu Settings > Permalinks and click on Save button.Note that the above might or might not work for other installations.
I suggest that you set up BP components, pages, forums, etc. and adding BP plugins using the bp-default theme. Test if BP components and plugins work using bp-default theme as well. Change to BP-compatible or BP-ready theme if you’re satisfied that your default installation is working well.
April 15, 2012 at 2:53 am #132990@mercime
Participant@nahummadrid Yeah, I was kinda surprised you asked about a blog’s post thumbnail since I’ve seen you doing more advanced stuff. Thanks for adding “in blogs-loop” to the topic title now lol.
Re: Thumbnails for latest posts per blog in Blogs Directory
– last time I did this was early 2011, I installed https://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/ and it supported post thumbnails. Best place to ask advice and support re this plugin is at the WP Multisite forums https://wordpress.org/support/forum/multisite and just add tag wordpress-mu-sitewide-tags on the sidebar
April 15, 2012 at 2:37 am #132989Anonymous User 8418620
InactiveI’m using this code:
`function my_test_setup_nav() {
global $bp;
bp_core_new_nav_item( array( ‘name’ => __( ‘test’ ), ‘slug’ => ‘test’, ‘parent_url’ => $bp->loggedin_user->domain . $bp->slug . ‘/’, ‘parent_slug’ => $bp->slug, ‘screen_function’ => ‘my_profile_page_function_to_show_screen’, ‘position’ => 40 ) );bp_core_new_subnav_item( array( ‘name’ => __( ‘Home’ ), ‘slug’ => ‘test_sub’, ‘parent_url’ => $bp->loggedin_user->domain . $bp->slug . ‘/’, ‘parent_slug’ => $bp->slug, ‘parent_slug’ => $bp->slug, ‘screen_function’ => ‘my_profile_page_function_to_show_screen’, ‘position’ => 20, ‘item_css_id’ => ‘test_activity’ ) );
function my_profile_page_function_to_show_screen() {
//add title and content here – last is to call the members plugin.php template
add_action( ‘bp_template_title’, ‘my_profile_page_function_to_show_screen_title’ );
add_action( ‘bp_template_content’, ‘my_profile_page_function_to_show_screen_content’ );
bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );
}
function my_profile_page_function_to_show_screen_title() {
echo ‘something’;
}
function my_profile_page_function_to_show_screen_content() {echo ‘weee content’;
}
}
add_action( ‘bp_setup_nav’, ‘my_test_setup_nav’ );`But active only a new tab in profiles, but don’t active a subnav… Can you help me?
April 15, 2012 at 2:30 am #132988In reply to: Non-members
Anonymous User 8418620
Inactive@djpaul Sorry, I didn’t know about…
April 15, 2012 at 2:15 am #132987In reply to: Integrating Existing Theme with Buddy Press Help??
@mercime
Participant@aces Yes, did them all so far, but all are welcome to help out

@jkrysto what’s the name of your WP theme? Open up your theme’s header.php file, copy all, then paste code to pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php
April 15, 2012 at 1:14 am #132985In reply to: Buddypresss on Multisite – But Not on Root Site
bjkitchin
ParticipantIm working with DC – Like he said, we have three sites in our wpmu install, we would like the primary site to be a standard wp install and the two other blog id’s to be buddypress sites.
We made a bp-custom.php file with:
define ( 'BP_ROOT_BLOG', 2);
But how can we also include blog_id_3?
Or rather, is it possible to exclude the buddypress from running on the primary site?
Any help would be greatly appreciated!
BJ
April 14, 2012 at 11:50 pm #132983In reply to: Integrating Existing Theme with Buddy Press Help??
aces
Participanthttps://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes ( all done by @mercime , i think. )
It would have helped to know which ( parent ) theme you are using and ideally a link to it….
April 14, 2012 at 11:49 pm #132982;ldjaklsfjlkasjflkas
ParticipantI figured it out. I’d re-installed buddypress so many times I’d forgotten to make the theme compatible. Now the form shows up how I want it to…but when filled out, the form doesn’t create a new user or send an email, it just refreshes! No one can register! Help!
April 14, 2012 at 11:46 pm #132981In reply to: Non-members
Paul Wong-Gibbs
Keymaster@tiagobeloto Do not post in an unrelated topic to draw attention to your own thread.
April 14, 2012 at 11:43 pm #132980In reply to: install Buddypress with iFeature theme?
aces
ParticipantApril 14, 2012 at 11:22 pm #132978Nahum
Participant@mercime thanks for replying…..just read back my poorly written post. yes it has been a while please forgive.
Not the blog’s loop, I meant to say the blogs-loop.php ( the site tracking directory ) for multisite.
I’m wanting to replace the bp_blog_avatar with a post thumbnail belonging to the bp_blog_latest_post.
April 14, 2012 at 10:30 pm #132975In reply to: Integrating Existing Theme with Buddy Press Help??
@ChrisClayton
Participant@jkrysto i’m not the greatest with the theme template pack conversion stuff (i prefer to start from scratch) but essentially what it’s asking you to do is make sure that if your page.php has a `
` then you need to include that div within the BuddyPress templates.Theres a hands-on tutorial on integrating the TwentyTen theme with BuddyPress that might help: https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/
April 14, 2012 at 10:20 pm #132974In reply to: /activity is missing?
@ChrisClayton
Participant@Ubuntuz – Assuming that the activity page is the only page not working then, BuddyPress (with your permission) does create it during the activation process. To check if it was created properly go to your wp-admin and then click Buddypress’ menu and then click the ‘pages’ tab. Does it have a page selected for activity?
Also are you using a custom theme or bp-default theme? if it’s a custom theme then the page will show a white-screen if you do not have an activity/index.php template in your theme.
April 14, 2012 at 10:18 pm #132973April 14, 2012 at 10:14 pm #132972In reply to: Integrating Existing Theme with Buddy Press Help??
jkrysto
MemberI’m really trying to understand this
“Alternatively, you may find it easier to make copies of your theme’s header.php, sidebar.php and footer.php and rename them to header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php.
Then you can alter the structure of these new template files (header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php) to resemble your theme’s page.php (or index.php).”
So I can make those new pages but then alter the structure of them to “resemble” your themes page.php file? I have my page.php too and see the html structure but these directions seem a bit vague to me on what needs to happen in the newly created files.
Are there any tutorials on this blog about integrating themes? I’m struggling to find any material on it. I’m hoping to resolve this today if anyone has some insight. Thanks
April 14, 2012 at 10:02 pm #132970@ChrisClayton
Participant@vinfamy Theirs a plugin for that.
-
AuthorSearch Results
