modify content file. add 'group' tag
@tangdou1
How to add 'group' tag?
modify your data.json
Like:
first:
{
"topic_id": 1517727826,
"title": "xxxxx",
"body": "yyyyyyyy",
"added": 1517727824
},
then
{
"type": "group",
"topic_id": 1517727826,
"title": "xxxxx",
"body": "yyyyyyyy",
"added": 1517727824
},
@tangdou1
I did it on Notepad, but the title/body of all my posts had disappeared.
@DaniellMesquita Yes, you should find its topic_id, first try its http address in the browser (like this http://127.0.0.1:43110/Talk.ZeroNetwork.bit/?Topics:1509065748_1PFWGebEqZssXXnM9u2gk7yJpXUoMPQG8D/), you can find this topic, then add one or two posts under it, finnally you can find the topic group when coming back to your homepage.
this issue should be closed
@tangdou1
Thanks.
Reference: https://github.com/HelloZeroNet/ZeroNet/issues/1576