Author |
Message |
09/08/2003 13:26:16
|
Anonymous
|
Hi
I just installed the Advanced Guestbook on my site.
I having little bit hard time...
I would like to add my logo on it. It is a Jpg files.
How i have to do for add it on?
When i go on my Guestbook Admin /Template and i try to paste in html Header.php folder i get this message:
"Give write permissions to the webserver on the template files!"
Where i have to go to change this? Or what i have to do? Because i don't know if it's right change the permission.
Please give me some help i wish some steps in detail!
Thanks
Wildblue
|
|
09/08/2003 21:24:25
|
Anonymous
|
to modify template php files, you need to give public write permission to the file you want to modify. In your case, you want to modify header.php, so, if you have ssh (or telnet), ssh to your web server and change the permission of the file like such:
chmod 777 header.php
If your server doesn't have ssh or telnet suport, most of FTP program have chmod feature has well. In this case give write to others.
|
|
09/08/2003 23:30:26
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
template files and folders is actually chmod 666.
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
10/08/2003 08:15:44
|
Anonymous
|
good idea, if it doesn't give you any error, chmod 666 is probably safer.
|
|
11/08/2003 16:02:14
|
Anonymous
|
Thanks cj and Auron
for your help.
I did... and finaally I was able to write on Header.php everything works I still have only a problem i uploaded the logo but the image don't show up.
So you can see that there there is a image but it don't show up...What' is the folder where i have to upload the image???
I did it in template folder.
thx
Wildblue
|
|
11/08/2003 16:51:34
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Probably in a folder called images...
What chmod did you use?
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
11/08/2003 22:23:01
|
Anonymous
|
Thanks
well, finally i figure out it!
Right now it works fine and my graphics logo show up!!!
For Auron
I don't use chmood i just went to change the permission to write in the header.php folder directely from the File Manager. There i did everything i wrote on my html script i saved and i uploaded my image in to the Templates folder! That's what i did!
I cannot believe it took me several days to figure out how do this!
Any ways right now works good!
Thanks for any help
Wildblue
[/url]
|
|
11/08/2003 22:32:56
|
Anonymous
|
For Auron
sorry in last message i wrote that i haven't use chmood...
if how i did change permissions to the header.php folder means change chmood i changed in 666.
Wildblue
|
|
28/09/2003 11:37:52
|
Anonymous
|
Wildblue wrote:There i did everything i wrote on my html script i saved and i uploaded my image in to the Templates folder! That's what i did!
How did you do that step by step? I've uploaded my banner(logo) to the img folder. How do I input that into the header.php? I would like my banner to be the heading of the guestbook...
Sorry, newbie here...
MacPoly
|
|
29/09/2003 05:52:30
|
Anonymous
|
MacPoly wrote:
Wildblue wrote:There i did everything i wrote on my html script i saved and i uploaded my image in to the Templates folder! That's what i did!
How did you do that step by step? I've uploaded my banner(logo) to the img folder. How do I input that into the header.php? I would like my banner to be the heading of the guestbook...
Sorry, newbie here...
MacPoly
muhahha
|
|
01/10/2004 09:20:42
|
Anonymous
|
go to templates/body.php.............
edit ......<a href="http://www.yousite.com"><img src="img/logo.gif" width="225" height="42"></a>
this adds a logo and a link back to your website.
check mine on www.philsinfo.com/guestbook
|
|
|