-
Ted replied to the question cover photo upload not working in ios safari in the forum Boss. theme 9 years, 1 month ago
Thanks Varun! It worked perfectly!
-
Ted replied to the question cover photo upload not working in ios safari in the forum Boss. theme 9 years, 1 month ago
Thanks Varun, how can I fix it for boss 1.2.2?
-
Ted replied to the question cover photo upload not working in ios safari in the forum Boss. theme 9 years, 1 month ago
Hi Pallavi, I just did a fresh install with only buddypress and boss installed and tested on latest xcode simulator ios safari for ipad/iphone. The camera button to upload photos won’t open the browse options in ios safari (works in chrome though). I think it may be related to https://github.com/moxiecode/plupload/issues/1318
-
Ted started the question cover photo upload not working in ios safari in the forum Boss. theme 9 years, 1 month ago
Hi all, The cover photo upload button is unable to browse in ios safari for iPads and iPhones. How can I fix this? Thanks
-
Ted replied to the question Global search activity results missing wall elements in the forum BuddyPress (general issues) 9 years, 1 month ago
I was able to get this to work and add the wall elements to the search results.
However, since the search results page seem to be a wordpress post page, not a bp page, some of the functionality, styles, and js is not being enqueued.
For example, when clicking like and comment button. Like button reloads the entire page. Clicking The comment…[Read more]
-
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 1 month ago
This has been resolved. In wall-functions.php find and replace
$user->display_name;
with$user->user_nicename;
-
Ted replied to the question sentbox's avatar and thread from/to userlink in the forum Boss. theme 9 years, 2 months ago
Hi @tjchester, Thank you for the update. Will keep looking into it.
-
Ted replied to the question Global search activity results missing wall elements in the forum BuddyPress (general issues) 9 years, 2 months ago
Thanks Varun, I replaced the code in buddypress-global-search/templates/loop/activity.php with yours and it didn’t work. The search results list for ALL and ACTIVITY is still not showing like, comment button, etc. Any ideas?
-
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 2 months ago
Hi Varun, The error is still showing as “username(You) and Display Name like this.”
How can I fix the second name to be username as well? So it appears “username(You) and username like this.”?
The error also appears when another member likes the logged in user’s update. It appears as “Display Name likes this.”
How can I fix this so it appears…[Read more]
-
Ted replied to the question no password change success alert in the forum Boss. theme 9 years, 2 months ago
I see, thank you. Found a quick workaround from https://buddypress.org/support/topic/ability-to-dismiss-template-notices/
$(document).mouseup(function (e)
{
var notice = $(".bp-template-notice");if (!notice.is(e.target)
&& notice.has(e.target).length === 0)
{
notice.hide();
}});
-
Ted replied to the question change unread messages link color in the forum Boss. theme 9 years, 2 months ago
Awesome, thank you @pallavi!
-
Ted replied to the question no password change success alert in the forum Boss. theme 9 years, 2 months ago
Thanks Varun, I have used that before in content-buddypress.php and added before the content, but it doesn’t work normally (flash and disappear, and styling is missing). How can I make it flash and disappear?
<div class="entry-buddypress-content">
<?php do_action( 'template_notices' ); ?>
<?php the_content(); ?>
</div>
-
Ted started the question sentbox's avatar and thread from/to userlink in the forum Boss. theme 9 years, 2 months ago
Hi all,
Currently the sentbox’s avatar is showing the sender’s avatar, not the recipient’s. Also, both the thread From userlink and the thread To userlink is showing.
How can I display the recipient’s avatar and only show just the thread To’s userlink in sentbox?
Thanks
-
Ted replied to the question no password change success alert in the forum Boss. theme 9 years, 2 months ago
It is currently only displaying in member-header div and I have conditional logic that only displays member header on certain pages. How can I have it work normally (flash and disappear) in entry-buddypress-content div?
-
Ted started the question change unread messages link color in the forum Boss. theme 9 years, 2 months ago
Hi all, Currently, an unread message just appears bolded. It’s hard to see the difference between read and unread messages. How can I change the unread messages link color to red? Thanks
-
Ted started the question no password change success alert in the forum Boss. theme 9 years, 2 months ago
Hi all, When a user changes their password, there is no on-screen success alert. Do you have a fix for this? Thanks
-
Ted replied to the question set boss login page as static homepage in the forum Boss. theme 9 years, 2 months ago
Is it possible to redirect login page but wp-login.php is not displayed (e.g. sitename.com)?
-
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 2 months ago
bump..
-
Ted replied to the question Global search activity results missing wall elements in the forum BuddyPress (general issues) 9 years, 2 months ago
bump
-
Ted replied to the question buddypress links in buddypanel menu – missing unread counter in the forum Boss. theme 9 years, 2 months ago
Awesome, thanks Varun!
- Load More