» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 71
0 members and 71 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on NM code *html* request within the Purged Topics forums, part of the NM Staff category; hey *nukemod admins* , I was wondering if there was any way you could give me NM's html code for ...



Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-29-2003, 10:20 PM
Junior Member
 
Join Date: Oct 2002
Location: USA
Posts: 77
NM code *html* request
hey *nukemod admins* , I was wondering if there was any way you could give me NM's html code for you guys main menu ...I am starting to teach my self php and I want to write a script that generates a menu like yours..i like the way you guys have it layed out. the user runs the script, inputs their information in the appropriate fields, and the script will return the code for them to use...nothing special, but it'll be my 1st stab at scripting, and maybe someone will find it useful (I've seen lots of posts here on NM.com of people wondering how to do it )...any feedback is as always, greatly appreciated.

-dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-29-2003, 10:41 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
This is the one I made. (not the one here) You can see it in action by clicking the www button below.
Code:
<table width="128" border="0" cellspacing="2" cellpadding="0" style="BORDER-COLLAPSE: collapse">
<tr><td>Navigate</td></tr></table><table width="128">
  <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_house1.gif[/img]</td>
    <td>Home</td>
  </tr>
  <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_gallery.gif[/img]</td>
    <td>Google Flash</td>
  </tr>
      <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_links.gif[/img]</td>
    <td>Open Directory</td>
  </tr>
  <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_stats.gif[/img]</td>
    <td>Statistics</td>
  </tr>
  <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_register.gif[/img]</td>
    <td>Submit News</td>
  </tr>
</table>
<table width="128"><tr><hr width="100%" color="#5B5B5B">
   </tr></table>
<table>
  <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_members.gif[/img]</td>
    <td>Chat!</td>
  </tr>
  <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_members.gif[/img]</td>
    <td>GuestBook</td>
  </tr>
  <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_rules.gif[/img]</td>
    <td>I-Frame Calendar</td>
  </tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_rules.gif[/img]</td>
    <td>I-Frame ShoutBox</td>
  </tr>
    <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_calendar.gif[/img]</td>
    <td>Site InfoFlash</td>
  </tr></table>
<table width="128"><tr><hr width="100%" color="#5B5B5B">
   </tr></table>
<table width="128" border="0" cellspacing="2" cellpadding="0" style="BORDER-COLLAPSE: collapse">
<tr><td width="20">[img]images/mini_icons_fiblack/new.gif[/img]</td><td><left>Downloads</left></td></tr></table>
<table>
    <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_gallery.gif[/img]</td>
    <td>Wallpaper</td>
  </tr>
    <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_links.gif[/img]</td>
    <td>All Files</td>
  </tr>
    <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_gallery.gif[/img]</td>
    <td>Comming Soon</a></td>
  </tr>
   <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_rules.gif[/img]</td>
    <td>Themes</td>
  </tr>
   <tr>
    <td>[img]images/mini_icons_fiblack/icon_mini_rules.gif[/img]</td>
    <td>mp3 Music</td>
  </tr>
</table>
Edit: Man this really streched out the page here!
btw, just right click the page on the main page of most sites and select "view source" to see the html.

Also keep in mind that this and the one at nukemods was creared by pasting the code into the block dialog box in admin> blocks. It is not a block file in other words.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-30-2003, 04:06 AM
Junior Member
 
Join Date: Oct 2002
Location: Australia
Posts: 47
to make mine (which is essentially a rippoff :roll i just got the thainuke.net block's - which the Main and User menus on this site are based on the code from - and changed the code around 2 suite my site.
simple.
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
Wich HTML code I need to enable krimax Nuke 7.x - General 3 12-28-2006 05:44 AM
HTML embedded in PHP... Can I link to an html anchor? Tabe Site design 0 06-02-2005 12:42 PM
Not executing HTML and PHP code... jabird Nuke 7.x - General 6 09-30-2004 08:48 PM
html code for block Rusty Site design 1 08-09-2003 05:49 AM
nuke will not accept html code Snowman Site design 6 07-20-2003 12:30 PM


All times are GMT -5. The time now is 10:34 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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