Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > General > Open topics

Reply
 
LinkBack Thread Tools Display Modes
how do i add a message in the downloads main window?
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 47
Join Date: May 2003
how do i add a message in the downloads main window? - 06-17-2003, 01:07 AM

I want to add a message warning people that some of my download are very large files. How would i add a message right under the "DOWNLOADS MAIN CATAGORIES" image?
   
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: 48
Join Date: Jan 2003
Location: Maryland
06-17-2003, 09:21 AM

This doesn't belong in this forum.. but look for "down-logo.gif" in the downloads php file, then just add this line after it:
echo("WARNING: Some of these downloads are large!);
 Send a message via ICQ to Zathu_Koon Send a message via Yahoo to Zathu_Koon Send a message via AIM to Zathu_Koon Send a message via MSN to Zathu_Koon  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 47
Join Date: May 2003
06-17-2003, 03:51 PM

That does not seem to be working, are you talking about the "index.php" in the modules/downloads folder?
   
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-17-2003, 04:42 PM

Yes that's the file he's taking about.

See this part in that file?
Code:
function menu($maindownload) {
    global $prefix, $dbi, $user_adddownload, $module_name;
    OpenTable();
    echo "
<center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/down-logo.gif\" border=\"0\" alt=\"\"></a>

";
    echo "<form action=\"modules.php?name=$module_name&d_op=search&query=$query\" method=\"post\">"
	."<font class=\"content\"><input type=\"text\" size=\"25\" name=\"query\"> <input type=\"submit\" value=\""._SEARCH."\"></font>"
	."</form>";
Just below it is where you want to add your echo statement to echo your message.
Like this
Code:
    echo "<center>You cannot use ANY of our themes with the stand-alone <a href=\"http://phpbb.com\">phpBB</a>.

"
        ."We are now releasing theme packs for Nuke6.5 as well as some other files for Nuke6.5, but MAKE SURE you download" 
        ." the CORRECT theme pack and or files for your system!!!
</center>

";
   
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: 47
Join Date: May 2003
06-17-2003, 05:08 PM

Thanks i figured it out with that last bit of help
   
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
make a module link open target in new window? dephton Nuke 6.5 to 6.9 - Modules 2 06-19-2003 09:53 AM
Downloads Module: Streaming downloads pacozorro Nuke 6.5 to 6.9 - Modules 2 06-10-2003 05:20 PM
Downloads not showing up in 1.6 enhanced Downloads paycheck Purged Topics 0 06-04-2003 10:49 PM
MAIN MENU Force Purged Topics 12 03-07-2003 03:44 PM
Poll text in my compose webmail window Suzie Purged Topics 12 12-19-2002 12:46 PM




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