where are my custom smileys stored?
Using Jamroom
Smiley images are stored at:
/data/media/0/0/jrSmiley_1_smiley_image.png
In the filesystem. So copy those over to the new site.
There is this that will import an existing site into a new domain:
Docs: "Importing an Existing Jamroom Site into a Domain"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2547/importing-an-existing-jamroom-site-to-a-domain
But that will bring the whole thing, and you probably JUST want the smileys.
So you can go to
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> DATABASE ADMIN
* In the top left hand corner you will see "Export" button, click it.
* change the top row from "open" to "save"
* click the very top most checkbox next to TABLES and again next to DATA. (that will un-select all the database tables.)
* now scroll down until you find:
jr_jrsmiley_item
jr_jrsmiley_item_key
* check the checkboxes to for both of those for TABLE and DATA. (total 4 checkboxes checked)
* scroll back to the top and click EXPORT
--
Save the file to a location where you know where it is.
--
Now we want to IMPORT that file into the database of the new site. So follow the directons above to get to the DATABASE ADMIN section for the site where you copied all the smileys to. We're now going to import that file.
* click on the IMPORT button in the top left hand corner.
* click on BROWSE
* navigate to that file and select it
* click on EXECUTE.
That should be it. run the integrity check on the new site and clear the caches.