-
mercime posted on the forum topic Integrating Buddypress into On Demand WordPress in the group How-To and Troubleshooting: 15 years ago
Single WP: Settings > General > Membership – check anyone can register
WP Multisite: Network Admin > Settings > Settings > Allow user registration OR Allow user account and blog creation (can’t remember exact words π )
-
mercime posted on the forum topic help creating my webforum in the group How-To and Troubleshooting: 15 years ago
@kumaraneks Welcome to BuddyPress. Many of your requirements are available out-of-the-box with BuddyPress. Some others are met by plugins. Test drive BuddyPress at http://testbp.org/ to see available features. BP requires a solid WordPress installation – https://codex.buddypress.org/getting-started/before-installing/ BP Components like Forums,…[Read more]
-
mercime posted on the forum topic Integrating Buddypress into On Demand WordPress in the group How-To and Troubleshooting: 15 years ago
Your theme’s block of code for main navigation is from line 94 to 113 in http://pastebin.com/w0cGZvji
If you are using wp_nav_menu feature, you can easily add links to your BP Component pages in Appearances > Menu area. -
mercime posted on the forum topic how to hide admin activity on Buddypress activity? in the group How-To and Troubleshooting: 15 years ago
also, from @sbrajesh, an alternative to the the Stealth Mode for Super Admins – Put this code in bp-custom.php and None of the site admin activity will be recorded nor will you appear in the Who is Online/ recently active members widget. – `add_action(“plugins_loaded”,”bpdev_init_sm_mode”); function bpdev_init_sm_mode(){ if(is_site_admin())…[Read more]
-
mercime posted on the forum topic Integrating Buddypress into On Demand WordPress in the group How-To and Troubleshooting: 15 years ago
FOR THE TEMPLATE FILES Open up activity/index.php (one of 13 files transfered by the template pack process to your on demand theme folder) At top, replace
<div id="container"> <div id="content">with<div id="content"> <div id="content-inside"> <div id="post-container"> <div id="posts-page">Right under that, replace heading h3 with h2withAt…[Read more] -
mercime posted on the forum topic Setting the buddypress default theme as nefault for new blogs in multisite in the group How-To and Troubleshooting: 15 years ago
@wilsontray With WP 3.1, you’ll find the Network Admin goodness when you click on the “Network Admin” link in topright area of your screen.
After uploading child theme of bp-default theme, you need to go to Network Admin > Themes > Themes > Choose the child theme and Network Activate
-
mercime posted on the forum topic Setting the buddypress default theme as nefault for new blogs in multisite in the group How-To and Troubleshooting: 15 years ago
@wilsontray it would work if you create a child theme of bp-default and upload it to wp-content/themes. The script doesn’t recognize path to wp-content/plugins/buddypress/bp-themes/bp-default as I recall.
-
mercime posted on the forum topic Looking for feedback on our tweaked Profile Pages in the group Requests & Feedback: 15 years ago
@gregfielding – “Access Denied – The owner of this website (housingstorm.com) does not allow hotlinking to that resource — Cloudfare” π
-
mercime posted on the forum topic Need help on a paid membership site in the group How-To and Troubleshooting: 15 years ago
If you need to hire someone: https://buddypress.org/community/groups/bp-jobs-board/forum/
Having said that, s2Member plugin has a forum, did you join and ask for specific assistance there? Did you take time to read the documentation available and check out their video tutorials?
-
mercime posted on the forum topic Integrating Buddypress into On Demand WordPress in the group How-To and Troubleshooting: 15 years ago
No worries @mikeytrooper, we’ve all been there before. Post the page.php first and let’s work from there.
EDIT – My bad, now MY face is red. I missed the reason why you wanted to post the header.php — for the navigation links. I can help you there as well.
-
mercime posted on the forum topic Integrating Buddypress into On Demand WordPress in the group How-To and Troubleshooting: 15 years ago
== that is what the instructions told me to do ==
@mikeytrooper I wrote the walkthrough and it specifically states page.php or index.php, and content of page.php is what I asked you to paste in last paragraph https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/integrating-buddypress-into-on-demand-wordpress/#post-95018 π
-
@mercime posted an update 15 years ago
@johnjamesjacoby Clicking submit button to comment on on your blog post re scheduled maintenance on April 4 leads to https://buddypress.org/wp-comments-post.php
What I wanted to post was, “Thank you JJJ” π
-
mercime posted on the forum topic Integrating Buddypress into On Demand WordPress in the group How-To and Troubleshooting: 15 years ago
== I am going to paste my header.php in the pastebin.com ==
You’re welcome. But why header.php? The structure you’ll be imposing on the BP template files transferred to your active theme will be coming from page.php
-
mercime posted on the forum topic BP-columns: cant get pages to display in footer Unless logged in as admin. in the group How-To and Troubleshooting: 15 years ago
@goldbrick very strange, you said you deactivated all plugins except BuddyPress.
– If you have bp-custom.php in plugins folder rename that to deactivate
– if you have an mu-plugins folder, rename that to deactivateI was going to check source and styling but I’m getting a “500 Internal Server Error” from your site right now.
-
mercime posted on the forum topic Integrating Buddypress into On Demand WordPress in the group How-To and Troubleshooting: 15 years ago
@mikeytrooper let’s take it here, better than in my profile update page π == I just have one more question I am looking at the on demand html and I donβt see the style.css I was wondering if you knew if it may be under a different name. == Not quite sure what you mean. Go […]
-
mercime posted on the forum topic WordPress installed in directory eg http://www.example.com/wordpress/ but redirected to root so http://www.example in the group Installing BuddyPress: 15 years ago
You’re welcome. Cheers.
-
mercime posted on the forum topic One blog per each BuddyPress user – IS IT POSSIBLE? in the group Creating & Extending: 15 years ago
== Site Admin -> Options -> Allow New Registrations > set to: βOnly Logged In Users Can Create New Blogsβ β is no longer available!!! ==
It’s now available at Network Admin > Settings > Settings > Registration Settings – “Logged in users may register new sites.β
-
mercime posted on the forum topic WordPress installed in directory eg http://www.example.com/wordpress/ but redirected to root so http://www.example in the group Installing BuddyPress: 15 years ago
@gdaybuddy WP Codex is your friend. Backing up: – https://codex.wordpress.org/Backing_Up_Your_Database – https://codex.wordpress.org/WordPress_Backups Changing configurations: – Reverse “giving WP its own directory” – https://codex.wordpress.org/Moving_WordPress – https://codex.wordpress.org/Changing_The_Site_URL During this process, there are many…[Read more]
- Load More
@mercime
Active 5 years, 7 months ago