Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2255

Extensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions

$
0
0
I'm testing your extension and haven't encountered any significant issues so far.

Code:

.reaction_disabled, .reaction_delete { background-color: #ECD5D8; }.reaction_enabled { background-color: #80FF40; }.reaction-ear {
this is in the css on margin-left: -5px

I changed this to margin-left: 2px so the counter doesn't stick to each other.


Also made a small change to your extension to get my letter avatar working.

Code:

<div class="reaction-avatar">{% if reactions.USER_AVATAR && reactions.DISPLAY_AVATAR %}{{ reactions.USER_AVATAR }}{% elseif reactions.DISPLAY_AVATAR %}<span class="avatar avatar-letter">{{ S_USERNAME|first }}</span>{% endif %}{{ reactions.USER_NAME }}</div>

Code:

.reaction-avatar .avatar.avatar-letter {--avatar-font-size: 25px;}
Image

Statistics: Posted by bennybernaer — Sun Jun 22, 2025 9:05 am



Viewing all articles
Browse latest Browse all 2255

Trending Articles