-
mercime posted on the forum topic Customizing the "activity" page in the theme files in the group How-To and Troubleshooting: 15 years, 1 month ago
You/re welcome.
-
mercime posted on the forum topic Customizing the "activity" page in the theme files in the group How-To and Troubleshooting: 15 years, 1 month ago
– Create a child theme.
– Copy over the file index.php from activity folder of bp-default theme to childtheme/activity/index.php
https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/activity/index.php#L10– Add the slider to above or within the content div or wherever you want in that index.php file
-
mercime posted on the forum topic Compatibility with InStyle Theme in the group Installing BuddyPress: 15 years, 1 month ago
Open your theme’s page.php, select all and copy.
Go to http://pastebin.com
You do not need to log in or sign up.
Paste the content of your theme’s page.php in pastebin text area
Click the “Submit” button below text area
Post the pastebin URL here -
mercime posted on the forum topic New theme – BuddyBuilder in the group Creating & Extending: 15 years, 1 month ago
Nice one @pcwriter. I think my favorite theme, FunkyBuddy, will be cooler still with the header image rotator 🙂
-
mercime posted on the forum topic Locating comments.php for editting in the group How-To and Troubleshooting: 15 years, 1 month ago
== I think I got it, it is maybe a plugin that I am using: “BuddyPress Activity Stream as Blog Comments” ==
Glad you found the real source and sharing the info. I didn’t expect that and I guess neither did @chouf1 @gunju2221 🙂
-
mercime posted on the forum topic Changing default tab in the settings menu in the group How-To and Troubleshooting: 15 years, 1 month ago
@rogercoathup https://trac.buddypress.org/browser/tags/1.2.8/bp-core/bp-core-settings.php
the bad way – change
'position' => 20, to 'position' => 10,and vise versa in core lines 21 and 22 🙂or an easy way
`remove_action( ‘bp_setup_nav’, ‘bp_core_add_settings_nav’ );
add_action( ‘bp_setup_nav’, ‘bp_core_roger_settings_nav’ );
funtion…[Read more] -
mercime posted on the forum topic bp_adminbar_notifications_menu in the group How-To and Troubleshooting: 15 years, 1 month ago
There are plugins you can choose from WP repo which will help you with that. Google results
-
mercime posted on the forum topic How to delete Log in tab in the group How-To and Troubleshooting: 15 years, 1 month ago
You’re welcome.
-
mercime posted on the forum topic How to delete Log in tab in the group How-To and Troubleshooting: 15 years, 1 month ago
Removing Login link – Open up active theme’s functions.php file and add
remove_action( 'bp_adminbar_menus', 'bp_adminbar_login_menu', 2 );More information at https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/
-
mercime posted on the forum topic Does BuddyPress play nice with the Digital Access Pass (DAP) membership plugin? in the group Installing BuddyPress: 15 years, 1 month ago
There are many different privacy and/or membership plugins for single or multisite installation. Just search for them in WP repo under privacy or…[Read more]
-
mercime posted on the forum topic Compatibility with InStyle Theme in the group Installing BuddyPress: 15 years, 1 month ago
… and so you open up your instyle’s page.php file and compare the HTML structure of that page file with the HTML structure of the template files transferred to your instyle theme folder during the BP template pack process.
For more info about the whole process and a sample…[Read more]
-
mercime posted on the forum topic broken link upload avatar in the group How-To and Troubleshooting: 15 years, 1 month ago
What do you mean “results in a broken link”? The image was not uploaded at all? i.e. you can’t see the image you would like to crop on screen? 1 – default max file upload size is 2MB 2 – check if GD library is installed. 3 – can you upload images via Page/Post Write […]
-
mercime posted on the forum topic Compatibility with InStyle Theme in the group Installing BuddyPress: 15 years, 1 month ago
@Haxs1990 I see a right sidebar here http://elegantthemes.com/preview/InStyle/?page_id=135
if this is the Instyle theme you’re referring to -
mercime posted on the forum topic Can't leave group in the group How-To and Troubleshooting: 15 years, 1 month ago
Looked in trac for a similar situation which would be fixed in BP 1.3. There’s a similar issue for hidden groups but the leave button showed up https://trac.buddypress.org/ticket/2668 The set up right now is that If you are the only group admin, you can’t leave the group, thus the “Leave Group” button will not show […]
-
mercime posted on the forum topic Can't leave group in the group How-To and Troubleshooting: 15 years, 1 month ago
WP/BP versions? Have you deactivated plugins except BuddyPress and changed to default theme with that configuration?
-
mercime posted on the forum topic BuddyPress Docs 1.0-beta-2 in the group BuddyPress Docs: 15 years, 1 month ago
Bug: Cannot remove parent page setting to replicate: 1. Create a new doc e.g. New Beta Test 2. In setting toggle Parent and choose another doc, e.g. My Beta Tests, as parent page and save. 3. Changed mind about My Beta Tests as parent page of New Beta Test so click Edit link and toggle […]
-
mercime posted on the forum topic [SOLVED] HELP: When do tables for BP get created in my WP database? in the group How-To and Troubleshooting: 15 years, 1 month ago
@theshooter Solved? Cool. So did manual re-uploadi of BP files solve it for you?
-
mercime posted on the forum topic [Resolved] How to edit items in bp_activity_action in the group How-To and Troubleshooting: 15 years, 1 month ago
That’s the way to do it 🙂
-
mercime posted on the forum topic HELP: When do tables for BP get created in my WP database? in the group How-To and Troubleshooting: 15 years, 1 month ago
There are many possibilities why DB tables were not created in your install: e.g. corrupt files, the web server, CPU limitations, PHP version, memory limit etc. First thing I’d do is deactivate BuddyPress. If you installed BuddyPress via dashboard, re-upload BuddyPress files manually i.e. via FTP, cpanel, etc. Then activate BuddyPress and go to BP […]
-
mercime posted on the forum topic Log in issue in the FrontPage in the group How-To and Troubleshooting: 15 years, 1 month ago
== Just tried to remove the admin bar and installing the Sliding AJAX Login Panel Plugin. ==
In other words, your sliding ajax login panel plugin doesn’t work on the front page? What do you have on the home page – a static front page, the default index (posts) page or the activity stream, etc?
- Load More
@mercime
Active 5 years, 7 months ago