chapter new installation missing

Found a bug? Tell us!!
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

No, sorry, I don't know. But wouldn't that just cause the same problem with un-set variables anyway?
Judebert
---
Website | Wishlist | PayPal
Arnold Nijboer
Regular
Posts: 42
Joined: Mon Oct 23, 2006 7:48 pm
Contact:

Post by Arnold Nijboer »

hey judebert,

as you can see in an earlyer repley.
i've changed the config_local.inc.php,
so that the "user" doesn't see the configuration. they only see
Serendipity installation

<button>complete installation
it's like the differense between installation 2a and 2b all veriables that are in 2b are not visible in 2a, but are included before it skips to installation step 3.

note the Flags array. when it says simpleinstallation they are included in step 2a if not they are only in step 2b.

greatings
Arnold
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post by Timbalu »

Hi Arnold,

I made the css changes looking at your site and working with the firefox EditCSS extension, which is extremely helpful in cases like this.
I just had a look and 'templates/default/admin/style.css' is giving me

Code: Select all

#serendipityAdminBanner h1 {
    padding-left: 20px;
    font-size: 1.8em;
    margin: 0;
}

, so it must have been carl_contest or your own template path, while your #serendipityAdminBanner h1 looked quite different.
The 'serendipity_admin.css' switches to 'admin/style.css' in your choosen template or back to carl contest, while serendipity_config.inc.php says:
// Name of folder for the default theme
$serendipity['defaultTemplate'] = 'carl_contest';

Ian
Arnold Nijboer
Regular
Posts: 42
Joined: Mon Oct 23, 2006 7:48 pm
Contact:

Post by Arnold Nijboer »

whell timbalu... i've disagree and that because i don't have the carl_contest installed (meaning not in the directory templates) the only directory's in the template directory are: the default template and my own new onder construction template.

and when i delete the default template, even the screen before step 2a is only plain text. so it looks like it takes it's template from default. and as judebert mentioned earlyer why else call it default??

Greatings
Arnold
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post by Timbalu »

well, then copy carl_contest/admin folder to your template. This should do it.

But remember serendipity_config.inc.php still says:
// Name of folder for the default theme
$serendipity['defaultTemplate'] = 'carl_contest';

If there is no own one, s9y looks there.
Please read:
http://board.s9y.org/viewtopic.php?t=7931

Ian
Post Reply