By Steve Kraft on Friday, 21 November 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 723
Votes 0
Hi there,

I searched the forum but can't find something similar to this problem and I don't know if it was a problem or an wanted behavior.

I tried to edit a questioner post and it doesn't open up an inline editing field like it does when you want to edit the posts of responding people. It redirects to a new page which is similar to the "ask"-page and when I edit the post and want to save it, it asks about to choose a category. When I make this step it creats a new post.

Do you need the site details to comprehend?

Best regards,
Steve
Hello Steve,

Hm, that is weird. Can you provide us your backend and FTP access so we can have a better look on your issue here? Please advise.
·
Friday, 21 November 2014 17:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Additional info set ..

Thx in front of all efforts,
Steve
·
Friday, 21 November 2014 18:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

I've fixed it for you. The issue is because you are using a custom theme for Easydiscuss which the form.new.php file has missed one section of code that check whether this is Edit or New.
·
Friday, 21 November 2014 19:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nick,

thx a lot. Strange, I'll checked back with earlyer versions and can't find this lines in one of them. For my documentation - This is the whole code which was missed?:

	 <?php if( $isEditMode ){ ?>

<input type="hidden" name="id" id="id" value="<?php echo $post->id; ?>" />
<?php } ?>



I wish you and your teammates a relaxed weekend,
Steve
·
Friday, 21 November 2014 19:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

Yes, that's correct Have a great weekend ahead!
·
Saturday, 22 November 2014 01:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post