webdevelopper1
Newbie   Posts: 2 Registered: 5/8/2004 Status: Offline
|
posted on 5/8/2004 at 01:05 AM |
i got 4 different templates : theme.html,themeforum.htm,thememodules.html,
and themefiles.htm
themefiles.html is the template for my static files such as
contact.php,about.php
after setup, however my files are displayed using the thememodules template
even though i have setup the general setting to themefiles.html
what is wrong here
thanks |
| |
| |
jstuckemeyer
Moderator   Posts: 577 Registered: 12/29/2003 Status: Offline
|
posted on 5/8/2004 at 04:34 AM |
| Do you have a custom module defined for those modules? ____________________ Visit [u]http://www.AutoThemes.com[/u] - Over 750 free and custom
Autothemes! $6.95 Nuke hosting!
[u]http://www.autothemes.com/host/index.php[/u] Need templates to convert
to AT? Try [u]http://www.templatetimes.com[/u] |
| |
webdevelopper1
Newbie   Posts: 2 Registered: 5/8/2004 Status: Offline
|
posted on 5/9/2004 at 07:35 PM |
I have custom modules for all my modules -downloas,news,forum,etc
also for user pages and admin pages
the files that are dislayed using the thememodules template even though i
setup the system to display them with themefiles.html were created using
the blank.php file |
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 5/9/2004 at 07:44 PM |
So if I'm understanding you correctly, you are displaying some files using
blank.php and you want those files to have a custom theme look?
If so, then since blank.php is not a module, you'll need to add:
$ModName = "whatever name you want to use for the custom module";
to the top of each blank.php file that you are using.
-SHawn |
| |