ไฟล์ submit_step_2.tpl
เพิ่มโมดูลอัพโหลดรูปแล้วมันไม่ขิ้นตอนซับมิทนะครับ ทำยังไงครับ
{literal}
<script type="text/javascript">
function SetState(obj_checkbox, obj_textarea)
{ if(obj_checkbox.checked)
{ obj_textarea.disabled = false;
}
else
{ obj_textarea.disabled = true;
}
}
function textCounter(field, countfield, maxlimit) {
if (field.value.length > maxlimit) // if too long...trim it!
field.value = field.value.substring(0, maxlimit);
// otherwise, update 'characters left' counter
else
countfield.value = maxlimit - field.value.length;
}
</script>
{/literal}
<h2>{#PLIGG_Visual_Submit2_Header#}</h2>
{if $Submit_Show_URL_Input eq 1}
<fieldset><legend>{#PLIGG_Visual_Submit2_Source#}</legend>
<label>{#PLIGG_Visual_Submit2_NewsURL#}:</label>
<a href="{$submit_url}" class="simple">{$submit_url}</a><br /><br/>
{if $submit_url_title neq "1"}
<label>{#PLIGG_Visual_Submit2_URLTitle#}:</label>{$submit_url_title}
{/if}
</fieldset>
{/if}
<fieldset><legend>{#PLIGG_Visual_Submit2_Details#}</legend>
<form action="{$URL_submit}" method="post" name="thisform" id="thisform" enctype="multipart/form-data">
<label>{#PLIGG_Visual_Submit2_Title#}:</label>{#PLIGG_Visual_Submit2_TitleInstruct#}<br/>
<input type="text" id="title" class="text" name="title" value="{$submit_url_title}" size="60" maxlength="120" />
<br /><br/>
{if $enable_tags eq 'true'}
<label>{#PLIGG_Visual_Submit2_Tags#}:</label>
<strong>{#PLIGG_Visual_Submit2_Tags_Inst1#}</strong> {#PLIGG_Visual_Submit2_Tags_Example#} <em>{#PLIGG_Visual_Submit2_Tags_Inst2#}</em><br/>
<input type="text" id="tags" name="tags" value="{$tags_words}" size="60" maxlength="40" /><br /><br />
{/if}
<label>{#PLIGG_Visual_Submit2_Description#}:</label>{#PLIGG_Visual_Submit2_DescInstruct#}
{if $Story_Content_Tags_To_Allow eq ""}
<br/><b>{#PLIGG_Visual_Submit2_No_HTMLTagsAllowed#} </b>{#PLIGG_Visual_Submit2_HTMLTagsAllowed#}
{else}
<br/>{#PLIGG_Visual_Submit2_HTMLTagsAllowed#}: {$Story_Content_Tags_To_Allow}
{/if}
<br/><textarea name="bodytext" rows="10" cols="60" id="bodytext" WRAP=SOFT onkeyup="if(this.form.summarycheckbox.checked == false) {ldelim}this.form.summarytext.value = this.form.bodytext.value.substring(0, {$StorySummary_ContentTruncate});{rdelim}textCounter(this.form.summarytext,this.form.remLen, {$StorySummary_ContentTruncate});">{$submit_content}</textarea><br />
{if $Spell_Checker eq 1}<input type="button" name="spelling" value="{#PLIGG_Visual_Check_Spelling#}" class="submit" onClick="openSpellChecker('bodytext');"/>{/if}
<br /><br />
{if $SubmitSummary_Allow_Edit eq 1}
<label>{#PLIGG_Visual_Submit2_Summary#}:</label>{#PLIGG_Visual_Submit2_SummaryInstruct#}{#PLIGG_Visual_Submit2_SummaryLimit#}{$StorySummary_ContentTruncate}{#PLIGG_Visual_Submit2_SummaryLimitCharacters#}<br />
<input type="checkbox" name="summarycheckbox" id="summarycheckbox" onclick="SetState(this, this.form.summarytext)"> {#PLIGG_Visual_Submit2_SummaryCheckBox#}
{if $Story_Content_Tags_To_Allow eq ""}
<br /><b>{#PLIGG_Visual_Submit2_No_HTMLTagsAllowed#} </b>{#PLIGG_Visual_Submit2_HTMLTagsAllowed#}
{else}
<br />{#PLIGG_Visual_Submit2_HTMLTagsAllowed#}: {$Story_Content_Tags_To_Allow}
{/if}
<br/><textarea disabled="true" name="summarytext" rows="5" cols="60" id="summarytext" WRAP=SOFT onKeyDown="textCounter(this.form.summarytext,this.form.remLen, {$StorySummary_ContentTruncate});">{$submit_summary}</textarea><br />
<input readonly type=text name=remLen size=3 maxlength=3 value="125">{#PLIGG_Visual_Submit2_SummaryCharactersLeft#}
{if $Spell_Checker eq 1}<input type="button" name="spelling" value="{#PLIGG_Visual_Check_Spelling#}" class="submit" onClick="openSpellChecker('summarytext');"/>{/if}
<br /><br />
{/if}
<label>{#PLIGG_Visual_Submit2_Category#}:</label>{#PLIGG_Visual_Submit2_CatInstruct#}<br/>
<select name="category">
<option value = "">{#PLIGG_Visual_Submit2_CatInstructSelect#}
{section name=thecat loop=$submit_cat_array}
<option value = "{$submit_cat_array[thecat].auto_id}">
{if $submit_cat_array[thecat].spacercount lt $submit_lastspacer}{$submit_cat_array[thecat].spacerdiff|repeat_count:''}{/if}
{if $submit_cat_array[thecat].spacercount gt $submit_lastspacer}{/if}
{$submit_cat_array[thecat].spacercount|repeat_count:' '}
{$submit_cat_array[thecat].name}
{assign var=submit_lastspacer value=$submit_cat_array[thecat].spacercount}
</option>
{/section}
</select>
<br/><br/>
{if $Submit_Show_URL_Input eq 1}
<label>{#PLIGG_Visual_Submit2_Trackback#}:</label>{#PLIGG_Visual_Submit2_TrackbackInstruct#}<br />
<input type="text" name="trackback" id="trackback" class="text" value="{$submit_trackback}" size="60" class="form-full" />
<br /><br/>
{/if}
{checkActionsTpl location="submit_step_2_pre_extrafields"}
{include file=$tpl_extra_fields.".tpl"}<br />
<input type="submit" value="{#PLIGG_Visual_Submit2_Continue#}" class="submit" />
<input type="hidden" name="url" id="url" value="{$submit_url}" />
<input type="hidden" name="phase" value="2" />
<input type="hidden" name="randkey" value="{$randkey}" />
<input type="hidden" name="id" value="{$submit_id}" />
</form>
</fieldset>