Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: File Paths & Skinning  (Read 1699 times)
« on: March 20, 2005, 05:42:57 PM »
unbroken Offline
Newbie

View Profile
*
Posts: 2



Hey I'm having trouble with the file paths for skinning my site. Is it possible to skin with T35? If not, then I won't worry about the file paths but if it is, what would my filepaths be?

Thanks in advance,
 smiley
~Unbroken
Report to moderator   Logged

 
« Reply #1 on: March 20, 2005, 06:13:03 PM »
adragons
Guest

Skinning as in makeing a dieferent layout via php? thats allowed... if thats not what your talking about please correct me.

as for file path,
home/freehost/t35.com/u/n/unbroken/
the u/n/ are the first two letters of your username and then your username
home/freehost/t35.com/u/s/user/
Report to moderator   Logged
« Reply #2 on: March 20, 2005, 06:34:02 PM »
unbroken Offline
Newbie

View Profile
*
Posts: 2



Thank you!!!

http://unbroken.t35.com/homepage.php

Thats the page I'm trying to work with and I'm not quite sure what to do now...I did have the filepaths wrong but now I don't know..Thanks again for your help!!!  grin

~Unbroken
Report to moderator   Logged
« Reply #3 on: March 20, 2005, 07:27:17 PM »
adragons
Guest

okay, dont use the file path that i gave you use just a blank ie
$path_to_include = "";
that way it will just do
include("" . $path_to_include . "/stuff/skin.php");
which will turn out to be
include("/stuff/skin.php");
which should work
Report to moderator   Logged
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC