Page 1 of 1
Erased Line still appears
Posted: Sun Sep 03, 2006 6:16 pm
by substream
http://blog.substream-musik.de/index.php
Under the header-pic you can see a line saying "Hier koennte das Men? stehen. Wenn das klappt."
I put it in the index.tpl to see if it would be possible to incule some sort of navigation at this place.
Then I erased it from the index.tpl, but it still appears on the side. I don't understand why it is still there?
Posted: Sun Sep 03, 2006 6:58 pm
by abdussamad
Try changing templates temporarily before switching back to this template. Sometimes smarty caches templates and changes are not reflected immediately.
Posted: Mon Sep 04, 2006 12:13 am
by substream
Thanks, sounds quite logically, but does not work. I still can see the line.
Any other ideas?
Posted: Mon Sep 04, 2006 6:31 am
by judebert
Possibly removed from the wrong index.tpl? Did you get the base one in templates/default/, or the one in your own template/whatever/?
Posted: Mon Sep 04, 2006 8:32 am
by substream
I changed the template index.tpl, erased the line, put the new version on the server. The line was still there.
Then I remopved the template-index.tpl from the server, the default index.tpl was used and the line was not there.
So I put the right temlate-index.tpl version on the server again - and the line appears again.
I tried changing the template temporarily, but that didn't succeed either.
???
Posted: Mon Sep 04, 2006 9:03 am
by carl_galloway
Looks like you're using the andreas00 base files, and text you're seeing looks like it couild also be at the top of sidebar.tpl, have you edited that file at any point?
Posted: Mon Sep 04, 2006 10:05 am
by substream
That's right, it's Andreas00. No, i didn't change the sidebar.tpl
At the moment I am at work and connot look at the sidebar.tpl, but is it possible that this one was changed somehow automatically or by error?
Posted: Mon Sep 04, 2006 10:08 am
by garvinhicking
Hi!
Usually serendipity can really only show what you saved in its .tpl files. So your line must be somewhere.
How about opening all files or using 'grep' to search for the line you entered? When you cleared your templates_c/ files, there is no other place where it could hide.
Best regards,
Garvin
Posted: Mon Sep 04, 2006 10:10 am
by carl_galloway
No that shouldn't happen. I only mention it because where the text appears is precisely where the sidebar starts, but if you haven't edited sidebar.tpl then it can only be index.tpl.
Have you tried deleting all files in your templates_c folder? I guess its possible the permissions on that folder might have been reset in which case Serendipity may not be able to update the cached version.
Posted: Mon Sep 04, 2006 10:11 am
by carl_galloway
Sorry, it looks like Garvin beat me to it