Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 87
9 members and 78 guests
digeoitalpimcf3, han4esonsrmawin, hon9pkqeymoonva, kitaqi9chenrea8, nadimdagostinop, ralfthorburnkh, valoriejudson2s, watpperpr, yossaphatdobai3
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
'Topics' Problem With 'Orange' Skin
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 31
Join Date: Jun 2003
'Topics' Problem With 'Orange' Skin - 06-26-2003, 11:49 AM

On my nuke at the very top right, theres a drop down box which brings up all the different topics you have... On my one, theres a problem with it, only 1 topic is in the box and all the others are just as text outside the box....

See for yourself:
http://internetdevilz.co.uk

Look at the top right... They're all my topics... How do I get those back into that drop down box?

Thanks so so much!
~dYnamix
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 137
Join Date: Jun 2003
Location: San Clemente, Ca. Orange
06-26-2003, 12:08 PM

I see two topics listed and when I click on either one I jump right to the topic. It appears to be OK to me.

JM


Logos for free at http://www.jsm-inc.com

Be cool!
  Send a message via MSN to paycheck  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-26-2003, 01:25 PM

Yes I see it. There is text written below the topic drop down searhc box in the top right side of your header.
That is very puzzling to say the least.
It appears that the only TOpics listed correctly are the default ones, ALL Topics and PHP-nuke

Let me take a look at that theme and get back to you.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-26-2003, 01:46 PM

Ok I found it.

Open your
theme.php
Replace the entire function themeheader with this

Code:
/************************************************************/
/* Function themeheader()                                   */
/*                                                          */
/* Control the header for your site. You need to define the */
/* BODY tag and in some part of the code call the blocks    */
/* function for left side with: blocks(left);               */
/************************************************************/

function themeheader() {
    global $user, $banners, $sitename, $slogan, $cookie, $prefix, $dbi, $topicname, $topicimage, $topictext, $topic, $topicid, $toplist;
    cookiedecode($user);
    $username = $cookie[1];
    if ($username == "") {
        $username = "Anonymous";
    }
    echo "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";
    echo "<body bgcolor=\"#FF5555\" text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">";
    if ($banners == 1) {
	include("banners.php");
    } 
    $topics_list = "<select name=\"new_topic\" onChange='submit()'>\n";
    $topics_list .= "<option value=\"\">All Topics</option>\n";
    $toplist = sql_query("select topicid, topictext, topicname from ".$prefix."_topics order by topicid", $dbi);
    while(list($topicid, $topictext, $topicname) = sql_fetch_row($toplist, $dbi)) {
    if ($topicid==$topic) { $sel = "selected "; }
	$topics_list .= "<option $sel value=\"$topicid\">$topicname</option>\n";
	$sel = "";
    }
    if ($username == "Anonymous") {
	$theuser = "&&<a href=\"modules.php?name=Your_Account&op=new_user\">Create an account";
    } else {
	$theuser = "&&Welcome $username!";
    }
    $public_msg = public_message();
    $tmpl_file = "themes/Orange/header.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
    blocks(left);
    $tmpl_file = "themes/Orange/left_center.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}
mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 31
Join Date: Jun 2003
06-26-2003, 02:00 PM

Damn you're good at this!
Thank you so so so much!!! I always appreciate it

PS. Just a quick query... On my nuke, what font is the text on it? On my home PC it's verdana, then when I view it from school, it's Times New Roman... And also, when viewing it from school, none of the CSS mouse over effects happen... What do you guys see it as?

Thanks!!!
~DyNaMiX.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-26-2003, 02:18 PM

Some browsers don't interpret css very well.
The font should be controlled by the css style sheet.
You can actually hardcode the <font tags for the style of font you want to use in the themes html files if you so desire.
I've only seen the mouse over effects not work on MACS and certain browsers (especially older ones)

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 31
Join Date: Jun 2003
06-26-2003, 03:10 PM

Okay, got it! Thanks so much!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
looking for an orange theme rok-lotus Nuke 7.x - Themes 0 05-27-2005 05:09 PM
skyLine Orange Logo dB02 Logo requests 1 05-04-2005 12:36 AM
Calling a skin your own RMRuler Open topics 5 12-04-2004 05:04 AM
Logo Needed for Orange theme Rebel786 Logo requests 2 07-25-2004 03:12 PM
Problem with Orange theme - maybe sndinc Theme packs 6 01-30-2003 09:19 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31