here only support site logo extTeamHaven wrote: Thu Apr 30, 2020 11:21 pm THANK YOU, THANK YOU, THANK YOU!!!! To everyone who participated in helping me to work this out. I swear I sincerely appreciate it! I finally got the logo to display for my (desktop only) and my forum now looks like this:
Additionally, might anyone know which part of the program refers to the border of the individual categories in the list? I'd like to add a thin border around each of the gray category boxes.
Tks for your help. I used all the image formats and sizes you can imagine. Lastly, I placed an image in .svg format in the folder C: \ xampp \ htdocs \ forum \ phpBB3 \ images \ header.svg. But no image remains. Could it be that I have to put the image in another folder? Anyway it`s a localhost forum .Thank youjanus_zonstraal wrote: Mon Jul 06, 2020 6:01 am In what folder is the image and what address did you use in the sitelogo settings?
Thank you very much for your help, I carefully read all posts in this topic before asking for help. But I really have no idea what may be going on. As I said looks like the extension can`t find the image. May be in the wrong folder. Path: C:\xampp\htdocs\forum\phpBB3\images\header.svg .I understand that without seeing the forum, the problem, it is more difficult for you to help solve, however I will try to resolve it before putting the forum on the air. I cleared the browser cache, the forum, and reinstalled everything, absolutely everything including xampp more than three times. But any help is welcome. Thank youdavid63 wrote: Mon Jul 06, 2020 7:08 am @Marcbrz
Without seeing your board it is difficult to say.
Have you tried purging the cache?
that must beand what address did you use in the sitelogo settings
\images\header.svg
Welcome to phpBB forums.Ageless_ZA wrote: Tue Aug 11, 2020 5:43 pm Hi @david63. I hope you can help me.
Recently needed to change the logo on a site I manage... I fubar'd the copy paste and included an sid string behind the logo.png.
Now I cannot login to ACP or just normal site login. Im greeted with a lovely: "The submitted form was invalid. Try submitting again."
Is there a way to clear the config of the ext sitelogo without ACP access? I have cpanel access.
Code: Select all
php ./phpbbcli.php extension:disable david63/sitelogo
I had simillar "The submitted form was invalid. Try submitting again." to do with other matters,Ageless_ZA wrote: Tue Aug 11, 2020 5:43 pm Hi @david63. I hope you can help me.
Recently needed to change the logo on a site I manage... I fubar'd the copy paste and included an sid string behind the logo.png.
Now I cannot login to ACP or just normal site login. Im greeted with a lovely: "The submitted form was invalid. Try submitting again."
Is there a way to clear the config of the ext sitelogo without ACP access? I have cpanel access.
sevices.yml
file needs to editied, but to save you some time I did it for you. Code: Select all
services:
david63.sitelogo.listener:
class: david63\sitelogo\event\listener
arguments:
- '@config'
- '@template'
- '@user'
- '%core.root_path%'
tags:
- { name: event.listener }
david63.sitelogo.admin.controller:
class: david63\sitelogo\controller\admin_controller
arguments:
- '@config'
- '@request'
- '@template'
- '@user'
- '@service_container'
What version did you useAnyway, just install it and notice that the sevices.yml file needs to editied, but to save you some time I did it for you.