Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 How to change File Upload default settings?
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: How to change File Upload default settings?
For one field, enable custom input HTML, and in the HTML that's there:

replace

Code:
{CHECKED_UPLOAD}

with

Code:
<if $mybb->input['xtasel_'.{KEY}] == 'file' then> checked="checked"</if>


and replace

Code:
{CHECKED_URL}

with

Code:
<if $mybb->input['xtasel_'.{KEY}] != 'file' then> checked="checked"</if>


My Blog
07-22-2012 03:09 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: How to change File Upload default settings? - ZiNgA BuRgA - 07-22-2012 03:09 PM

 Standard Tools
Forum Jump: