-
mercime posted on the forum topic Comments/Replies are showing as a grid not as a list – is that normal? in the group How-To and Troubleshooting: 14 years, 10 months ago
@Scotty501 I just checked out fishbook theme in test install. The activity lists are not going bonkers like what’s happening in your site. I would backup your current fishbook theme (with your mods) to computer hard drive, then rename/delete fishbook theme folder, and re-upload fresh fishbook theme…[Read more]
-
mercime posted on the forum topic How to fix this probleam? in the group How-To and Troubleshooting: 14 years, 10 months ago
You need to increase available memory. See this page for 4 ways to do so – https://codex.buddypress.org/troubleshooting/blank-pages/
-
mercime posted on the forum topic Comments/Replies are showing as a grid not as a list – is that normal? in the group How-To and Troubleshooting: 14 years, 10 months ago
@Scotty501 looks like it’s missing some styles for the activity lists.
-
mercime posted on the forum topic How to delete my account from here in the group How-To and Troubleshooting: 14 years, 10 months ago
You can’t remove your account from BP.org.
As Andrea_r mentioned above …. just stop posting. -
mercime posted on the forum topic Two WP3 installs, one with buddypress in the group Installing BuddyPress: 14 years, 10 months ago
Ok, just to clarify. You mentioned above ” The main reason I want two separate installs is because I canβt get wildcard subdomains working on the web server level. I have to add each subdomain in cPanel. “. Yet in your first post you said ” I currently have one WP3 install, multi-site, subdomain, that just hosts sites […]
-
mercime posted on the forum topic Help with login and signup in the group How-To and Troubleshooting: 14 years, 10 months ago
@gunju2221 good to know that Arras is now more BP-friendly π Thanks.
-
mercime posted on the forum topic integration with global forums and bp-gallery in the group Achievements: 14 years, 10 months ago
-
mercime posted on the forum topic Two WP3 installs, one with buddypress in the group Installing BuddyPress: 14 years, 10 months ago
== In a perfect world, be able to embed BuddyPress stuff into this site, too. == Sure you can. As Andrea_r mentioned above, “Why not just have it all in one site?” That way, you won’t have to make changes in DB to have the same userbase for both WPMS installs. You can have BP […]
-
mercime posted on the forum topic Help with login and signup in the group How-To and Troubleshooting: 14 years, 10 months ago
What php magic are you looking for exactly? Have you tried contacting Arras theme author re BP compatibility? I recall there were some js conflicts with Arras theme sometime back. Don’t know if this is still the case @gunju2221.
-
mercime posted on the forum topic How to create a group in the group Installing BuddyPress: 14 years, 10 months ago
Never read that book, but thinking something to add to BP Codex. It’s not hard to do, just have to find time to do it π
-
mercime posted on the forum topic How can i separate sidebar items With margin or Dotted line. in the group Creating & Extending: 14 years, 10 months ago
Open up your theme’s style.css file and add something like this
#sidebar div.widget { margin-top: 20px; border-top: 1px dotted #AEE100; }#aee100 is the light green border used around your post. You could make it thicker with 2px or 3px or change the color to something else.
-
mercime posted on the forum topic Sidebar and page layout when clicking View in the group How-To and Troubleshooting: 14 years, 10 months ago
permalink.php replace content with something like this (not fully tested – see how it works)
<div id="content">
<div class="padder"><!-- start of permalink.php info -->
<div class="activity no-ajax"></div>
<!-- end of permalink.php info -->
</div><!-- .padder -->
</div><!-- #content -->EDIT – made some…
-
mercime posted on the forum topic Sidebar and page layout when clicking View in the group How-To and Troubleshooting: 14 years, 10 months ago
If I recall well, fishbook is a child theme of bp-default theme. What you do is 1. create a new folder named
membersand 2. within that members/ directory, create another folder namedsinglethen 3. within the members/single/ directory, create another folder namedactivitythen 4. copy over the file permalink.php within activity/ folder […] -
mercime posted on the forum topic photos in the group How-To and Troubleshooting: 14 years, 10 months ago
I would recommend BP Gallery, thought it’s a premium plugin – good for single users and groups. http://buddydev.com/plugins/bp-gallery/
-
mercime posted on the forum topic How to create a group in the group Installing BuddyPress: 14 years, 10 months ago
@zhonghao glad to be of service π great idea on the “guide”
-
mercime posted on the forum topic "Create group" returns me to home in the group Installing BuddyPress: 14 years, 10 months ago
@athimm could be the permalink structure like this ticket https://buddypress.trac.wordpress.org/ticket/1766
-
mercime posted on the forum topic Sidebar and page layout when clicking View in the group How-To and Troubleshooting: 14 years, 10 months ago
This is the template which handles the page. Copy over bp-default’s permalink.php to your child theme’s folder, and paste inside folders /members/single/activity/ following directory structure of bp-default
-
mercime posted on the forum topic Blog posts mixed up in the group How-To and Troubleshooting: 14 years, 10 months ago
First of all, please keep the bp-default theme where you found it – in buddypress/bp-themes folder, delete the bp-default theme you uploaded to wp-content/themes folder. If you want to use the theme, you should create a child theme instead https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ == I could not update the…[Read more]
-
mercime posted on the forum topic Sidebar and page layout when clicking View in the group How-To and Troubleshooting: 14 years, 10 months ago
Are you using child theme of bp-default or WP theme with BP Template Pack?
-
mercime posted on the forum topic Buddypress Network Installation Not Working in the group How-To and Troubleshooting: 14 years, 10 months ago
Ah yes, this line in wp-config.php file to allow BP to function on all subsites
define ( 'BP_ENABLE_MULTIBLOG', true ); - Load More
@mercime
Active 5 years, 7 months ago