Some more Q

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
sk1e
Posts: 11
Joined: Thu 27. Jan 2005, 04:08

Some more Q

Post by sk1e »

1) lang question.
my native language is russian, and everything seems to be translated, but link to whole article is not :( it says "more..." and it sould be in russian. I searched language default english included files for word `more...`to discover variable name, to put it in russian lang file, but found nothing.. what i did wrong ? May be some one knows varible name ?

2) how can i change article preview length ? i mean length before "more.."

3) where can i fing list of all phpwcms varibles ? {CONTENT}, {BREADCRUMB}, etc.

4) how to make `search` be seen in all pages.
Pappnase

Re: Some more Q

Post by Pappnase »

sk1e wrote:1) lang question.
my native language is russian, and everything seems to be translated, but link to whole article is not :( it says "more..." and it sould be in russian. I searched language default english included files for word `more...`to discover variable name, to put it in russian lang file, but found nothing.. what i did wrong ? May be some one knows varible name ?

2) how can i change article preview length ? i mean length before "more.."

3) where can i fing list of all phpwcms varibles ? {CONTENT}, {BREADCRUMB}, etc.

4) how to make `search` be seen in all pages.
hello

1) you can change the word "more"
a) by eit the template for article listing replace {MORE} with the words you need.
b) edit the conf.template_default.inc.php line 84

2) type more txt into the summary field

3) http://www.phpwcms-docu.de/replacement_tags_en.phtml

4)
http://www.phpwcms-docu.de/searchcp.phtml"" wrote:Use as transmission method method="post".
Put the value="" in the search input field, if you
would like for the search word/s to appear on the result page with the query appearing
again in the search input field.

For example, a template could look like this:
<form action="index.php?id=35,7,0,0,1,0" method="post">
<input type="text" name="search_input_field" size="10"
maxlength="250" value="" style="font:
normal 11px/11px sans-serif; border: solid 1px #94A4BF;
background: #727A89; padding: 2px; color: #FFCC00;">
<input type="submit" value="Go" style="font-size:10px;">
</form>
http://www.phpwcms-docu.de/searchcp.phtml
sk1e
Posts: 11
Joined: Thu 27. Jan 2005, 04:08

Post by sk1e »

thanx for a great ansver !!
Post Reply