Search found 3 matches

by dremuler
Today, 04:38
Forum: Steves Extensions
Topic: Woud love some help! Customizing phpBB: Colored Usernames, Font Styles, and Rounded Corners
Replies: 1
Views: 42

Re: Woud love some help! Customizing phpBB: Colored Usernames, Font Styles, and Rounded Corners

All can be performed by css for example on phpbb 3.3 this code will add neon effect and color in an user name regardless the group or permission. .username-coloured ,a.u2{ color: #902dff !important; text-shadow: 0px 0px 5px #ac98ff4f!important; } where: .u2 is the id of the user that can be founded ...
by dremuler
12 Oct 2024, 00:43
Forum: Steves Extensions
Topic: [3.3][DEV] phpBB3 Topic/Post Reactions, Thanks, Like
Replies: 8
Views: 331

Re: [3.3][DEV] phpBB3 Topic/Post Reactions, Thanks, Like

Steve wrote: 11 Oct 2024, 22:40 This is already built into version 0.9.2. I just need to finish some small testing and code changes before release.
will be an early access or an estimated date ? i will glad to check this out
:D
by dremuler
11 Oct 2024, 22:33
Forum: Steves Extensions
Topic: [3.3][DEV] phpBB3 Topic/Post Reactions, Thanks, Like
Replies: 8
Views: 331

Re: [3.3][DEV] phpBB3 Topic/Post Reactions, Thanks, Like

Hi i will like to pay for an additional feature! add the feature that some reactions could give points, or remove it. for example thumbs up 1 point and tumbs down take away one, also angry face for example. (i mean add the option that when we add a new reaction we can set if add points or take it ...