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, 60 guest(s) and 3 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Need Images [ ]
 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
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Mon Jan 27, 2003 4:47 pm Reply with quoteBack to top

Well, I'm not a great graphics artist, but this site needs image updating.

First the news topics consist of only the phpnuke gif. More options would be nice, perhaps to adequately reflect something that a support/development nuke site should have.

Also, a modified nuke cops logo. We should lost the "busted" and "giving credit where credit is due" I think. So we'd need a better more appropriate slogan for this site. I do like the button and the font used for the current logo though.

Also, a little button like on the front page for partners. This way other sites can use it to link back here.

Any artists out there?

_________________
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
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Mon Jan 27, 2003 5:04 pm Reply with quoteBack to top

I suck at graphics but i feel i can help with topic images.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Mon Jan 27, 2003 5:41 pm Reply with quoteBack to top

Take the three images in the sunset theme for the blocks and make them all totally transparent.

Name them:
box_bottom.gif
box_right.gif
box_left.gif

Replace RANDOMCOLOR with the colors you want to in your boxes... Tweak and serve.

It'll make the theme a little boxy, but it'll also give you a little more to work with while developing theme images... Smile

Code:
function themesidebox($title, $content) {
    global $bgcolor1;
    mt_srand((double)microtime()*1000000);
    $rcolor = mt_rand(1, 5);
    if ($rcolor == 1) {
   $tcolor = "#RANDOMCOLOR";
    } elseif ($rcolor == 2) {
   $tcolor = "#RANDOMCOLOR";
    } elseif ($rcolor == 3) {
   $tcolor = "#RANDOMCOLOR";
    } elseif ($rcolor == 4) {
   $tcolor = "#RANDOMCOLOR";
    } elseif ($rcolor == 5) {
   $tcolor = "#RANDOMCOLOR";
    }
    echo "<table width=\"165\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=$tcolor><tr><td>\n";
    echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
    echo "<img src=\"themes/$thename/images/box_left.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td>\n";
    echo "<td width=\"100%\"><font class=\"block-title\">$title</font></td>\n";
    echo "<td align=\"right\"><img src=\"themes/$thename/images/box_right.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td></tr></table>\n";
    echo "</td></tr><tr><td align=\"center\" valign=\"top\">\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"><tr><td width=100%>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\" bgcolor=$bgcolor1><tr><td width=\"100%\" valign=\"top\">\n";
    echo "$content\n";
    echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
    echo "<img src=\"pixel.gif\" width=\"1\" height=\"4\" alt=\"\" border=\"0\"></td></tr></table>\n";
    echo "</td></tr></table>\n";
    echo "</td></tr></table>\n";
    echo "</td></tr><tr>\n";
    echo "<td align=\"center\" valign=\"bottom\">\n";
    echo "<img width=\"100%\" height=\"5\" src=\"themes/$thename/images/box_bottom.gif\" vspace=\"0\" border=\"0\"></td></tr></table>\n";
    echo "<br>\n\n\n";
}


This way, you could also change the background color from the default nuke theme packaged color. Shocked Embarassed
Find all posts by jimmyjimjimView user's profileSend private message
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Mon Jan 27, 2003 6:54 pm Reply with quoteBack to top

Image

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
jimmyjimjim
Lieutenant
Lieutenant


Joined: Jan 23, 2003
Posts: 258

Location: USA

PostPosted: Mon Jan 27, 2003 6:56 pm Reply with quoteBack to top

A little on the nose don't you think?
Find all posts by jimmyjimjimView user's profileSend private message
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Mon Jan 27, 2003 7:00 pm Reply with quoteBack to top

Do sunglasses help?

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Tue Jan 28, 2003 8:40 am Reply with quoteBack to top

Image


Last edited by mikem on Thu Jan 30, 2003 12:03 pm; edited 1 time in total
Find all posts by mikemView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Tue Jan 28, 2003 9:36 am Reply with quoteBack to top

You are a dream! I'm going to put that up in a moment... can you also create a button that can be used at other sites to link back here?

_________________
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
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Tue Jan 28, 2003 9:37 am Reply with quoteBack to top

the standard 88x31 link button?
Find all posts by mikemView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Tue Jan 28, 2003 9:44 am Reply with quoteBack to top

A 88x31 banner is a must have as many sites add these to blocks, anything bigger would fail to get nuke cops on said sites but hey a full fledged banner would be nice for those sites that use the banners option, thanks for the help guys, you all exemplify what the true Nuke community spirit is all about.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Tue Jan 28, 2003 10:18 am Reply with quoteBack to top

I suck at making these little link buttons..man...bah
Image


Last edited by mikem on Thu Jan 30, 2003 12:03 pm; edited 1 time in total
Find all posts by mikemView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Tue Jan 28, 2003 10:38 am Reply with quoteBack to top

No you don't not at all. That's great! I'll put that up today. Thanks!

_________________
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
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Tue Jan 28, 2003 10:47 am Reply with quoteBack to top

Zhen-Xjell wrote:
No you don't not at all. That's great! I'll put that up today. Thanks!


Thanks ZX, I guess when you're making it, it tends to lose it's luster a little...

mikem
Find all posts by mikemView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Tue Jan 28, 2003 3:24 pm Reply with quoteBack to top

Damn !! great piece of work, i want one for my site !!

Razz

btw banner already placed on my affiliates block. looks so great the rest now look dull.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Tue Jan 28, 2003 3:28 pm Reply with quoteBack to top

It is a great banner. Can you also do up some for the topics?

_________________
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
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.596 Seconds - 485 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::