Search found 5 matches

by mgu
Thu Nov 13, 2003 7:10 am
Forum: General discussions
Topic: Using phpMyFaq includes in another cms php templates.
Replies: 9
Views: 18352

I was not clear with my last question.

Under what */ comment does the code go under in index.php?
by mgu
Wed Nov 12, 2003 9:49 pm
Forum: General discussions
Topic: Using phpMyFaq includes in another cms php templates.
Replies: 9
Views: 18352

Could you also change the HowTo sticky in this forum?

I still don't understand what to do with:

$string = join ("", @file("test.php"));
ob_start();
eval(" ?>".$string."<?php ");
$value = ob_get_contents();
ob_end_clean();

thank for your help,

mgu
by mgu
Mon Nov 10, 2003 5:29 am
Forum: General discussions
Topic: Using phpMyFaq includes in another cms php templates.
Replies: 9
Views: 18352

I guess so.

Having looked into this after reading your HowTo sticky, the index.php file seems to have changed from german comments to english.

Where exactly do I put the code that is suppose to be under the "/* Einzel-Templates der Unterseiten bestimmen */" comment?

My suggestion would be for all ...
by mgu
Sat Nov 08, 2003 6:26 pm
Forum: General discussions
Topic: Using phpMyFaq includes in another cms php templates.
Replies: 9
Views: 18352

I didn't know php worked the way it does with includes.

Dixit, the cms, is installed in /www; phpMyFAQ is installed in /www/faq.
Dixit has user assigned templates for each page created. So instead of writing content for the FAQ page, I just assign the template that includes 'faq/index.php' in the ...
by mgu
Sat Nov 08, 2003 5:58 am
Forum: General discussions
Topic: Using phpMyFaq includes in another cms php templates.
Replies: 9
Views: 18352

Using phpMyFaq includes in another cms php templates.

Hello,

Although I have read over the "Howto: Include php files in phpMyFAQ", I have not found a solution to my situation.

I am using a simple php cms (dixit.net) that uses php for its own templates. I wish to incorporate PHPMyFAQ into the cms templates:

<body>
<?php include 'headfoot/header ...