This topic is locked

Header and Footer

7/3/2009 4:00:32 AM
PHPRunner General questions
S
sochan author

I have problem when customize image or flash player in PHP Runner 5.1 does not work. One more thing I tried to change header and footer within software but still can not work. please help me.
Sochan,

J
Jane 7/3/2009

Hi,
to save image in the database or on the disc set up field as Image on the "View as" settings/"Edit as" settings dialogs on the Visual Editor tab.

To open these dialogs double click on the field.
Regarding the header.

Please clarify what you try to change. May be a screenshot or two can help.

Also you can publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

S
siro 7/24/2009

Hi,

to save image in the database or on the disc set up field as Image on the "View as" settings/"Edit as" settings dialogs on the Visual Editor tab.

To open these dialogs double click on the field.
Regarding the header.

Please clarify what you try to change. May be a screenshot or two can help.

Also you can publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.


Hi Jane

I want to know the function code for 2 files header.php and footer.php, and then I will make more include files, like leftmenu.php, rightmenu.php, livesream.php, topmenu,

J
Jane 7/24/2009

Hi,
header.php and footer.php are added automatically to each page if these files are in the generated output/include directory.

You can include all other files (leftmenu.php, rightmenu.php, livesream.php, etc.) in the existing header or footer only.

S
siro 7/24/2009

Hi,

header.php and footer.php are added automatically to each page if these files are in the generated output/include directory.

You can include all other files (leftmenu.php, rightmenu.php, livesream.php, etc.) in the existing header or footer only.


Please tell me how
I put all 4 files in include folder, header.php and footer.php are working fine , and the other 2 files leftmenu.php and rightmenu.php are not working.

this is the code I used {$header} {$footer} {$leftmenu} {$rightmenu}