Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: reply and add new topic

<?php if ( !is_topic() ) : ?>
<p>
<label for="topic"><?php _e('Tytuł:'); ?>
<input name="topic" type="text" id="topic" size="50" maxlength="80" tabindex="1" />
</label>
</p>
<?php endif; do_action( 'post_form_pre_post' ); ?>
<?php do_action( 'post_form_pre_post' ); ?>
<p>
<label for="post_content"><?php _e('Treść:'); ?>
<textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"></textarea>
</label>
</p>
<?php if ( !is_topic() ) : ?>
...

it’s post-form.php. doesn’t work :( e.g: http://ram.org.pl/forum/topic.php?id=3&page&replies=9 still doesn’t have any quicktags. should i use tiny MCE?

Skip to toolbar