-
mercime posted on the forum topic Adding Register Notice to Admin Bar? in the group How-To and Troubleshooting: 15 years, 4 months ago
No worries, e.g. Adding a link to Dashboard for Site Admin in BP Admin Bar
function dashboard_link_in_adminbar() {
if (is_user_logged_in() && is_site_admin()) {
echo '<a href="/wp-admin/">Dashboard</a>';
}
}
add_action('bp_adminbar_menus', 'dashboard_link_in_adminbar', 1); -
mercime posted on the forum topic Word count vs character count for automated excerpts: Feedback wanted in the group Localization: 15 years, 4 months ago
+1 character count. Better practice and easier styling.
Caveat re Chinese characters: a character split from the word can change a tame word into a dirty one, or so a friend said. -
mercime joined the group Localization 15 years, 4 months ago
-
@mercime posted a new activity comment 15 years, 4 months ago
@valuser, quite generous of you to host it as well as have a demo of it. Styling still needed for forums component but I think many can handle the forum styling.
-
mercime posted on the forum topic Why no good buddypress WP Themes? in the group Creating & Extending: 15 years, 4 months ago
@xevo ๐
It doesn’t have to be GPL if theme’s not *distributed* like e.g. custom theme for a client site. But if theme’s going to be sold or distributed in the wilds for free, it has to GPL.
Remember that thingamagig with the Thesis theme? -
mercime posted on the forum topic having issue with buddy press installation in the group Installing BuddyPress: 15 years, 4 months ago
=== have issue as buddy press link are coming at the bottoms. ===
Looks to me like a regular default BuddyPress installation. What bottoms are you referring to?
-
mercime posted on the forum topic P2 Header Image Conflict with BP-default theme in the group How-To and Troubleshooting: 15 years, 4 months ago
=== On Blog 2 Dashboard if I try to select P2 on appearance > theme it donโt let me select P2 ===
Go dashboard – Super Admin > Themes – enable P2 theme for site use.
-
mercime posted on the forum topic Not getting activation email in the group How-To and Troubleshooting: 15 years, 4 months ago
WordPress, not BuddyPress plugin, handles email activations. It could also be because of webhosting configuration. Deactivate BP and BP-dependent plugins, then double-check if activation emails are sent from your installation. Check for resolutions from
https://codex.buddypress.org/getting-started/faqs/specific-faqs/
WP.org forums…[Read more] -
mercime posted on the forum topic Please help โ understanding Buddypress code without documentation in the group How-To and Troubleshooting: 15 years, 4 months ago
@bgrun80 I think it’s cool that you want to work on the documentation. I saw your post Dec. 2010 “Buddypress functions that Iโll try to figure out โ please help via comments” in your blog and you’re working on the BuddyPress 1.1.3 version. The userbar.php, optionsbar.php and plugin-template.php files for example, are no longer in BP […]
-
mercime posted on the forum topic Buddy press installation in the group Installing BuddyPress: 15 years, 4 months ago
== when I go to Activate plugin ==
You mean when you activate BuddyPress plugin? or another plugin?
-
mercime posted on the forum topic P2 Header Image Conflict with BP-default theme in the group Creating & Extending: 15 years, 4 months ago
duplicate of this post
-
mercime posted on the forum topic the BuddyPress Template Pack plugin installs old template files in the group Installing BuddyPress: 15 years, 4 months ago
Agreed. @DJPaul mentioned upgrading template pack for BP 1.2.6-1.2.7
@hotforwords has submitted her fix for BP Template Pack for BP 1.2.6 https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-template-pack-and-buddypress-1-2-6-things-break-but-i-have-a-solution -
mercime posted on the forum topic P2 Header Image Conflict with BP-default theme in the group How-To and Troubleshooting: 15 years, 4 months ago
=== Iโm using P2 for my second blog in a BP installation. === Is BP installed in root i.e. http://yoursite.com, and your P2 theme is activated at http://yoursite.com/site2 or http://site2.yoursite.com ? === Also noted, on appearance > themes, I selected P2 but still show above all available themes the bp-default theme as selected. . === […]
-
mercime posted on the forum topic How to have admin bar not follow you down the page in the group How-To and Troubleshooting: 15 years, 4 months ago
Add to your active theme’s style.css file:
#wp-admin-bar {
position: absolute !important;
} -
mercime posted on the forum topic Convert Buddypress Theme to WordPress in the group How-To and Troubleshooting: 15 years, 4 months ago
Make a copy of your BP theme. Delete all folders you see here https://trac.buddypress.org/browser/tags/1.2.7/bp-themes/bp-default except _inc/ folder if you have your CSS file and images parked there. Then delete all BP references/code/templatetags you see in the remaining files – header.php, funcions.php etc.And, don’t forget to delete…[Read more]
-
mercime posted on the forum topic Poker Metagame in the group Gallery: 15 years, 4 months ago
spam @DJPaul @boonebgorges @hnla @r-a-y
-
mercime posted on the forum topic Tutorial? in the group BP User Profile Map: 15 years, 4 months ago
@hnla Late reporting, my bad ๐ Tested in two installs 1. Worked in test install BP 1.2.7 – WP 3.0.3 multisite subdomain structure. There’s even a dropdown to choose map, satellite, hybrid, or terrain. Very cool. This had my 15 must-use mu-plugins, bp-custom.php, functions.php in bp-default child theme. 2. In another install with same BP/WP config. […]
-
mercime posted on the forum topic How to remove the Login Box from the BuddyPress Default Theme Sidebar in the group How-To and Troubleshooting: 15 years, 4 months ago
@Reeves246 display:none should have worked on #login-text, #sidebar-login-form if you added that to your child theme’s style.css file. Another way: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/i-want-to-remove-the-logout-link-from-the-sidebar/
-
mercime posted on the forum topic material in wiki page is not being saved in the group Creating & Extending: 15 years, 4 months ago
-
mercime posted on the forum topic Remove the "DashBoard" from the adminbar in the group How-To and Troubleshooting: 15 years, 4 months ago
If you don’t have one yet, create a bp-custom.php file and`add this:
- Load More
@mercime
Active 5 years, 7 months ago