file wanted!

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
callya
Regular
Posts: 122
Joined: Sat Apr 02, 2005 8:42 pm
Location: Hamburg / Germany
Contact:

file wanted!

Post by callya »

(my english suxx)

Hi,
I like my blog, but i want change the option "read the full article"!
"change" is the wrong word.

i want change the text, which come, if i use this option.
"article_name read complete"

I hope, anybody can help me. :\

I use Serendipity 0.8-beta5. (kubrick theme)

-----

ich will den text ändern, welcher kommt, wenn man die option nutz, dass der artikel in 2 hälften geteilt wird.
ist das in einer bestimmten datei?

need help :/
callya
Regular
Posts: 122
Joined: Sat Apr 02, 2005 8:42 pm
Location: Hamburg / Germany
Contact:

Post by callya »

i found the file. it was "serendipity_lang_de.inc.php".

next question:
how could i add a html code in this file?!

i wanna add:

Code: Select all

<img src="/img/icon.gif" border="0">
for example:

Code: Select all

@define('VIEW_EXTENDED_ENTRY', '<img src="/img/icon.gif" border="0"> Artikel vollständig lesen!');
it doesnt work...
can anybody help me again?! :|[/b]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Do not edit the language files.

Fetch the entries.tpl file from your template directory and modify this. Search for VIEW_EXTENDED_ENTRY, that's where you insert the HTML code.

BTW: if you modify the entries.tpl you should copy the templates/kubrick directory to /templates/mykubrick/ first and modify files there. Else you'll loose your changes in the next upgrade.

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/
Post Reply