Hi, Yes, you can :-) You just need to rename, or copy (with one extra step below) the file ext/oneall/sociallogin/styles/all/template/event/overall_header_content_before.html to another file in the same directory. The name of new file instructs PhpBB where to place it. This is the tricky part. From the huge list of PhpBB events, pick the one you want. The list is at https://wiki.phpbb.com/Event_List#Template_Events. Then, choose as file name the name of the event, ending with .html.
If you decide to copy the file overall_header_content_before.html, then you need to edit this new file to replace text "header_content_before" with "footer_content_after", it should occur in 2 places in that file. You can use any other text, but it must be unique.
Perhaps you need to clear caches, and possibly de-activate/activate extension. Hope this helps.
Answers
Yes, you can :-)
You just need to rename, or copy (with one extra step below) the file
ext/oneall/sociallogin/styles/all/template/event/overall_header_content_before.html
to another file in the same directory.
The name of new file instructs PhpBB where to place it. This is the tricky part.
From the huge list of PhpBB events, pick the one you want.
The list is at https://wiki.phpbb.com/Event_List#Template_Events.
Then, choose as file name the name of the event, ending with .html.
If you decide to copy the file overall_header_content_before.html, then you need to edit this new file to replace text "header_content_before" with "footer_content_after",
it should occur in 2 places in that file. You can use any other text, but it must be unique.
Perhaps you need to clear caches, and possibly de-activate/activate extension.
Hope this helps.