Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi

    Your forum software is using the site header located at
    ./styles/revolution_musicforum-10/imageset/site_logo.gif

    Your main site header is located at
    https://www.tunedtech.ca/images/banner.png

    There are two ways you can do this
    1) create a version of your main site header banner.png saved as a gif file, filename site_logo.gif, and put it in the folder where the forum software is looking for the site header – replace the file that is already there named site_logo.gif with your new version

    or

    2) change the code in your forum theme so it is looking for the header image at https://www.tunedtech.ca/images/banner.png

    The code that needs to be changed:
    change this
    src="./styles/revolution_musicforum-10/imageset/site_logo.gif"
    to this
    src="/images/banner.png"

    Thread Starter tunedtech

    (@tunedtech)

    i would like to use number 2) but where can i find that src=”./styles/revolution_musicforum-10/imageset/site_logo.gif” code?
    where is this located?

    Thread Starter tunedtech

    (@tunedtech)

    ugghhh… i tried changing stuff on my acp phpbb stylesheet.css and forum page get worst even i put the old code back. https://www.tunedtech.ca/forums/

    That code is somewhere in your phpBB source code. I’m not familiar with its coding. I would look for something like header.php or heading.php in your theme

    Thread Starter tunedtech

    (@tunedtech)

    still couldnt find it..

    Thread Starter tunedtech

    (@tunedtech)

    anybody?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to add the banner to my forum page?’ is closed to new replies.