Page 1 of 1

file wanted!

Posted: Thu Apr 07, 2005 9:44 pm
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 :/

Posted: Thu Apr 07, 2005 10:32 pm
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]

Posted: Fri Apr 08, 2005 1:36 pm
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