Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 28th September 2008, 09:10
dusco dusco is offline
Member
 
Join Date: Sep 2008
Posts: 7
Default Got A Few Questions About TBDev
Hey guys just installed TBDev Modded Edition v1.2 everything is running fine I just want to change a few things..

When it comes to uploading, how can i remove the requirement for a NFO. Also is there a mod out that will allow users to upload a image or 2 for the upload ?

And one more question how do i go about setting up threads in the forum

Thanks alot
Reply With Quote
  #2  
Old 28th September 2008, 11:47
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Making NFO Optional ;)

In upload.php find the old line :

Code:
tr("NFO file", "<input type=file name=nfo size=81><br>(<b>Required.</b> Can only be viewed by power users.)\n", 1);
replace it with :
Code:
tr("NFO file", "<input type=file name=nfo size=81><br>(<b>optional.</b> Can only be viewed by power users)\n", 1);
In takeupload.php comment the lines out , so should look like this :

Code:
$nfofile = $_FILES['nfo'];
//if ($nfofile['name'] == '')
  /*bark("No NFO!");*/

//if ($nfofile['size'] == 0)
 /* bark("0-byte NFO");*/

if ($nfofile['size'] > 65535)
  bark("NFO is too big! Max 65,535 bytes.");

$nfofilename = $nfofile['tmp_name'];

//if (@!is_uploaded_file($nfofilename))
 // bark("NFO upload failed");
Taken from here: Board Message
Reply With Quote
Reply

Tags
questions , tbdev


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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Questions about configuring TBDev QuarTz TBDev 2 12th May 2010 12:49
Some Questions pwnage TBDev 0 10th February 2010 02:44
few questions rytisp Torrent Strike 4 3rd January 2009 12:45
Some Questions crstan TBDev 1 24th September 2008 21:17
2 Questions!??? kp380lv Yuna Scatari Edition (YSE) 4 3rd July 2008 15:53



All times are GMT +2. The time now is 14:01. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.