I had originally posted this in the community forums thinking someone in the community would have done this before but didn’t get any response. Link - http://ellislab.com/forums/viewthread/175446/
I wrote a little js/php for example.php to update the entry status (the page lists multiple entries) in the exp_weblog_titles table. The code updates the status in the table and is reflected properly when opened up in the cp too, but the example.php doesn’t reflect the changes. The entry continues to be listed under original status. What am I missing that it would cause it to not be listed under the new status.
Here is the code I’m using to update the exp_weblog_titles table:
$q = "UPDATE `exp_weblog_titles` SET `status` = '$s', `edit_date` = '$d' WHERE entry_id = '$id'"; Thanks,
Michael