mygalomorph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Include images in search resultsOkay, this problem was not related to the above; instead, it was caused by me trying to load ‘hu-front-scripts’ asynchronously.
Even so, could you please clarify what the following customiser help text means?
‘This option is always customised site-wide and cannot be reset.’
Thanks, yes; it was a conflict. I’ve temporarily fixed it by changing:
<a href="<?php echo um_user_profile_url(); ?>" class="um-profile-photo-img" title="<?php echo um_user( 'display_name' ); ?>"><?php echo $overlay . get_avatar( um_user( 'ID' ), $default_size ); ?></a>to:
<a href="javascript:void(0);" class="um-profile-photo-img" title="<?php echo um_user( 'display_name' ); ?>"><?php echo $overlay . get_avatar( um_user( 'ID' ), $default_size ); ?></a>in:
um-actions-profile.phpWould there be a way of making a similar fix inside
functions.phprather than changing the original plugin?- This reply was modified 8 years, 2 months ago by mygalomorph.
I should add, this also happens in the edit state ( /?profiletab=main&um_action=edit ).
Looking at the html, the image is linking to the profile itself, rather than triggering the dialogue box:
<a href="https://xyz.com/profile/xyz-person/" title="Xyz Person">Rather than the expected:
<a href="#" title="Xyz Person">- This reply was modified 8 years, 2 months ago by mygalomorph.
Perfect, thanks a lot. I used a VPN to perform a bad login attempt and it was successfully recorded as such in the live traffic and the firewall stats modules.
I guess the curious thing is why lockouts seemed to be more prevalent or at least more visible in the past. Perhaps other security measures are working.
Perhaps this is the same problem I am having. With the new version, nothing appears to be blocked, or at least I can’t find a list of any blocked IP addresses. I can see the live traffic list, but nothing is marked as blocked in that list, either.
Consequently, I can’t tell if the firewall is working or not.