Lack of interest Change Interact Link to a Phrase

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Amaury

Well-known member
At first glance, I personally don't think it's obvious what the ellipses are for, so I think an actual phrase for the interact link would stand out more:

Interact.webp

Changing it to a phrase would also remove the tooltip in the process, of course.
 
Last edited:
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
If you would like to change it on your own installation, edit the profile_post_list_item_simple template.

Change this:
Code:
<a href="{xen:link 'profile-posts', $profilePost}" class="item Tooltip OverlayTrigger" title="{xen:phrase interact}" data-tipclass="flipped" data-offsetX="7">&#8226;&#8226;&#8226;</a>

To this:
Code:
<a href="{xen:link 'profile-posts', $profilePost}" class="item OverlayTrigger">{xen:phrase interact}</a>
 
Top Bottom