Results 1 to 4 of 4

Thread: How to include a [php] or [html] file in a [.tpl] file

  1. #1
    Join Date
    Feb 2003
    Location
    Saudi Arabia - Jeddah
    Posts
    141

    Default How to include a [php] or [html] file in a [.tpl] file

    I am using lore 1.5.6 as an article manager, and the template file are with a [.tpl] extention. i traid to use:

    Code:
    <php>
    include("banners.php");
    </php>
    .......... but nothing apeares



    Any idea? .............

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    try <%php%> include("banners.php"); <%/php>

    also, do a search for the word include. there have been several posts on this subject.



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Feb 2003
    Location
    Saudi Arabia - Jeddah
    Posts
    141

    Default

    Quote Originally Posted by esm
    try <%php%> include("banners.php"); <%/php%>


    .
    I did that ....... did not work!
    you can use this with indexu since dody had changed the default { } to <% %>
    but in Lore 1.5.6 they still using the default signs for include! for example:

    {include file="header.tpl"}

    and if you use it for a php file it would give an error

    Quote Originally Posted by esm
    also, do a search for the word include. there have been several posts on this subject.
    .
    i did and i have applied all what i have found but ........


    Thanx ESM for your help

  4. #4
    Join Date
    Feb 2003
    Location
    Saudi Arabia - Jeddah
    Posts
    141

    Default

    I will shift to ArticleLive NX it look powerfull $ 239 only .........

Similar Threads

  1. How to call .php file
    By tane in forum v5.x
    Replies: 3
    Last Post: 03-11-2006, 02:40 AM
  2. Replies: 5
    Last Post: 01-01-2006, 05:11 PM
  3. Replies: 1
    Last Post: 12-09-2005, 10:49 PM
  4. Include file
    By lexpression in forum v5.x
    Replies: 11
    Last Post: 08-30-2005, 06:38 AM
  5. sql tables as txt file
    By Hetti in forum Indexu Lite
    Replies: 0
    Last Post: 06-03-2005, 02:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •