How to delete this line?
How to delete this line?
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
Translated: Display comments as (Linear | Merge)
http://www.thejokersweblog.nl/archieven ... .html#c413
Thanks
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: How to delete this line?
Hi!
Check your entries.tpl template file, search for "linear".
Regards,
Garvin
Check your entries.tpl template file, search for "linear".
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/
# 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:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
No, I think I am right.holysjit wrote:No, I think this line will be in another file.
Trust me. I'm a developer.
Do what I've told you: Edit entries.tpl, search for "linear".
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/
# 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/
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>
-
Don Chambers
- Regular
- Posts: 3659
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
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.
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.?
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.?
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
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?