Need help with banner / footer

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
bjorkk
Regular
Posts: 5
Joined: Wed Dec 27, 2006 4:03 am

Need help with banner / footer

Post by bjorkk »

Hi I need help putting a custom header on serendipity. I have very little knowledge of php. I want the blog to look similar to my website with links, etc. I was able to embed a footer into my forum program but there was a header file, in which was all I needed to edit. If anyone could let me know in layman's terms, I would deeply appreciate it!!!!!

Thank you
Jeffrey35
Regular
Posts: 44
Joined: Thu Oct 26, 2006 7:38 am

Post by Jeffrey35 »

Hey,

You can edit such things in the index.tpl file / style.css file in your templatefolder (at least with the tempate i'm using, Bex-01).

Good Luck,
Jeffrey
bjorkk
Regular
Posts: 5
Joined: Wed Dec 27, 2006 4:03 am

Post by bjorkk »

I copied and pasted the code for the header I wanted to put on but when I uploaded it the header was not shown? Any advice? I edited the .tpl folder
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post by yellowled »

bjorkk wrote:I copied and pasted the code for the header I wanted to put on but when I uploaded it the header was not shown? Any advice? I edited the .tpl folder
I'm sorry, but that's simply too little information to really help you. We at least need to know which template and which version of Serendipity you're using. Code examples (i.e. your changes to the .tpl/.css files) would be even better, and an URL to see your template in action would really help.

YL
Davy
Regular
Posts: 109
Joined: Fri Oct 13, 2006 2:06 pm
Location: The Netherlands

Post by Davy »

There is a plugin for changing header-images, isn't it? Maybe that's a bit easier. :)

Also note that PHP-code is not allowed in template-files normally. You've to insert such code using Smarty-tags.
bjorkk
Regular
Posts: 5
Joined: Wed Dec 27, 2006 4:03 am

Post by bjorkk »

I edited the index.tpl file. the url to the blog is http://www.whatshoppin.com/serendipity/ I want to add the top images and links from www.whatshoppin.com to the blog. I am sorry, but I really am clueless. I hope this is a little more info
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Why not just edit the index.tpl template file and insert HTML-code that you need?

What exactly did you try to insert there? Something like this:

Code: Select all

<a href="http://www.google.de/"><img src="http://www.googgle.de/intl/en_com/images/logo_plain.png" /></a>
should already work.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply