banner banner
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

banner

Started by jamar190, August 22, 2004, 08:55:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jamar190

K, now I can hide the albums fine, but how do I put my own picture at the top?? Ive seen it on other sites.
if you read this, you eat children...

Casper

Edit themes/yourtheme/template.html, and add it as you want.  That's what I did.

OR, see the docs for 'custom header'.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

jamar190

Well, I didnt want to add my own theme, I just wanted to add a small jpg. pic at the top
if you read this, you eat children...

Nibbler

You edit the template.html for the theme you use, if you use 'classic' you would edit themes/classic/template.html

poubao

and find : <td><a href="index.php"><img src="themes/classic/images/site_logo.png" alt="" border="0" /><br /></a></td>


and replace:  site_logo.png
by the name of your logo (you put your logo in the directory  themes/classic/images/
OR YOU RENAME YOUR LOGO "site_logo.png" it's more simple !!!

;)
L'incohérence de ceux qui nous dirigent, l'incompétence de ceux qui nous commandent,sont un vibrant hommage pour ceux qui exécutent.
                                          **Général Patton**

jamar190

Do I change .png also? Because my banner is a jpg.
if you read this, you eat children...

Joachim Müller

of course you have to provide the correct extension as well. In fact this is just plain html...

Joachim