| Author |
Message |
disgruntledtech
Site Admin


Joined: Apr 14, 2003
Posts: 994
Location: Tulsa, OK
|
Posted:
Fri Aug 22, 2003 2:30 pm |
  |
|
     |
 |
disgruntledtech
Site Admin


Joined: Apr 14, 2003
Posts: 994
Location: Tulsa, OK
|
Posted:
Sun Aug 24, 2003 2:45 am |
  |
after all the people asking for this one before NM went down you'd think it'be be a little more popular |
|
|
     |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sun Aug 24, 2003 4:50 am |
  |
DT, nice work, but I think you should also submit a news item. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
disgruntledtech
Site Admin


Joined: Apr 14, 2003
Posts: 994
Location: Tulsa, OK
|
Posted:
Sun Aug 24, 2003 11:12 pm |
  |
i found 2-3 very minor bugs in cobalt while i was finishing up solaris
i'll do a news item when i release solaris 1.0 and cobalt 1.1 |
|
|
     |
 |
Stylee
Sergeant


Joined: Jun 22, 2003
Posts: 140
Location: USA
|
Posted:
Mon Aug 25, 2003 7:59 am |
  |
Very nice job man, cant wait for the 1.1 version  |
|
|
     |
 |
Viper
Lieutenant


Joined: May 04, 2003
Posts: 282
Location: Louisville, KY USA
|
Posted:
Mon Aug 25, 2003 8:52 am |
  |
Very nice indeed, I really like the theme. Great job DT,  |
_________________ Building A Better PHP-Nuke Community!
 |
|
    |
 |
disgruntledtech
Site Admin


Joined: Apr 14, 2003
Posts: 994
Location: Tulsa, OK
|
Posted:
Mon Aug 25, 2003 5:12 pm |
  |
| Stylee wrote: |
Very nice job man, cant wait for the 1.1 version  |
i was gonna try to do 1.1 and Solaris tonite but my server is dead |
|
|
     |
 |
afc
Lieutenant


Joined: May 28, 2003
Posts: 203
|
Posted:
Mon Aug 25, 2003 6:23 pm |
  |
that it time for a new server it always down |
|
|
   |
 |
Vortex1606
Sergeant


Joined: Sep 21, 2003
Posts: 99
|
Posted:
Thu Sep 25, 2003 3:05 pm |
  |
Sorry for bumping a topic, but are there any updates on the solaris theme? |
_________________
 |
|
    |
 |
Mesum
Support Staff


Joined: Mar 11, 2003
Posts: 842
Location: Chicago
|
Posted:
Thu Oct 02, 2003 11:03 pm |
  |
|
       |
 |
disgruntledtech
Site Admin


Joined: Apr 14, 2003
Posts: 994
Location: Tulsa, OK
|
Posted:
Fri Oct 03, 2003 2:56 am |
  |
the first one is probably due to the way i 'tricked' nuke into displaying bgimages instead of background colors
in theme.php
| Code: |
$bgcolor1 = "transparent\" background=\"themes/Cobalt/forums/images/mainbox_bg.jpg";
$bgcolor2 = "transparent\" background=\"themes/Cobalt/forums/images/cellpic4.gif";
$bgcolor3 = "transparent\" background=\"themes/Cobalt/forums/images/mainbox_bg.jpg";
$bgcolor4 = "transparent\" background=\"themes/Cobalt/forums/images/formpic.gif"; |
change it to somthing like
| Code: |
$bgcolor1 = "#003151";
$bgcolor2 = "#004F7E";
$bgcolor3 = "#003151";
$bgcolor4 = "#004F7E"; |
(or just refine the bgcolor variables within that module)
the other issue is gonna be a pain -gimme a link to that module and i'll see if we can hack it so that it plays nicer with themes with white text |
|
|
     |
 |
Mesum
Support Staff


Joined: Mar 11, 2003
Posts: 842
Location: Chicago
|
Posted:
Sat Oct 04, 2003 1:01 am |
  |
|
       |
 |
Mesum
Support Staff


Joined: Mar 11, 2003
Posts: 842
Location: Chicago
|
Posted:
Sat Oct 04, 2003 1:05 am |
  |
Here is the code for that file.
Edit:
Nevermind, I just fixed it myself, thank you so much! |
|
|
       |
 |
|
|