Anhava
Member
Hello!
I'm using list of all (over 1900) cryptocurrencies in other script which is not any kind of XF made, it makes own pages for every crypto to my main website.
Is it possible to import forums from JSON file or at maybe MySQL db?
So I have JSON file which contains those informations, like this:
So I want XenForo be able to make forum's from all of those items what is included in my JSON-file.
Name: forum name (xenforo/forums/e-currencycoin/)
Description: Not necessary to get other info like that but would be better of course. Forum name's can be as symbol also, but I would prefer name first.
I'm using list of all (over 1900) cryptocurrencies in other script which is not any kind of XF made, it makes own pages for every crypto to my main website.
Is it possible to import forums from JSON file or at maybe MySQL db?
or even a bit cleaner look for new topics right coins. Ex. "https://xenforo.com/community/forums/resource-and-add-on-requests.68/post-thread?title={{ crcr }}" <- Is something like this possible?
So I have JSON file which contains those informations, like this:
Code:
"129013": {
"id": "129013",
"symbol": "ECC",
"name": "E-CurrencyCoin",
"logo": "129013-ECC.png",
"proof_type": "PoW\/PoS",
"website": "https:\/\/www.cryptounited.io",
"twitter": "ECurrencycoin",
"description": "<p>E-CurrencyCoin is a Proof of Work\/Proof of Stake cryptocurrency, currently in the PoS stage. ECC is based on the popular Scrypt algorithm.<\/p>",
"total_supply": 2147483647
},
So I want XenForo be able to make forum's from all of those items what is included in my JSON-file.
Name: forum name (xenforo/forums/e-currencycoin/)
Description: Not necessary to get other info like that but would be better of course. Forum name's can be as symbol also, but I would prefer name first.