Results 1 to 7 of 7

Thread: Adding a new page

  1. #1

    Default Adding a new page

    I am trying to ad a new page to my site , I added the page in the admin panel everything is ok the page loads but I cannot add any script code to the page , just plain HTML. How can this be done? And I would like to know if it should add autoatically a button in the main navigation bar to point to the new added page.

    Thanks in advance

  2. #2

    Default Re: Adding a new page

    You can't add script code page in admin area.

    You can add the page link in main menu by editing header.tpl file in template folder.

  3. #3

    Default Re: Adding a new page

    Thanks for the fast reply , I seartched for the new page created via ftp but it is not anywhere, where could i find the page in order to edit it ?

  4. #4

    Default Re: Adding a new page

    The admin created pages like
    About Us | Help | Advertise | Terms of Use | Privacy Policy
    are stored in the database.You can see in phpmyadmin pages field

  5. #5

    Default Re: Adding a new page

    I would liketo create something liek this person did here http://www.fullporn.tv/livegirls

    Create the button the header.tlp something like Cam Girls and link it to a page that opens in the same theme of the site with a cam affiliate. is this possible from admin panel ?
    Thanks

  6. #6

    Default Re: Adding a new page

    If you adding pages in admin area the link will be like

    sitename/pages/test.html.

    It also show the same theme.But You can't add script code page in admin area.

    If you need you can create a new php page.

    Create a test.php with the following


    Code:
    <?php
    
    include("include/config.php");
    include("include/function.php");
    include("include/language/$language/language.php");
    STemplate::display('header.tpl');
    STemplate::display('test.tpl');
    STemplate::display('footer.tpl');
    ?>
    and also make test.tpl (template folder) page and add the content.

    Add test.php link in header.tpl(template folder) file.

    Check its ok or not

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Adding a new page

    You could also try a forum search as this topic has been discussed several times.

    http://www.google.com/custom?domains=fo ... %3A1&hl=en

    http://www.google.com/custom?domains=fo ... %3A1&hl=en
    If it's not fun, stop doing it!

Similar Threads

  1. Adding Payment Page
    By tennistjn in forum Sales Questions
    Replies: 5
    Last Post: 01-19-2009, 02:31 AM
  2. Adding importer at the sign up page
    By sachi in forum Template Modifications
    Replies: 0
    Last Post: 08-17-2008, 02:44 AM
  3. make other page with new video like in index page
    By cmedia in forum Template Modifications
    Replies: 4
    Last Post: 05-29-2008, 10:23 PM
  4. Adding swf files
    By lopaca in forum Template Modifications
    Replies: 2
    Last Post: 04-29-2008, 04:00 AM
  5. Adding Site Statistics To Index Page
    By apj5621 in forum Fixed Bugs
    Replies: 4
    Last Post: 08-24-2007, 11:53 AM

Bookmarks

Posting Permissions

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