» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 54
4 members and 50 guests
asteikuw, daucceems, Duke, villariego
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
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 editing modules block within the Purged Topics forums, part of the NM Staff category; My modules block is way too boring. I've seen others that have graphics, separators, etc. How do I do ...



Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-22-2002, 10:53 AM
Junior Member
 
Join Date: Nov 2002
Posts: 1
editing modules block
My modules block is way too boring. I've seen others that have graphics, separators, etc. How do I do that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-22-2002, 11:04 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Re: editing modules block
Originally Posted by Cody
My modules block is way too boring. I've seen others that have graphics, separators, etc. How do I do that?
The way we do it is create our OWN html block, using the links from the Modules block that we want to use. Then we disable the original Modules block or make it viewable to Admins only and activate our new block in place of the original modules block.

Adding images and separators takes the same route as using html
<hr> tags for horizontal rule, <img tags to set your image source. You can use HTML in creating your own Custom blocks in the Nuke Admin Blocks section.

To give you an idea, here is what the top section of our Modules menu html looks like

Code:
<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
  <tr>
    <td>[img]images/icon_mini_faq.gif[/img]</td>
    <td>Home</td>
  </tr>
    <tr>
    <td>[img]images/icon_mini_faq.gif[/img]</td>
    <td>Your Account</td>
  </tr>
  </table>
  <hr size="1">
mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-22-2002, 02:47 PM
Member
 
Join Date: Nov 2002
Location: Michigan, USA
Posts: 359
Send a message via AIM to ReNeGaDe
exactly what mine looks like as well. and as long as you know html, youll be fine.

or if youd like, you can create several blocks, each containing a category, instead of creating seperators inside one block. just some ideas
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-07-2003, 11:51 PM
Junior Member
 
Join Date: Mar 2003
Location: Portugal
Posts: 32
create my menu
hello.. i'm trying create my menu and i can't put a block inside the menu..
example: a Main Menu (created by me) with a User info block inside.
please tell me.. thanks.. :?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-08-2003, 11:44 AM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
nokynoy
If you can post your code and let me know what user block you want to use I will try to put your menu code into the user block it's self. Or you can do it, copy your user block and start experimenting with adding some code into it. I have had good results modifying the user block. Just put slashes after every = and then a " like this =\" and then at the end put a \" like \">
You can mess with the placement of the code within the block.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-08-2003, 12:29 PM
Junior Member
 
Join Date: Mar 2003
Location: Portugal
Posts: 32
custom menu+user info
i have this
<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
<tr>
<td><center>...:::Home:::...</center></td>
</tr>
<tr>
<td><center>...:::Conta:::...</center></td>
</tr>
<tr>
<td><center>...:::Membros:::...</center></td>
</tr>

</table>
<hr size="2">
<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
<tr>
<td><center>...::ownloads:::...</center></td>
</tr>
<tr>
<td><center>...:::Fotos:::...</center></td>
</tr>
</table>
<hr size="2">

<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
<tr>
<td><center>...:::Enviar Nuticia:::...</center></td>
</tr>
<tr>
<td><center>...:::Forum:::...</center></td>
</tr>
</table>
and i want to include the user_info menu that you have on the downloads sections of this site..
what do i put next to this? :?:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-08-2003, 12:54 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Give me a few hours to work on this, I have to go to my son's ball game first, but I'll convert your code to php and fix it up for you and post a download link here when I get it done. Good enough?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-08-2003, 12:57 PM
Junior Member
 
Join Date: Mar 2003
Location: Portugal
Posts: 32
thank you.. you are very nice. and if you can put below this
<tr>
<td><center>...:::Fotos:::...</center></td>
</tr>
the random photo block.
or just tell me how i do it..
and thank again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-08-2003, 01:05 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
OK I'll give that a try also, But like I said it will be several hours until I get to do it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-08-2003, 04:33 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
OK here's your block and I could not get the random image block to work in it (all it showed was the url about a half page wide, very bad), sorry. Download here
You can see how I did it and add or remove stuff easily.
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
Disabling Inactive modules in modules block Krutch Nuke 7.x - Modules 2 12-14-2004 10:43 AM
block-modules.php editing Krutch Nuke 7.x - Blocks 0 11-29-2004 10:47 PM
Editing Modules on site??? Nightmare Nuke 7.x - Modules 1 08-09-2004 12:09 AM
Editing block-user-info snake Purged Topics 0 04-02-2003 04:32 PM
User Info Block + Modules Block = Where can I get it! nasrules Purged Topics 3 03-15-2003 11:16 PM


All times are GMT -5. The time now is 02:13 AM.


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