
04-03-2011, 12:24 AM
|
|
|
Join Date: Aug 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Baylyns
Hello,
In the template newthread it has to be searched :
PHP Code:
action="newthread.php?do=postthread&f={vb:raw forumid}"
I am under VB 4.1.2 and I can't find the right place:
PHP Code:
<form class="vbform block" action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newthread.php?do=postthread&f={vb:raw forumid}" method="post" name="vbform" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit(this.subject.value, {vb:raw vboptions.postminchars})">
Where should I place this:
PHP Code:
enctype="multipart/form-data"
Best regards
|
i have the same issue
|