Page 1 of 1

Gastbuch problem

Posted: Wed Mar 08, 2006 12:12 pm
by faglork
Hallo,

wenn ich in der Seiten-Template für das GASTBUCH Modul folgenden Code eintrage:

Code: Select all

<title>{content block='Seitentitle' wysiwyg='false'}</title>
<meta name="Description" content="{content block='pagedescription' wysiwyg='false'}" />
<meta name="Keywords" content="{content block='keywords' wysiwyg='false'}" />
... dann werden die Gastbuch-Eintrage in diese Meta-Tags geschrieben.

Lässt sich das irgendwie verhindern?

Alex

Re: Gastbuch problem

Posted: Wed Mar 08, 2006 12:52 pm
by cyberman
Hmm, klingt fast danach, als ob gastbuch bei der Ausgabe nur auf {content} prüft und die mit v 0.11 eingeführten Möglichkeiten mehrere Blöcke gar nicht berücksichtigt ...

... und du verwendest die gastbuch-Version 0.7?

Falls ja, wäre es wahrscheinlich eine Bugmeldung wert.

Re: Gastbuch problem

Posted: Thu Mar 09, 2006 8:40 am
by katon
Can you guys describe the problem in English?  My German is too poor to be sure I fully understand... If you insert the guesbook module tag into the template?
... dann werden die Gastbuch-Eintrage in diese Meta-Tags geschrieben.
Can you give an example?

Re: Gastbuch problem

Posted: Thu Mar 09, 2006 9:11 am
by faglork
faglork wrote: hello,

when I insert the following code into a page template:

Code: Select all

<title>{content block='Seitentitle' wysiwyg='false'}</title>
<meta name="Description" content="{content block='pagedescription' wysiwyg='false'}" />
<meta name="Keywords" content="{content block='keywords' wysiwyg='false'}" />
then all guestbook entries get written into these blocks.

Any chance to prevent that?

Alex