Forum Replies Created
-
Author
-
August 4, 2015 at 11:33 in reply to: Buddypress group members count is not working on some groups on the landing page #71475Tiger007xyParticipant
It only happens on some groups, but all groups are public.
August 3, 2015 at 01:51 in reply to: Buddypress group members count is not working on some groups on the landing page #71274Tiger007xyParticipantThe issue is that the member count of somesome groups does not work.
August 1, 2015 at 18:40 in reply to: Buddypress group members count is not working on some groups on the landing page #71113Tiger007xyParticipantThis reply has been set as private.August 1, 2015 at 18:38 in reply to: Buddypress group members count is not working on some groups on the landing page #71112Tiger007xyParticipantThis reply has been set as private.July 30, 2015 at 20:37 in reply to: Buddypress group members count is not working on some groups on the landing page #70829Tiger007xyParticipantNo, it is no catche issue, it also not works without any catch plugin activated.
July 29, 2015 at 12:39 in reply to: Buddypress group members count is not working on some groups on the landing page #70523Tiger007xyParticipantI have checked all settings. There were no errors or misconfiguration. But the group count is not working. Some members are not showing as members or the group does not show how many members it have.
Attachments:
You must be logged in to view attached files.Tiger007xyParticipantThe accounts does not be lost. An user can make a password reset entering their facebook email address. Is there a possibility of a workaround on my site described above using a Gravatar for this 32bit-issue?
Tiger007xyParticipantYes, of course I can provide the link to my site for inspekting the issue: https://www.novameet.me.
Tiger007xyParticipantThe issue is, that the Private Message Button appears if an user is logged out. If he is logged in, the code for the Private Button is not generated anymore.
October 21, 2014 at 17:55 in reply to: Timeago not working correctly in activity and landing page #32440Tiger007xyParticipantIn the newest Buddypress (2.1.1) the issue with “anytime ago” last time active is being resolved now. Only the 6 hour issue in activity stream is now left.
Tiger007xyParticipantYou can solve it in the header.php with jQuery. It is not the best solution, but it works:
jQuery(document).ready(function(){
var count = jQuery(“#user-notifications .count”).html();
if (typeof count != ‘undefined’) {
var count = “Mitteilungen<span id=’count’>” + count + “</span>”;
} else {
var count = “Mitteilungen<span id=’count’>” + 0 + “</span>”;
}
jQuery(“#user-notifications”).html(count);});
Tiger007xyParticipantIn my backend under profile -> profile fields I have configured it this way.
Attachments:
You must be logged in to view attached files.June 17, 2014 at 17:32 in reply to: Gender number is not showing after personal change in Custom Profile Fields #20005Tiger007xyParticipantIs there a solution? What have I change?
-
AuthorPosts