-
wedeem replied to the forum topic UI issue – "Remove Favorite" title in the group Requests & Feedback 13 years, 2 months ago
@DJPaul just noticed that it is correct – once the page refreshes the title is correct, “Remove Fav..”
-
wedeem started the forum topic UI issue – "Remove Favorite" title in the group Requests & Feedback 13 years, 2 months ago
After marking a item as a “Favorite”, when you hover over “Remove Favorite” the title is the same as “Favorite”. The title being “Mark as Favorite”.
Would be nice to see this corrected in the next update.
-
wedeem replied to the forum topic Custom BuddyBar logo – need to remove get_blog_option( bp_get_root_blog_id(), 'blogname' ) in the group Creating & Extending 13 years, 2 months ago
came right using
remove_action( 'bp_adminbar_logo', 'bp_adminbar_logo' );
the problem was I was trying to remove the logo via
remove_action('bp_adminbar_menus', 'bp_adminbar_logoo');
-
wedeem replied to the forum topic Custom BuddyBar logo – need to remove get_blog_option( bp_get_root_blog_id(), 'blogname' ) in the group Creating & Extending 13 years, 2 months ago
*cant edit the post? anyways..
If someone could help me to understand how to remove it, will be greatful
-
wedeem started the forum topic Custom BuddyBar logo – need to remove get_blog_option( bp_get_root_blog_id(), 'blogname' ) in the group Creating & Extending 13 years, 2 months ago
I created a custom filter for my BuddyBar though not having a function to work with,
eg:$BuddyBar_logo = '<a href="' . bp_get_root_domain() . '" id="admin-bar-logo">' . get_blog_option( bp_get_root_blog_id(), 'blogname' ) . '</a>';
I don’t know how to remove […]
-
wedeem replied to the forum topic BP 1.5 Compatibiltiy in the group BuddyPress Followers 13 years, 2 months ago
Has there been any update regarding BP 1.5 compatibility?
-
wedeem replied to the forum topic How to redirect to custom search result page? in the group How-To and Troubleshooting 13 years, 2 months ago
Try using esc_url
On my mobile so can’t test it.
-
wedeem started the forum topic Group Category blank and Fatal error on clicking tag in the group BuddyPress Group Tags 13 years, 2 months ago
When on groups/test/admin/edit-details/ the Group Category is blank. The values are there though I cant see them. Let me know if you need more info with screen short..
Also on clicking a tag, I get: Fatal […]
-
wedeem replied to the forum topic defining custom slugs not working – bp 1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
Wow that was fast, thanks!
-
wedeem started the forum topic defining custom slugs not working – bp 1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
Following the tut here, and placing
define ( 'BP_GROUPS_SLUG', 'gatherings' );
in mybp-customs.php
Nothing changes, I have tried most of the slugs mentioned in the tut and none seem to work? I know […]
@wedeem
Not recently active