You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 59 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Cobalt for PHP-Nuke Released [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
disgruntledtech
Site Admin
Site Admin


Joined: Apr 14, 2003
Posts: 991

Location: Tulsa, OK

PostPosted: Fri Aug 22, 2003 2:30 pm Reply with quoteBack to top

Cobalt for PHP-Nuke
Original Cobalt phpbb2 style by Jakob Persson ( http://www.jakob-persson.com )
ported with author's permission to PHP-Nuke by Neil Myers ( http://voicesinmyhead.net )
Version 1.0 (check http://www.voicesinmyhead.net for updates)
this theme was created for phpnuke 6.5-6.9 but should work with newer versions
see it in action (for the next few days) at www.voicesinmyhead.net

Download it here (No Registration Required)
Find all posts by disgruntledtechView user's profileSend private messageSend e-mailVisit poster's website
disgruntledtech
Site Admin
Site Admin


Joined: Apr 14, 2003
Posts: 991

Location: Tulsa, OK

PostPosted: Sun Aug 24, 2003 2:45 am Reply with quoteBack to top

after all the people asking for this one before NM went down you'd think it'be be a little more popular
Find all posts by disgruntledtechView user's profileSend private messageSend e-mailVisit poster's website
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sun Aug 24, 2003 4:50 am Reply with quoteBack to top

DT, nice work, but I think you should also submit a news item.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
disgruntledtech
Site Admin
Site Admin


Joined: Apr 14, 2003
Posts: 991

Location: Tulsa, OK

PostPosted: Sun Aug 24, 2003 11:12 pm Reply with quoteBack to top

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
Find all posts by disgruntledtechView user's profileSend private messageSend e-mailVisit poster's website
Stylee
Sergeant
Sergeant


Joined: Jun 22, 2003
Posts: 140

Location: USA

PostPosted: Mon Aug 25, 2003 7:59 am Reply with quoteBack to top

Very nice job man, cant wait for the 1.1 version Smile
Find all posts by StyleeView user's profileSend private messageSend e-mailVisit poster's website
Viper
Lieutenant
Lieutenant


Joined: May 04, 2003
Posts: 282

Location: Louisville, KY USA

PostPosted: Mon Aug 25, 2003 8:52 am Reply with quoteBack to top

Very nice indeed, I really like the theme. Great job DT, Very Happy

_________________
Building A Better PHP-Nuke Community!
Image
Find all posts by ViperView user's profileSend private messageVisit poster's website
disgruntledtech
Site Admin
Site Admin


Joined: Apr 14, 2003
Posts: 991

Location: Tulsa, OK

PostPosted: Mon Aug 25, 2003 5:12 pm Reply with quoteBack to top

Stylee wrote:
Very nice job man, cant wait for the 1.1 version Smile


i was gonna try to do 1.1 and Solaris tonite but my server is dead
Find all posts by disgruntledtechView user's profileSend private messageSend e-mailVisit poster's website
afc
Lieutenant
Lieutenant


Joined: May 28, 2003
Posts: 203


PostPosted: Mon Aug 25, 2003 6:23 pm Reply with quoteBack to top

that it time for a new server it always down
Find all posts by afcView user's profileSend private message
Vortex1606
Sergeant
Sergeant


Joined: Sep 21, 2003
Posts: 99


PostPosted: Thu Sep 25, 2003 3:05 pm Reply with quoteBack to top

Sorry for bumping a topic, but are there any updates on the solaris theme?

_________________
Image
Find all posts by Vortex1606View user's profileSend private messageVisit poster's website
Mesum
Support Staff
Support Staff


Joined: Mar 11, 2003
Posts: 842

Location: Chicago

PostPosted: Thu Oct 02, 2003 11:03 pm Reply with quoteBack to top

I love this theme but for some reason, it's acting really bad with FriendFinder module, don't know why...
Here is a screen shot.
http://www.chicagobase.com/2.jpg

In Syndication module, links are not visible (I guess because they are white in a white table)
http://www.chicagobase.com/1.jpg

Is there a way to fix those 2 things?

_________________
Only FREE Dating site for Desis.
Find all posts by MesumView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN Messenger
disgruntledtech
Site Admin
Site Admin


Joined: Apr 14, 2003
Posts: 991

Location: Tulsa, OK

PostPosted: Fri Oct 03, 2003 2:56 am Reply with quoteBack to top

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
Find all posts by disgruntledtechView user's profileSend private messageSend e-mailVisit poster's website
Mesum
Support Staff
Support Staff


Joined: Mar 11, 2003
Posts: 842

Location: Chicago

PostPosted: Sat Oct 04, 2003 1:01 am Reply with quoteBack to top

Cool, first trick worked out just fine.

For the Syndication module, go here.

http://www.chicagobase.com/share.html

_________________
Only FREE Dating site for Desis.
Find all posts by MesumView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN Messenger
Mesum
Support Staff
Support Staff


Joined: Mar 11, 2003
Posts: 842

Location: Chicago

PostPosted: Sat Oct 04, 2003 1:05 am Reply with quoteBack to top

Here is the code for that file.

Edit:
Nevermind, I just fixed it myself, thank you so much!
Find all posts by MesumView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN Messenger
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.398 Seconds - 143 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::