CSS Trouble

phpNuke integration forum

CSS Trouble

Postby Misfit » Wed Oct 11, 2006 10:58 pm

Well I decided to change the theme of my website. But Rooster didnt seem to like that.

My Main Page

My Rooster Page

Granted it still looks good, but umm its using a diffrent theme. Can anyone help? I know if I reinstall it will prob fix it, but I rather not do that!!
Misfit
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed Aug 09, 2006 4:38 pm

CSS Trouble

Postby joehail » Thu Oct 12, 2006 2:01 am

cant' really tell since the roster part is set for admin only. if you open it up let us knwo so we can take a look.
Image
User avatar
joehail
WR.net Journeyman
WR.net Journeyman
 
Posts: 103
Joined: Tue Jul 04, 2006 4:54 pm
Location: Cincinnati, Ohio USA

Re: CSS Trouble

Postby Misfit » Thu Oct 12, 2006 4:14 am

oops sorry about that. All fixed now!
Misfit
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed Aug 09, 2006 4:38 pm

Re: CSS Trouble

Postby wacoede » Thu Oct 12, 2006 7:11 am

ok i know this problem cos i ran into it

i'm guessing you installed roster while on the theme that its currently using

now you need to open the conf.php and DELETE everything BEFORE <?php so your conf.php should look like
Code: Select all
<?php
/******************************
 * AUTO-GENERATED CONF FILE
 * DO NOT EDIT !!!
 ******************************/

$db_host   "localhost";
$db_name   "DBName";
$db_user   "DBUser";
$db_passwd "Password";
$db_prefix "roster_";

$module_name basename(dirname(__FILE__));
$roster_dir "modules/" $module_name;

define('ROSTER_INSTALLED'true);
?>


now go to your index.php and uncomment the line
Code: Select all
include("header.php"); 

or readd it if you deleted that line so the beginning index.php should look like
Code: Select all
<?php
if (eregi("index.php",$_SERVER['PHP_SELF'])) {
    die(
"You can't access this file directly!");
}

include(
"header.php");

require_once (
"mainfile.php");

define("IN_ROSTER"true); 


that should fix your problem
Last edited by wacoede on Thu Oct 12, 2006 7:13 am, edited 1 time in total.
User avatar
wacoede
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Sat Sep 02, 2006 2:07 am

Re: CSS Trouble

Postby Misfit » Thu Oct 12, 2006 9:10 am

awsome that did it.

I did half of what you said (the changes to conf.php) didnt think of the index.php . thanks alot!
Misfit
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed Aug 09, 2006 4:38 pm


Return to phpNuke

Who is online

Users browsing this forum: No registered users and 0 guests

cron