Search found 11 matches

by Hanswurst
Thu 16. Feb 2006, 21:11
Forum: phpwcms Support English
Topic: Article template help
Replies: 3
Views: 1106

okay, sorry for pushing an old thread ;-)
by Hanswurst
Thu 16. Feb 2006, 21:11
Forum: phpwcms Support English
Topic: Article template help
Replies: 3
Views: 1106

why don't you put the code in here for others to check it out? thx :-)
by Hanswurst
Thu 16. Feb 2006, 21:08
Forum: phpwcms Support English
Topic: Date / Time - Problem mit Datum und Uhrzeit
Replies: 7
Views: 1703

date and time are working correctly within the full article, but not in the 'schlagtext". but i also need the creation date and time of the article within the "schlagtext". any ideas?
by Hanswurst
Thu 16. Feb 2006, 20:40
Forum: phpwcms Support English
Topic: Date / Time - Problem mit Datum und Uhrzeit
Replies: 7
Views: 1703

it makes no difference weather the {TIME_ARTICLE} is in the sample.tmpl or in the "schlagtext" itself. date and time always get updated :-/
by Hanswurst
Wed 15. Feb 2006, 15:26
Forum: phpwcms Support English
Topic: Date / Time - Problem mit Datum und Uhrzeit
Replies: 7
Views: 1703

the sample.tmpl contains some tables.
the fields are located withing a table with images etc.
{DATE_ARTICLE} and {TIME_ARTICLE} are divided by |
by Hanswurst
Wed 15. Feb 2006, 10:53
Forum: phpwcms Support English
Topic: Date / Time - Problem mit Datum und Uhrzeit
Replies: 7
Views: 1703

Date / Time - Problem mit Datum und Uhrzeit

Hi,

i use {DATE_ARTICLE} and {TIME_ARTICLE} in my article summary template sample.tmpl. date and time are shown but the time is updated to the actual timer everytime i refresh the site. what am i doing wrong?

ich benutze {DATE_ARTICLE} and {TIME_ARTICLE} in meinem article summary template sample ...
by Hanswurst
Fri 10. Feb 2006, 10:59
Forum: phpwcms Support English
Topic: sublevel color is not changing [solved]
Replies: 2
Views: 917

okay, the ID for the category was not correctly set. i tried it before and it didn't work, whatever ...

$template_default["nav_table_struct"]['array_struct'][2]["linkimage_norm"]

and

$template_default["nav_table_struct"]["all_nodes_active"] = 1;

did the job for me.
by Hanswurst
Thu 9. Feb 2006, 18:22
Forum: phpwcms Support English
Topic: sublevel color is not changing [solved]
Replies: 2
Views: 917

sublevel color is not changing [solved]

hi,

in conf.template_default.inc.php i've changed the $template_default["nav_table_struct"]["all_nodes_active"] = 0;

but still, the sublevels are not changing in color. i've tried with all sublevel [1] - [5].

Any Ideas how i can change the sublevel colors?

thanks in advance



// predefine the ...
by Hanswurst
Mon 30. Jan 2006, 17:03
Forum: phpwcms Support English
Topic: Menüpunkte ein-/ausblenden
Replies: 4
Views: 1135

Okay, habs jetzt mit {NAV_TABLE_COLUMN:1} hinbekommen. Wer suchet, der findet.
by Hanswurst
Mon 30. Jan 2006, 16:12
Forum: phpwcms Support English
Topic: I cant log in?
Replies: 16
Views: 4308

have you checked the "create admin account" box under the forms username and password during the installation?
by Hanswurst
Mon 30. Jan 2006, 16:05
Forum: phpwcms Support English
Topic: Menüpunkte ein-/ausblenden
Replies: 4
Views: 1135

Menüpunkte ein-/ausblenden

Hallo,

wie kann ich folgendes realisieren:

Image

Wenn ich eine Kategorie angegklickt habe sollen quasi nur deren Unterpunkte und die Kategorie selber angezeigt werden. Alle anderen Links aus dem Menübaum sollen nicht sichtbar sein.

Danke!