Topic: Preview button vanished

When I post a new message i can see the preview button.

When i reply to a message i can't see the preview button.
If i edit a message, i see the preview button.
If i click on Post Reply i can see the preview button.

Is it normal that in the topic page, i can't see the preview button ?

Tested on PunBB 1.2.1.

2

Re: Preview button vanished

Well I just replied to this message and the preview button is there. Unless of course you meant quick reply which doesn't have the preview feature.

EDIT: read your post again. The answer is there is no preview for quick post.

Re: Preview button vanished

I think it could work with :

<input type="submit" name="preview" value="<?php echo $lang_post['Preview'] ?>" tabindex="<?php echo $cur_index++ ?>" accesskey="p" />

just after the submit button in viewtopic.php

Sorry,  I posted before read the sources.

4

Re: Preview button vanished

Moving this thread to feature requests since it isn't a bug.