references Seite auf phpmyfaq

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
larry007
Posts: 29
Joined: Mon May 21, 2007 7:12 pm

references Seite auf phpmyfaq

Post by larry007 »

Hi,

Thorsten wie kann man eigentlich so eine "references" Seite einfügen, so wie du sie hast?
Quasi als Linkliste benutzen........
phpmyfaq 2.5.2
meine kleine FAQ-Seite -> http://www.bundeswehr-feuerwehr.de
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: references Seite auf phpmyfaq

Post by Thorsten »

Hi,

phpmyfaq.de ist kein phpMyFAQ-System, das ist einfach eine statische HTML-Seite - außer der FAQ und diesem Forum natürlich. :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
com
Posts: 184
Joined: Wed May 04, 2005 12:41 am

Re: references Seite auf phpmyfaq

Post by com »

HI!

Okay, aber wäre es möglich bei der nächsten Version übers Backend statische Seiten erstellen zu können?

Das wäre doch sehr praktisch....

Danke, Jessy
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: references Seite auf phpmyfaq

Post by Thorsten »

Hi,

so wie bei zB Wordpress?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
larry007
Posts: 29
Joined: Mon May 21, 2007 7:12 pm

Re: references Seite auf phpmyfaq

Post by larry007 »

Hi,

wäre es möglich das du sagst wie du das gemacht hast, ich würde gerne auch so eine Site anzeigen lassen, danke?
phpmyfaq 2.5.2
meine kleine FAQ-Seite -> http://www.bundeswehr-feuerwehr.de
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: references Seite auf phpmyfaq

Post by Thorsten »

Hi,

in phpMyFAQ? Wenn ja, dann einfach das als Vorlage nehmen:

http://faq.phpmyfaq.de/content/1/9/en/a ... ework.html

Und die Links einfügen...

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
com
Posts: 184
Joined: Wed May 04, 2005 12:41 am

Re: references Seite auf phpmyfaq

Post by com »

Ja genau...wie beispielsweise bei Wordpress.

Viele Grüsse!

Jessy
larry007
Posts: 29
Joined: Mon May 21, 2007 7:12 pm

Re: references Seite auf phpmyfaq

Post by larry007 »

Hi
ich habe mir ein kleines LINK Perl Script in meine seite installiert.
Hier mal der direkte Url : http://www.bundeswehr-feuerwehr.de/link_list/links.html

Nun wie kann ich denn die html seite in den Content der Faq mittels dem Workaround
http://faq.phpmyfaq.de/content/1/9/en/a ... ework.html
einfügen? Wrapper odewr so. Ich bin leider nicht so der PHP Freak.

Code: Select all

<?php
$link_listTitle = 'Links';
$link_listContent = ' ';

for($i=0; $i<10; $i++) {
    $testContent .= ''.$i.'
';
}

$tpl->processTemplate ('writeContent', array(
                            'link_listTitle'     => $link_listTitle,
                            'link_listContent'   => $link_listContent
                            )
                        );
$tpl->includeTemplate('writeContent', 'index');
?>
phpmyfaq 2.5.2
meine kleine FAQ-Seite -> http://www.bundeswehr-feuerwehr.de
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: references Seite auf phpmyfaq

Post by Thorsten »

Hi,

Perl und PHP kann man nicht wirklich mischen...

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
larry007
Posts: 29
Joined: Mon May 21, 2007 7:12 pm

Re: references Seite auf phpmyfaq

Post by larry007 »

Hi,

aber bestimmt doch eine externe Html-Seite in dem Content anzeigen lassen; innerhalb des Workarounds oder?
Wie gesagt ich bin nicht so der Freak...
phpmyfaq 2.5.2
meine kleine FAQ-Seite -> http://www.bundeswehr-feuerwehr.de
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: references Seite auf phpmyfaq

Post by Thorsten »

Hi,

das ginge per iFrame direkt in der Template-Datei.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply