Forums

Image Not Initially Displaying in Published Article

wibadd 27 Feb, 2012
Hi guys! My form is now fully functioning and publishing content, with one small hiccup. When it is initially published it does not display the image, even though it is showing up in the backend editor. Only when I open the article in the editor and save it is it finally showing up on the front end. Any idea why this is? I am trying to send the publish date when the article is submitted just in case, but I don't see it showing up.

$form->data['detailspublish_up'] = date("A, d B Y H:M");

[attachment=2]1.png[/attachment]
[attachment=1]2.png[/attachment]
[attachment=0]3.png[/attachment]
GreyHead 29 Feb, 2012
Hi wibadd,

The editor does some code tidying when you save an article so my guess would be that there is a little typo in the created article code that then gets corrected.

The format looks wrong for the published date - in the table they look like 2012-02-29 08:45:01

Bob
This topic is locked and no more replies can be posted.