Search found 5 matches

by pherball
Tue Jan 31, 2006 10:41 pm
Forum: General discussions
Topic: Help, my blog just vanished!
Replies: 2
Views: 2425

Help, my blog just vanished!

My blog http://www.leskimballs.com just suddenly disappeared. I have access to the administration area, and I can edit all of my entries. I can even add new entries, media, etc. But there is simply nothing left on the actual webpage. It's just a big white screen. I'm not much of a tech guy, so any ...
by pherball
Fri Oct 21, 2005 2:37 am
Forum: General discussions
Topic: How to homelink my banner?
Replies: 1
Views: 2010

How to homelink my banner?

I've changed the default banner image of my template, and I've embedded the website's title into the banner image. Now I would like to have the entire banner link back to the homepage.
I'm guessing i need to edit the style.css file, but I'm such a newbie...
Thank for any help.
by pherball
Wed Oct 19, 2005 8:51 pm
Forum: General discussions
Topic: Removing Trackbacks (again!)
Replies: 19
Views: 16529

Oops. I see now I was looking at the wrong entries.tpl file. My bad.
by pherball
Wed Oct 19, 2005 8:44 pm
Forum: General discussions
Topic: Removing Trackbacks (again!)
Replies: 19
Views: 16529

Thanks, however I'n not finding those phrases in my entries.tpl file. Here is my entire file:

{serendipity_hookPlugin hook="entries_header" addData="$entry_id"}

{foreach from=$entries item="dategroup"}
{if $dategroup.is_sticky}
<h2>{$CONST.STICKY_POSTINGS}</h2>
{else}
<h2>{$dategroup.date ...
by pherball
Tue Oct 18, 2005 7:48 pm
Forum: General discussions
Topic: Removing Trackbacks (again!)
Replies: 19
Views: 16529

Removing Trackbacks (again!)

I want to remove trackbacks from my blog. I've searched this forum and learned that I have to remove the reference to trackbacks in the entries.tpl file.
I don't know anything about code. When I opened this file I found multiple references to 'trackback'. Can anybody tell me exactly which lines of ...