Please or Register to create posts and topics.

how to get previous topic

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,

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.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks.
It works like a charm.

I have one more question.
How can I change user’s subscribe/unsubscribe via database?

Best Regards,

Hello daron4ever,

the values are stored in the following user_meta field:

  • asgarosforum_subscription_forum
  • asgarosforum_subscription_topic
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!