Placeholder for overview of Infinite Conversations
JSON FEED TEST
Top Posts this Month
[jsoncontentimporterpro url=”https://www.infiniteconversations.com/c/litgeeks/l/top/monthly.json” parser=”twig”]
{% for user in users %}
- {{ user.username }} {{ user.id }}
{% endfor %}
POSTER
-
{% for topic in topic_list.topics|slice(1,3) %}
{{ topic.title }}
Replies: {{ topic.reply_count }}
Last reply: {{ topic.last_posted_at|date() }}
Original poster: {% for poster in topic.posters|slice(0,1) %} {{ poster.user_id }} {% endfor %}
Last poster: {{ topic.original_poster_username }}
{% endfor %}
Latest posters:
{% for user in users %}
{% endfor %}
[/jsoncontentimporterpro]