Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 59
4 members and 55 guests
bea9qgchcomberc, cliaw9cckhereto, garere3denstc3t, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Another Fix
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 86
Join Date: Sep 2002
Location: USA
Another Fix - 12-06-2002, 03:47 PM

Ok ok i know those people that organzie there downloads by subcatagories and want to have more then three show up in the download section so i figured out how to do it and i would like to let everyone else know.

Ok here is the deal you can have more than three appear but it will through the alignment out of wack and i haven't figured out how to fix that but if i do i will certainly post and let you know about it.

What i did was create about 5 sub catagories because i need that because i host online gaming updates and stuff like that so i had zero sub-cats show in the main download window and when you click the main-cat you still see them.

Here's how you do it:

Goto your modules/Downloads/ dir via ftp and open index.php to edit it.

Look for this code it is in the file 3 different times. One of the code lines should beggin with $result2 and the others should beggin with $result3. There is one with $result2 that needs changing and two with $result3 that needs to be changed.


Code:
$result2 = sql_query("select cid, title from ".$prefix."_downloads_categories where parentid=$cid order by title limit 0,3", $dbi);
Now if you want no sub-cats to show in the main download view change it to this.
Code:
$result2 = sql_query("select cid, title from ".$prefix."_downloads_categories where parentid=$cid order by title limit 0,0", $dbi);
I hope this helps some people out because it sure did help me.


-Konan
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
12-06-2002, 05:14 PM

Thanks for the tip! Nice web site ya got too. I love subblack.
   
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: 86
Join Date: Sep 2002
Location: USA
12-06-2002, 07:00 PM

Glad to be of some help.




-Konan
   
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





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