@venkat Gotta be more specific with your problem. Someone may be able to help from this forum. Try opening an issue on github, but you'll have to describe your problem.
Can I edit the date of a topic?
-
Right now there is no way to change the date of a topic through the forum itself, which means you would have to do the changes in the database.
Alternatively I can modify the rss plugin so it sets the date of the topics to the actual date from the rss entry instead of using the current timestamp.
-
Just in case someone will search for fast solution: if you are using redis-server as DB you can change timestamps with redis-commander:
npm install -g redis-commander redis-commander
And then you can access your database via http://yourdomain.com:8081