vicos
Member
Here's my setup:
Production site: forums.site.com
Test Site: testforum.site.com
The vB 4.2 importer has finished and now I need to get the smilies.
I found the Smilies import function in Admin and I located the smilies XML file that the vB importer created. Here's a sample record from the xml:
The question is: How do the image files get from forums.site.com to testforum.site.com?
Is the importer going to go fetch each URL and then put the file in the local smilies folder? Or do I need to copy the files some where on the test domain and then change <image_url> to the local path.
I am hesitant to run the importer w/o knowing and end up with a mess.
Also, will the importer abort if it encounters a duplicate <smilie_text> from what already exists in the system?
Production site: forums.site.com
Test Site: testforum.site.com
The vB 4.2 importer has finished and now I need to get the smilies.
I found the Smilies import function in Admin and I located the smilies XML file that the vB importer created. Here's a sample record from the xml:
XML:
<smilie smilie_category_id="3" title="Jameo" display_order="1" display_in_editor="1">
<image_url>http://forums.site.com/images/smilies/jameo.gif</image_url>
<image_url_2x></image_url_2x>
<smilie_text>:jameo:</smilie_text>
</smilie>
The question is: How do the image files get from forums.site.com to testforum.site.com?
Is the importer going to go fetch each URL and then put the file in the local smilies folder? Or do I need to copy the files some where on the test domain and then change <image_url> to the local path.
I am hesitant to run the importer w/o knowing and end up with a mess.
Also, will the importer abort if it encounters a duplicate <smilie_text> from what already exists in the system?