Hi, I've started going through the wireframe theme like you suggested so I can duplicate it and start experimenting on it,
If you want to create a new theme, I would strongly suggest that you duplicate the folder /components/com_easysocial/themes/wireframe/ to a different name and start modifications on your theme file.
But as I do that, simply renaming the folder from wireframe to an other name, doesn't really work since ES recognizes the new folder also as wireframe(look at the picture attached to this message). It is my understanding that I need to change some files in order to change that and then install my own theme. I looked at the outdated Themes section (on
https://stackideas.com/docs/easysocial/developers/themes/packaging) and I found that I need to change these 3 files:
There are 3 main files that EasySocial searches through this folder:
defaults.json (This is where all the default settings are kept)
form.json (This is where you define your own form settings)
template.json (This is where you specify your template details. Similar to templateDetails.xml)
Only problem is, I don't know if these files are still there in the new versions, and if they are, I don't know where. I would appreciate any help :/