1

Topic: File Name

I can't seem to the two files that I need badly.


The first is the file that controls the links at the top. Anyway know what the name of this files is?

The second is the file that actuall has the <text area> tag for posting. i have looked through post.php and I can find <imput id = "post" ......  but I cant find the actual <text area> tag.


Thanks for any help smile.

Re: File Name

the file that has the code for the links at the top is functions.php

and you are right the file is post.php the textarea input is on line 494

3

Re: File Name

Gizzmo wrote:

and you are right the file is post.php the textarea input is on line 494

<label><strong><?php echo $lang_common['Subject'] ?></strong><br /><input class="longinput" type="text" name="req_subject" value="<?php if (isset($_POST['req_subject'])) echo pun_htmlspecialchars($subject); ?>" size="80" maxlength="70" tabindex="<?php echo $cur_index++ ?>" /><br /></label>

Umm ... where? I need the text area for the actual post.

Thanks for the other though!

Re: File Name

your close, its like 2 lines under that code you posted

5

Re: File Name

Thanks!

I messed up <text area> and <textarea> >_<