how to add 2 topic icons or another

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
User avatar
therandomguyuser53
Registered User
Posts: 80
Joined: Wed Mar 01, 2023 9:18 am
Location: Cebu City, Philippines
Contact:

how to add 2 topic icons or another

Post by therandomguyuser53 »

how do i actually double the topic icons? like solved and closed
just use of developing Xampp ;)
Discord Server https://discord.gg/7WUv6r2B2U
my English is bread
don't tell me my board link i am using localhost i will have domain in the future
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26505
Joined: Fri Aug 29, 2008 9:49 am

Re: how to add 2 topic icons or another

Post by Mick »

What do you mean exactly?
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
therandomguyuser53
Registered User
Posts: 80
Joined: Wed Mar 01, 2023 9:18 am
Location: Cebu City, Philippines
Contact:

Re: how to add 2 topic icons or another

Post by therandomguyuser53 »

i just wanted to add 2 topic icons or even more for example if this post is archived but solved there should be 2 icons for the archive then solved
like solved picture icon and the archive icon is it possible? '
just use of developing Xampp ;)
Discord Server https://discord.gg/7WUv6r2B2U
my English is bread
don't tell me my board link i am using localhost i will have domain in the future
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26505
Joined: Fri Aug 29, 2008 9:49 am

Re: how to add 2 topic icons or another

Post by Mick »

Not in default phpBB, you’d be better off posting in styles support, custom coding or request an extension.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72343
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: how to add 2 topic icons or another

Post by KevC »

You could make one graphic that has both icons in it.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
User avatar
halil16
Registered User
Posts: 1266
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil
Contact:

Re: how to add 2 topic icons or another

Post by halil16 »

I understand This requires a variable. The topic must be marked for that variable as well. Can it be done in default properties? I'm thinking about it but can't quite find it. Maybe the topic can be played with status or types. I am not sure.

If you do, I recommend using the SVGs below.

solved:
https://icon-sets.iconify.design/mdi/fi ... k-outline/

normal:
https://icon-sets.iconify.design/mdi/fi ... t-outline/


It can be set like the phpBB4 topic icons in the Area51 forum:

Code: Select all

.row-item-link {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-top: -17px;
    margin-left: 9px;
    background-color: #0059b3;
}
* Hire me at fiverr for your phpBB board.
"The day we will need ideas more than possessions, we will find the secret to true wealth." - Peyami Safa
I'm learning English...
Contributions: #Hashtag, Elegance, Latte
Post Reply

Return to “[3.3.x] Support Forum”