phalcon / forum

Phalcon official Forum
https://forum.phalcon.io
Other
366 stars 164 forks source link

Logo replacement #561

Open Elitrefy opened 3 weeks ago

Elitrefy commented 3 weeks ago

I wanted to ask, which file to replace if I were to change the logo and which file's code to edit (if any) if the logo is not already embedded.

niden commented 3 weeks ago

All the view files are located here

https://github.com/phalcon/forum/tree/master/app/views

Check the headers/partials on where the logo can be changed. The one that was used in this app I believe is under public/img/logo.png

FYI, this app has not been maintained in years so be careful.

Elitrefy commented 3 weeks ago

There is no logo.png so I have replaced the logo-top.png and logo-feed.png found in www / images, I hope that's no harm. Also since there is no headers/partials file I have not altered any code in hopes that the new images with same name will just replace the former images in the same place where they were previously placed, Would that be okay?

On Sat, 26 Oct 2024 at 19:36, Nikolaos Dimopoulos @.***> wrote:

All the view files are located here

https://github.com/phalcon/forum/tree/master/app/views

Check the headers/partials on where the logo can be changed. The one that was used in this app I believe is under public/img/logo.png

FYI, this app has not been maintained in years so be careful.

— Reply to this email directly, view it on GitHub https://github.com/phalcon/forum/issues/561#issuecomment-2439594605, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLEPS5WEOYICRTOKDJWEZLLZ5OOUPAVCNFSM6AAAAABQU2KW42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZGU4TINRQGU . You are receiving this because you authored the thread.Message ID: @.***>

niden commented 3 weeks ago

Whatever works for you my friend. If that solution works for you go for it.