Page 1 of 1

How to delete this line?

Posted: Fri Dec 07, 2007 1:32 pm
by holysjit
1. How can I delete this line? Geeft reacties weer als (Lineair | Samengevoegd)
Translated: Display comments as (Linear | Merge)
http://www.thejokersweblog.nl/archieven ... .html#c413

Thanks

Re: How to delete this line?

Posted: Fri Dec 07, 2007 1:36 pm
by garvinhicking
Hi!

Check your entries.tpl template file, search for "linear". :)

Regards,
Garvin

Posted: Fri Dec 07, 2007 2:09 pm
by holysjit
No, I think this line will be in another file.

Posted: Fri Dec 07, 2007 2:28 pm
by carl_galloway
The only other file it could be in would be comments.tpl

Posted: Fri Dec 07, 2007 2:33 pm
by garvinhicking
holysjit wrote:No, I think this line will be in another file.
No, I think I am right.

Trust me. I'm a developer.

Do what I've told you: Edit entries.tpl, search for "linear".

Regards,
Garvin

Posted: Fri Dec 07, 2007 3:55 pm
by holysjit

Code: Select all

<div class="serendipity_center">{$CONST.DISPLAY_COMMENTS_AS}
                {if $entry.viewmode eq $CONST.VIEWMODE_LINEAR}
                    ({$CONST.COMMENTS_VIEWMODE_LINEAR} | <a href="{$entry.link_viewmode_threaded}#comments" rel="nofollow">{$CONST.COMMENTS_VIEWMODE_THREADED}</a>)
                {else}
                    (<a rel="nofollow" href="{$entry.link_viewmode_linear}#comments">{$CONST.COMMENTS_VIEWMODE_LINEAR}</a> | {$CONST.COMMENTS_VIEWMODE_THREADED})
                {/if}
                </div>
I deleted this piece of code, but it won't go away.

Posted: Fri Dec 07, 2007 4:19 pm
by holysjit
did it, i needed to use the entries.tpl in the default directory.

Posted: Fri Dec 07, 2007 4:32 pm
by Don Chambers
garvinhicking wrote:Trust me. I'm a developer.
ROTFLMAO!!! I think that should be part of your signature Garvin!!! :lol: :P :lol:

Posted: Fri Dec 07, 2007 4:43 pm
by carl_galloway
In one of my templates I actually moved that line into comments.tpl, I think it may have been one of the original versions of Andreas08, or perhaps dusk, in any event a few other users have used some of the comment customisations I've produced so it is possible that the line could appear in comments.tpl even if it shouldn't appear there. Hope that clears that up.

Posted: Fri Dec 07, 2007 5:07 pm
by holysjit
Sorry for not making an new topic, I will do next time:
Another question:
When I use more than 1 categories, my text appears strange.
http://img137.imageshack.us/img137/8551/naamlooshw7.jpg

(see screenshot) The text breaks (marked with an orange box)
How to change this.?

Posted: Fri Dec 07, 2007 6:42 pm
by carl_galloway
That's the category icon doing that, but where is your icon? Are you using category icons? If you aren't you shouldn't see anything at all, and if you are, and assuming your paths are correct, then you should see the icon you chose in that space. Is the image that says "Cool" your category icon? If it is then you or someone has most likely adjusted the CSS so that it is in the wrong place, maybe a margin-top?

Posted: Fri Dec 07, 2007 7:35 pm
by holysjit
Srry for the bad explaination
Is the image that says "Cool" your category icon?
Yes, thats my category icon. When I add 2 or more categories, the words above the catimage will broke..