Hi,
I have a question : Can someone please point me in the right direction, to get this information?
In the acp, I am able to view the visitors and pageviews according to the time period, via the graph on the dashboard.
However, I am not able to see such a breakdown for user signups, topics, and posts.
Thanks for help
Hercules.
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