how to get previous topic
Quote from daron4ever on December 14, 2017, 8:22 pmHello,
Thank you for giving us a great plugin.
I had a topic and erased it, but I have contents of it.
I need to write the topic again and need that created date.
So, how can I edit the created date when I write a topic?And, there was a customer replied contents with the topic. I also want to get the replied contents.
How can I add the reply as the customer?It is just one important topic for my site.
Best Regards,
Hello,
Thank you for giving us a great plugin.
I had a topic and erased it, but I have contents of it.
I need to write the topic again and need that created date.
So, how can I edit the created date when I write a topic?
And, there was a customer replied contents with the topic. I also want to get the replied contents.
How can I add the reply as the customer?
It is just one important topic for my site.
Best Regards,
Quote from Asgaros on December 14, 2017, 9:10 pmHello daron4ever,
the dates are always based on the time of creation – you can not change it afterwards to keep the answer-structure in a chronological order. The same holds for the author_id to prevent manipulation. If you really need to change the date or author_id of a post, you have to do this via a database-tool like phpMyAdmin. The posts are stored in the table wp_forum_posts.
Hello daron4ever,
the dates are always based on the time of creation – you can not change it afterwards to keep the answer-structure in a chronological order. The same holds for the author_id to prevent manipulation. If you really need to change the date or author_id of a post, you have to do this via a database-tool like phpMyAdmin. The posts are stored in the table wp_forum_posts.
Quote from daron4ever on December 22, 2017, 11:16 pmThanks.
It works like a charm.I have one more question.
How can I change user’s subscribe/unsubscribe via database?Best Regards,
Thanks.
It works like a charm.
I have one more question.
How can I change user’s subscribe/unsubscribe via database?
Best Regards,
Quote from Asgaros on January 3, 2018, 12:58 pmHello daron4ever,
the values are stored in the following user_meta field:
- asgarosforum_subscription_forum
- asgarosforum_subscription_topic
Hello daron4ever,
the values are stored in the following user_meta field:
- asgarosforum_subscription_forum
- asgarosforum_subscription_topic