Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 77
2 members and 75 guests
hon9pkqeymoonva, tax7bcslkk7daaw
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
'Print' & 'Friend' Icons.
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 31
Join Date: Jun 2003
'Print' & 'Friend' Icons. - 07-05-2003, 01:45 PM

Hey there
I am trying to change the following icons:




I replaces the images with my own already, but I'm looking for the file which calls them up and specifies their widths and heights as my images are bigger...

If you know what I mean, please respond. Thanks so much!

(And yes, I'm using Nuke 6.0)[/img]
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 737
Join Date: Nov 2002
07-06-2003, 01:31 PM

Assuming that you are using the standard news module that comes with nuke.

Open modules/News/articles.php

Find around line 229:
Code:
$optiontitle = ""._OPTIONS."";
$optionbox .= "
&<img src=\"images/print.gif\" border=\"0\" alt=\""._PRINTER."\" title=\""._PRINTER."\" width=\"16\" height=\"11\">&&<a href=\"modules.php?name=$module_name&file=print&sid=$sid\">"._PRINTER."</a>

";
$optionbox .= "&<img src=\"images/friend.gif\" border=\"0\" alt=\""._FRIEND."\" title=\""._FRIEND."\" width=\"16\" height=\"11\">&&<a href=\"modules.php?name=$module_name&file=friend&op=FriendSend&sid=$sid\">"._FRIEND."</a>

\n";
if (is_admin($admin)) {

Open modules/News/Index.php
Find around line 101:
Code:
    $the_icons = " | <a href=\"modules.php?name=News&file=print&sid=$s_sid\"><img src=\"images/print.gif\" border=\"0\" alt=\""._PRINTER."\" title=\""._PRINTER."\" width=\"16\" height=\"11\"></a>&&<a href=\"modules.php?name=News&file=friend&op=FriendSend&sid=$s_sid\"><img src=\"images/friend.gif\" border=\"0\" alt=\""._FRIEND."\" title=\""._FRIEND."\" width=\"16\" height=\"11\"></a>";
Open modules/News/categories.php
Find around line 73:
Code:
	    $the_icons = " | <a href=\"modules.php?name=News&file=print&sid=$s_sid\"><img src=\"images/print.gif\" border=\"0\" alt=\""._PRINTER."\" title=\""._PRINTER."\" width=\"16\" height=\"11\"></a>&&<a href=\"modules.php?name=News&file=friend&op=FriendSend&sid=$s_sid\"><img src=\"images/friend.gif\" border=\"0\" alt=\""._FRIEND."\" title=\""._FRIEND."\" width=\"16\" height=\"11\"></a>";
Open modules/Sections/index.php
Find around line 72:
Code:
        <a href=\"modules.php?name=$module_name&op=printpage&artid=$artid\"><img src=\"images/print.gif\" border=\"0\" Alt=\""._PRINTER."\" width=\"15\" height=\"11\"></a>
Find around line 111:
Code:
	."<a href=\"modules.php?name=$module_name&op=printpage&artid=$artid\"><img src=\"images/print.gif\" border=\"0\" Alt=\""._PRINTER."\" width=\"15\" height=\"11\"></a>"
You can change the height and width there. This code is from 6.5 so it might be slightly different in 6.0 but you get the general idea of where to look. There may be other instances.
   
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
User Ranking Icons jwane Other "stuff" 3 05-24-2006 01:05 PM
HTML : Iam trying to print Users $Website Marty Open topics 3 03-21-2005 01:15 PM
i am installing nuke for a friend but does MySQL 2.1.0 work? cosclan Purged Topics 1 06-09-2003 04:42 PM
6.5 - Icons Dissappeared. Oznob Theme packs 0 03-07-2003 10:04 PM
Main menu icons cable Purged Topics 4 11-14-2002 07:04 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