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, 61 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 - DeepBlue [ ]
 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
Lazyworks
Nuke Soldier
Nuke Soldier


Joined: Oct 07, 2005
Posts: 11


PostPosted: Sat Oct 08, 2005 1:17 am Reply with quoteBack to top

Has any one got a version of DeepBlue but edited and different graphics and better can i have it?
Find all posts by LazyworksView user's profileSend private message
Steptoe
Captain
Captain


Joined: Oct 10, 2004
Posts: 562


PostPosted: Sat Oct 08, 2005 10:22 am Reply with quoteBack to top

This is a deep blue theme that has a few jpg/gifs changed but keeping default names and sizes.
Also changing a few background colours to jpg/gifs in /themes/deepblue/themes.php

I did it like this I dont think it is the right way because I think it is meant to go thru a css, and I dont understand how to do that but it works. Doning it thru css I think makes the page load faster. maybe a person of more knowledge would be able to explain how to/why.
Whenever I make changes to a file I make notes in the file and mark changes with /// so at anythime in the future I am able to find/referback to them. Always make a back up 1st

Can veiw @ www.kakariki.net

Code:
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
    global $anonymous, $tipath;
    ///colour border around center topics
    echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><td body background=\"/images/blockbground.jpg\">\n"
    ///colour/pic center thru center topics
  ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td body background=\"/images/blockbground.jpg\">"
    // ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td bgcolor=\"#87ceff\">\n"
   
   ///clour behind left icon center topic blocks
   ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#87ceff\">\n"
   
   ///colour/pic behind topic titles
    // ."<img src=\"themes/DeepBlue/images/dot.gif\" border=\"0\"></td><td width=\"100%\" bgcolor=\"#87ceff\"><font class=\"option\"><b>&nbsp;$title</b></font></td></tr>\n"
      ."<img src=\"themes/DeepBlue/images/dot.gif\" border=\"0\"></td><td width=\"100%\" body background=\"/images/cellpic3.gif\"><font class=\"option\"><b>&nbsp;$title</b></font></td></tr>\n"

     ///colour/pics behind topic subject
     ."<tr><td colspan=\"2\" body background=\"/images/blockbground.jpg\">"
   //   ."<tr><td colspan=\"2\" bgcolor=\"#87ceff\"><br>\n"
   ."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
   ."<img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
    FormatStory($thetext, $notes, $aid, $informant);
    echo "</td></tr></table>\n"
   ."</td></tr></table><br>\n"
   
   ///colour/pic  behind writing at base of topics
   // ."</td></tr><tr><td bgcolor=\"#87ceff\" align=\"center\">\n"
    ."</td></tr><tr><td body background=\"/images/blockbground.jpg\">"
   
///   ."<font class=\"tiny\">"._POSTEDBY." ";
 ///   formatAidHeader($aid);
///    echo " "._ON." $time $timezone ($counter "._READS.")<br></font>\n"
///Above 3 lineschange to next 2 lines to remove news post name
."<font class=\"tiny\">"._POSTEDON." ";
    echo "$time $timezone ($counter "._READS.")<br></font>\n"
   ."<font class=\"content\">$morelink</font></center>\n"
   ."<img src=\"themes/DeepBlue/images/pixel.gif\" border=\"0\" height=\"2\">\n"
   ."</td></tr></table>\n"
   ."</td></tr></table><br>\n";
}

function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
    global $admin, $sid, $tipath;
    ////unknown
   echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#000000\">\n"
    ////unknown
//   ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td bgcolor=\"#87ceff\">\n"
   ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td body background=\"/images/blockbground.jpg\">\n"
   ////unknown
   //."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#87ceff\">\n"
   ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td body background=\"/images/blockbground.jpg\">\n"
   ////unknown
   //   ."<img src=\"themes/DeepBlue/images/dot.gif\" border=\"0\"></td><td width=\"100%\" bgcolor=\"#87ceff\"><font class=\"option\"><b>&nbsp;$title</b></font></td></tr>\n"
      ."<img src=\"themes/DeepBlue/images/dot.gif\" border=\"0\"></td><td width=\"100%\" body background=\"/images/blockbground.jpg\"><font class=\"option\"><b>&nbsp;$title</b></font></td></tr>\n"

         ///."<tr><td colspan=\"2\" bgcolor=\"#87ceff\"><br>\n"
            ."<tr><td colspan=\"2\" body background=\"/images/blockbground.jpg\"><br>\n"
   ."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
   ."<img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
    FormatStory($thetext, $notes="", $aid, $informant);
    echo "</td></tr></table>\n"
   ."</td></tr></table><br>\n"
   ."</td></tr></table>\n"
   ."</td></tr></table><br><br>\n";
}

function themesidebox($title, $content) {
    echo "<table border=\"0\" align=\"center\" width=\"138\" cellpadding=\"0\" cellspacing=\"1\">"
   ."<tr><td background=\"themes/DeepBlue/images/table-title.gif\" width=\"138\" height=\"20\">"
          ////changes block heading's font/colour here
   ."&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=\"#000000\"><b>$title</b></font>"
   
   ."</td></tr><tr><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"100%\" height=\"3\"></td></tr></table>\n"
   ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"138\">\n"
   ////right and left block borders and block b ground
   /// ."<tr><td width=\"138\" bgcolor=\"#000000\">\n"
   ///changed to removed black flash and black border of blocks
    ."<tr><td width=\"138\">\n"
   ."<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"138\">\n"
   ///block bground colours and or pic
   //."<tr><td width=\"138\" bgcolor=\"#4695ed\">\n"
   ."<tr><td width=\"138\"<body background=\"/images/blockbground.jpg\">"

   
   ."$content"
   ."</td></tr></table></td></tr></table><br>";
}
Find all posts by SteptoeView user's profileSend private messageVisit 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.326 Seconds - 198 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::