Author Topic: Where is the featured page file?  (Read 909 times)

0 Members and 1 Guest are viewing this topic.

Offline neogrant

  • phpd Basic Member
  • **
  • Posts: 57
  • Karma: 0
    • View Profile
Where is the featured page file?
« on: July 17, 2009, 03:57:22 PM »
I'm just looking to add the rest of my links at the top of each page. I need to find featured, images, random and submit.

Offline Jeff

  • Global Moderator
  • Sr phpd Member
  • *****
  • Posts: 359
  • Karma: 5
  • Need help? Feel free to ask.
    • View Profile
Re: Where is the featured page file?
« Reply #1 on: July 17, 2009, 04:06:08 PM »
the featured is part of the index.php file..... just have to look around in it

Offline neogrant

  • phpd Basic Member
  • **
  • Posts: 57
  • Karma: 0
    • View Profile
Re: Where is the featured page file?
« Reply #2 on: July 17, 2009, 08:19:00 PM »
no clue, can you help me out a bit please? :-[

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: Where is the featured page file?
« Reply #3 on: July 17, 2009, 09:24:02 PM »
It's a MySql/PHP configuration I think.

See how home page is:
http://firedartonline.com/projects/phpdirector/index.php

and Features is:
http://firedartonline.com/projects/phpdirector/index.php?pt=feature

Well the PHP is telling the server is say to "get" the features table in the MySql and then to display that instead of the home page.

Admins will need to help me out on how to change that but you need to edit soemthing in MySql.

Well I think.
-FireDart

This really helps if your new to PHP and MySql:
http://blog.themeforest.net/screencasts/diving-into-php-video-series/

16 free episodes all about PHP and MySql.