Erased Line still appears

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
substream
Regular
Posts: 17
Joined: Mon Aug 07, 2006 7:29 pm

Erased Line still appears

Post 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?
abdussamad
Regular
Posts: 117
Joined: Fri Apr 21, 2006 10:11 pm
Location: Karachi, Pakistan
Contact:

Post by abdussamad »

Try changing templates temporarily before switching back to this template. Sometimes smarty caches templates and changes are not reflected immediately.
substream
Regular
Posts: 17
Joined: Mon Aug 07, 2006 7:29 pm

Post by substream »

Thanks, sounds quite logically, but does not work. I still can see the line.
Any other ideas?
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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/?
Judebert
---
Website | Wishlist | PayPal
substream
Regular
Posts: 17
Joined: Mon Aug 07, 2006 7:29 pm

Post 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.
???
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post 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?
substream
Regular
Posts: 17
Joined: Mon Aug 07, 2006 7:29 pm

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post 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.
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

Sorry, it looks like Garvin beat me to it
Post Reply