-
mercime posted on the forum topic Vertical group menu in WP 3.0 in the group How-To and Troubleshooting: 15 years, 11 months ago
Actually BP Nicey child theme has already been upgraded for BP 1.2.4.1 . But as @tomah mentioned above, that screenshot was made when it was a child theme of bp-sn-parent.
-
mercime posted on the forum topic Secure Invites for Mu in the group Creating & Extending: 15 years, 11 months ago
Alternatively, go to Site Admin > Invites. Then in Invites panel click on “Edit Settings” link. Some things to watch out for if you’re using bp-default or its child theme: == What is the address of the signup page? (wp-signup.php is the default) Signup page == make it register.php == What address do you want […]
-
mercime posted on the forum topic Secure Invites for Mu in the group Creating & Extending: 15 years, 11 months ago
This plugin works for me in WPMU install, haven’t tested in WP3.0 multisite. You would need to upload just the plugin file (no need to upload plugin folder) to mu-plugins. Then, although it was not mentioned in instruction, log out, refresh browser and log back in again. See this screenshot for the Settings (Site Admin > […]
-
mercime posted on the forum topic Only my homepage is showing up, all other pages are not functioning. in the group How-To and Troubleshooting: 15 years, 11 months ago
-
mercime posted on the forum topic Activity stream as front page in BP 1.2.4, WP 3.0 b2 in the group How-To and Troubleshooting: 15 years, 11 months ago
@mike3ike it should but it fails at times, so for peace of mind either use locate_template or copy and paste the code in home.php or page template which @justbishop and stwc did
-
mercime posted on the forum topic Activity stream as front page in BP 1.2.4, WP 3.0 b2 in the group How-To and Troubleshooting: 15 years, 11 months ago
Then you can do it this way as well:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/homepage-other-than-activity-or-admin-blog-or-a-wp-page/?topic_page=2&num=15#post-47399
replace e.g. forums/index.php in the code to activity/index.php -
mercime posted on the forum topic "bp-sn-parent" theme missing in the group Creating & Extending: 15 years, 11 months ago
Teatro Mรกgico is a child theme of bp-sn-parent, which was an official BuddyPress theme but is no longer supported in BP 1.2 version. So either you try to tweak it to use bp-default theme or choose another BuddyPress theme.
-
mercime joined the group BuddyPress Followers 15 years, 11 months ago
-
mercime posted on the forum topic How do I Rename Components? in the group How-To and Troubleshooting: 15 years, 11 months ago
Change the URL slugs of BuddyPress components: – https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
Plus to reflect URL in Menu go change the names of respective navigation list within header.php of bp-default theme -
mercime posted on the forum topic Seeing transparent background โ not what I want in the group How-To and Troubleshooting: 15 years, 11 months ago
Need your site url to better address css issue.
-
mercime posted on the forum topic Newly installed plugins redirect to Homepage. in the group How-To and Troubleshooting: 15 years, 11 months ago
I can only speak for BP-Gallery. In your test install, Make sure that you have moved the “gallery” folder from the bp-galleryrc4update2 plugin folder into your active theme folder. Remember to go to BuddyPress > Gallery Settings and set up your preferences as well, then save. Make sure you log out and then log back […]
-
mercime posted on the forum topic Only my homepage is showing up, all other pages are not functioning. in the group How-To and Troubleshooting: 15 years, 11 months ago
Go to Settings > Permalinks and choose structure other than default permalink and save.
-
mercime posted on the forum topic Want to host a blog and social networking on same site, help plz! in the group How-To and Troubleshooting: 15 years, 11 months ago
“I cannot put blog posts there.” Sure you can, @muhammads92. just go to dashboard, Posts > New and post your blog. And, if you do not have a “Blog” in your main navigation, just create a new Page named e.g. “Blog” or “News” and publish it. Then go to Settings > Reading and choose “Static frontpage” […]
-
mercime posted on the forum topic can we clean up the Extend tab at buddypress.org so that only 'real' buddypress plugins show up. in the group Requests & Feedback: 15 years, 11 months ago
And you are absolutely correct on both points, thank you ๐
Now what is the SOP to make this come true? -
mercime posted on the forum topic BP 1.2.4 โ Custom BP_AVATAR_URL change in the group How-To and Troubleshooting: 15 years, 11 months ago
Thank you @r-a-y. “bookmarked”
-
mercime posted on the forum topic can we clean up the Extend tab at buddypress.org so that only 'real' buddypress plugins show up. in the group Requests & Feedback: 15 years, 11 months ago
Might I suggest tag BP plugins as “buddypress-extend” or “bp-extension” plus “buddypress” just to make the distinction that that the plugin is bp-dependent as opposed to just being bp-friendly.
-
mercime posted on the forum topic Removing โBlogsโ out of Member navigations in the group How-To and Troubleshooting: 15 years, 11 months ago
Some thoughts; – Assuming you don’t want others creating blogs in your installation, and you’re on WPMU, go to Site Admin > Options – under Registration Settings – choose ” User accounts may be registered.” – Deactivate the Blogs component in admin dashboard – BuddyPress > Components Setup – under Blog Tracking – choose disabled […]
-
mercime posted on the forum topic Follow rather than Friend? in the group Miscellaneous: 15 years, 11 months ago
+1 @DJPaul ๐
-
mercime posted on the forum topic Seeing transparent background โ not what I want in the group How-To and Troubleshooting: 15 years, 11 months ago
You can change the background color and/or image for wp-admin-bar by adding this to child theme’s style.css e.g.
#wp-admin-bar .padder { background: #000000 url(“../images/black.jpg”) repeat-x ; }
black background with an image file black to repeat horizontally – change/adjust according to taste - Load More
@mercime
Active 5 years, 8 months ago