» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 69
0 members and 69 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11: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
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on nukemods.com menu block? within the Purged Topics forums, part of the NM Staff category; Where can I find a menu block with sections and such, like on this site?...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-09-2003, 03:39 PM
Junior Member
 
Join Date: Jan 2003
Location: Maryland
Posts: 48
Send a message via ICQ to Zathu_Koon Send a message via AIM to Zathu_Koon Send a message via MSN to Zathu_Koon Send a message via Yahoo to Zathu_Koon
nukemods.com menu block?
Where can I find a menu block with sections and such, like on this site?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-09-2003, 04:29 PM
Junior Member
 
Join Date: Dec 2002
Location: Tulsa OK U.S.A
Posts: 65
Send a message via AIM to christian Send a message via MSN to christian Send a message via Yahoo to christian
It is a block mikem has created, i have created almost an exact type of block becuase like you think, it look much better than the menu that comes with nuke.

just create a block using an html editor, write the code for it to look similar like this

I took this from my site, you would edit it for your own

<body>
<table width="140" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Home</td>

Then do the exact same thing with Forums, downloads, and what not...

Here is my whole code but this works for my site.

<body>
<table width="140" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Home</td>
</tr>
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Account</td>
</tr>
</table>
<hr>

<table width="140" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Store</td>
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122"><a href="modules.php?name=Content&pa=showpage&pid=2"> Meet
The Band</a></td>
<tr>
<td>[img]images/mini.gif[/img]</td>
<td>Gallery</td>
</tr>
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">


Forums</p></td>
</tr>
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">WebCam</td>
</tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">SWL Chat</td>
<tr>
<td>[img]images/mini.gif[/img]</td>
<td>Members List</td>
</tr>
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Private Messages</td>
</tr>
</table>
<hr>
<table width="140" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Recommend Us</td>
</tr>
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Submit News</td>
</tr>
<tr>
<td width="12">[img]images/mini.gif[/img]</td>
<td width="122">Statistics</td>
</tr>
</tr>
</table>
__________________
I am saving the world while you sleep
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-09-2003, 04:47 PM
Junior Member
 
Join Date: Jan 2003
Location: Maryland
Posts: 48
Send a message via ICQ to Zathu_Koon Send a message via AIM to Zathu_Koon Send a message via MSN to Zathu_Koon Send a message via Yahoo to Zathu_Koon
Ah, its html based?

hmm..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-09-2003, 04:54 PM
Member
 
Join Date: Nov 2002
Location: Michigan, USA
Posts: 359
Send a message via AIM to ReNeGaDe
yep, simply links and horizontal rules.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-09-2003, 04:57 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
You paste the code into the text box in admin>blocks on your site. Go to admin page on you site, select blocks and scroll down the page and on the left is a box. Type in a name bor your new block (main Menu). Paste in your code and save. Deactivate your Modules block.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-09-2003, 05:29 PM
Junior Member
 
Join Date: Dec 2002
Location: Tulsa OK U.S.A
Posts: 65
Send a message via AIM to christian Send a message via MSN to christian Send a message via Yahoo to christian
Originally Posted by Martin
You paste the code into the text box in admin>blocks on your site. Go to admin page on you site, select blocks and scroll down the page and on the left is a box. Type in a name bor your new block (main Menu). Paste in your code and save. Deactivate your Modules block.
Shoulda added that at the end of my post..


Its not all html

Its Elementry my dear watson...
__________________
I am saving the world while you sleep
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-09-2003, 05:39 PM
Junior Member
 
Join Date: Jan 2003
Location: Maryland
Posts: 48
Send a message via ICQ to Zathu_Koon Send a message via AIM to Zathu_Koon Send a message via MSN to Zathu_Koon Send a message via Yahoo to Zathu_Koon
Hmm, theres some weird spacing between lines in what I have.

Code:
<big>·</big> Home

<big>·</big> Forums

<big>·</big> Downloads

<hr>

<big>·</big> Rules/Regulations

<big>·</big> Member List

<big>·</big> Character Bios

<hr>

<big>·</big> IRC Chat

<big>·</big> Server Status

<big>·</big> Screenshot Gallery

<hr>

<big>·</big> Private Messages

<big>·</big> Your Account
Any idea why?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-09-2003, 05:44 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
When you the hr it creates a big space like a p or a br br

You don't need to use br when u use hr

Spank me if I'm wrong.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-10-2003, 08:10 AM
Junior Member
 
Join Date: Jan 2003
Location: Maryland
Posts: 48
Send a message via ICQ to Zathu_Koon Send a message via AIM to Zathu_Koon Send a message via MSN to Zathu_Koon Send a message via Yahoo to Zathu_Koon
Well, I mean that there is a vertical gap between modules, making it vertically stretched out.

I activated it to unreg'ed users, here:
http://www.orderofthejedi.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-10-2003, 08:25 AM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Well you could close it up a little bit if you do what I suggested.
Quote:
<big>·</big> Character Bios

<hr>

Take away the
just before each <hr> and see.
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
Menu Block with icons? Cyberkiller Nuke 6.5 to 6.9 - Blocks 0 04-03-2003 03:36 AM
Modified Menu Block . . . Archon Nuke 6.5 to 6.9 - Blocks 4 03-20-2003 06:46 PM
User Menu Block oneof1121 Purged Topics 4 02-21-2003 11:03 PM
The Menu block for nukemods Suzie Purged Topics 7 01-25-2003 05:30 AM
Error in nukemods main menu breakolami nukemods.com 1 11-29-2002 12:25 PM


All times are GMT -5. The time now is 01:46 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