HexagonReborn

How to change forum icon image? - HexagonReborn

How to change forum icon image?

by viper69 » Sat Jan 07, 2023 4:57 pm

How to change forum icon image individually?

each image will be different
Screenshot_5.jpg
viper69
Registered User
Posts: 234
Joined: Fri Jun 03, 2022 5:35 pm

Re: How to change forum icon image?

by Mannix_ » Sat Jan 07, 2023 5:00 pm

Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2136
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: How to change forum icon image?

by Mannix_ » Sat Jan 07, 2023 6:16 pm

Support for the extension
unzip and upload the folder to ext/vinny/fimgasficon/styles. Clear the board cache in ACP after
Attachments
HexagonReborn.zip
(736 Bytes) Downloaded 40 times
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2136
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: How to change forum icon image?

by viper69 » Sat Jan 07, 2023 8:53 pm

Thanks
viper69
Registered User
Posts: 234
Joined: Fri Jun 03, 2022 5:35 pm

Re: How to change forum icon image?

by viper69 » Sat Jan 07, 2023 8:54 pm

How to change width?
viper69
Registered User
Posts: 234
Joined: Fri Jun 03, 2022 5:35 pm

Re: How to change forum icon image?

by viper69 » Sat Jan 07, 2023 8:54 pm

i mean site width. i want to 1120 Px
viper69
Registered User
Posts: 234
Joined: Fri Jun 03, 2022 5:35 pm

Re: How to change forum icon image?

by Mannix_ » Sun Jan 08, 2023 7:45 am

in common.css
find

Code: Select all

.wrap {
    padding: 0 20px 20px 20px;
    max-width: 1240px;
    min-width: 625px;
    margin: auto;
}
and change max-width value from 1240px to 1120px. Don't forget to purge browser cache
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2136
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: How to change forum icon image?

by viper69 » Sun Jan 08, 2023 4:52 pm

Mannix_ wrote:in common.css
find

Code: Select all

.wrap {
    padding: 0 20px 20px 20px;
    max-width: 1240px;
    min-width: 625px;
    margin: auto;
}
and change max-width value from 1240px to 1120px. Don't forget to purge browser cache
Thanks
viper69
Registered User
Posts: 234
Joined: Fri Jun 03, 2022 5:35 pm

Re: How to change forum icon image?

by viper69 » Sun Jan 08, 2023 5:21 pm

Mannix_ wrote:in common.css
find

Code: Select all

.wrap {
    padding: 0 20px 20px 20px;
    max-width: 1240px;
    min-width: 625px;
    margin: auto;
}
and change max-width value from 1240px to 1120px. Don't forget to purge browser cache
thanks
viper69
Registered User
Posts: 234
Joined: Fri Jun 03, 2022 5:35 pm