Hi,
There are times when access to social media like youtube, vimeo is not allowed and the embedded videos do not play. Is there a way to upload a video directly in the topic? Does a plugin exist for this matter?
Any kind of help is appreciated.
Thank you in advance.
Change Post/Topic Date/Time
-
Need a little help with changing the topic date after moving NodeBB from one server to another. So far I was able to change the date and time but the topic still shows as recent, see: Development • Dec 14, 2015, 2:51 AM -in /recent.
So far changed:
- /topic #573
timestamp
andlastposttime
- /post #2420
timestamp
What else needs to be changed in order for the /latest search result, to reflect the change and move the topic/post on the timeline?
To edit the posts, I used Redis Commander and Timestamp Converter.
- /topic #573
-
You have to remove the topic tid from the
topics:recent
list I think. -
I am trying to do the same thing. I change the timestamp in mongoDB, but it has no effect on the frontend.
Ps.: I changed the timestamp on topic, post and topics:recent.
Anyone can help me?