Hi mate i tested it only now, nope the Submit function is at line 2981:
need to quote this:
and above add this:
but thenk to link me there
need to quote this:
PHP: [ Select all ]
/*
tutorial_form();
echo "<td colspan=\"9\"><span class=\"gen\"><textarea name=\"message\" rows=\"40\" cols=\"100%\" wrap=\"virtual\" class=\"post\" onselect=\"storeCaret(this);\" onclick=\"storeCaret(this);\" onkeyup=\"storeCaret(this);\">$t_text</textarea></span></td></tr></table></span></td></tr></table>";
*/
and above add this:
PHP: [ Select all ]
echo Make_TextArea('message', $t_text, 'post', '90%', '300px', true);
echo "<br>";
but thenk to link me there
Don't know what module your using, but I have 0 lines over 2000. My highest line is 1897 and that is even after adding in a couple of lines.— Teo wroteHi mate i tested it only now, nope the Submit function is at line 2981:
need to quote this:PHP: [ Select all ]
/*
tutorial_form();
echo "<td><span><textarea>$t_text</textarea></span></td></tr></table></span></td></tr></table>";
*/
and above add this:PHP: [ Select all ]
echo Make_TextArea('message', $t_text, 'post', '90%', '300px', true);
    echo "<br>";
but thenk to link me there
Ahh, i see what it is, your version is like the one in the latest download version full of white space. That is why your numbers make no sense.
You can see here.
Just look at the very bottom. In the non-fucked up version that I have, it does not have all the white space. That will be fixed in the next update of the Evo Xtreme. I am packing it up as we speak.
You can see here.
Please login to see this link Get registered or Log in |
Just look at the very bottom. In the non-fucked up version that I have, it does not have all the white space. That will be fixed in the next update of the Evo Xtreme. I am packing it up as we speak.